5 unstable releases

new 0.3.0 Mar 30, 2025
0.2.6 Mar 29, 2025
0.2.5 Mar 27, 2025
0.2.0 Mar 25, 2025
0.1.0 Jul 14, 2024

#382 in Machine learning

Download history 3/week @ 2024-12-08 193/week @ 2025-03-23

193 downloads per month

MIT license

2.5MB
1.5K SLoC

OChat

A GUI made using iced and rust that allows you to talk to an AI.

Installation

Download LLM Model

Install Ollama
Pull Orca-Mini

On Linux:

# Install ollama:
curl https://ollama.ai/install.sh | sh

# Pull orca-mini:
ollama pull orca-mini:3b

Run The App

Install

# To install from crates.io
cargo install ochat

# To run the installed program
ochat

Build & Run

# Clone the repository:
git clone https://gitlab.com/officialccoders/ollama-chat-iced.git
cd ollama-chat-iced

# Build and run app with release tags:
cargo build --release
cargo run --release

# Or simply:
cargo run

Ochat's home screen.

Ochat handling images.

Ochat's model options.

Ochat's code handling.

Ochat's theme showcase.

Another ochat theme showcase.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Dependencies

~43–65MB
~1M SLoC