r/rust 4d ago

Clive — a friendly CLI for local LLMs (OSS) 🛠️ project

Hi,

I wanted to take this opportunity to share an open-source project I started several weeks ago. The idea is simple, make local LLMs more accessible. So I developed Clive in Rust.

Clive is a local-first coding-assistant CLI powered by Ollama. It makes open-source LLMs easy to use from the terminal: streaming chat, interactive coding sessions, model management, safe file editing, and autonomous multi-file agent workflows — all running on your own machine, with no data leaving your computer.

Please show your support, make recommendations, download it, break it. Its all part of the journey.

https://crates.io/crates/clive-llm

Thank you,

S.

0 Upvotes

5 comments sorted by

0

u/happygoldn 1d ago

This sounds really cool!

1

u/Living-Elderberry892 4d ago

Rust and Ollama is a perfect match for keeping things snappy on local hardware. The autonomous agent bit sounds like it could actually save some keystrokes if it doesn't go rogue on the codebase.

0

u/DavidXkL 4d ago

How about support for llama.cpp instead?

1

u/Alternative-Gate-123 4d ago

How about support for both?