| Crates.io | ruchat |
| lib.rs | ruchat |
| version | 0.1.2 |
| created_at | 2025-04-15 06:25:09.781949+00 |
| updated_at | 2025-05-13 08:14:41.174438+00 |
| description | ollama/chroma command-line AI chat tool |
| homepage | |
| repository | https://github.com/RoelKluin/ruchat |
| max_upload_size | |
| id | 1634002 |
| size | 594,143 |
Ruchat is a command-line AI chat tool that uses ollama and chroma. It is designed for chat directly from the terminal.
Ruchat is built using Rust and provides a command-line interface for interacting with AI models.
To install Ruchat, you need to have Rust. You can then clone the repository and build the project:
git clone https://github.com/RoelKluin/ruchat.git
cd ruchat
cargo build --release
After building the project, you can run the Ruchat tool using:
./target/release/ruchat
You can pass various command-line arguments to customize the behavior of the chat tool. For more details, refer to the help command:
./target/release/ruchat --help
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.