cd /news/developer-tools/clive-a-friendly-cli-for-local-llms · home topics developer-tools article
[ARTICLE · art-83279] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Clive — a friendly CLI for local LLMs

A developer built Clive, a local-first coding-assistant CLI powered by Ollama, written in Rust and released as v0.1.0. It enables streaming chat, safe file editing, and multi-file agent tasks entirely on the user's machine, with no data leaving the computer.

read1 min views1 publishedAug 1, 2026

For the last couple of weeks, as the cost of frontier models kept climbing, I started experimenting with open-source large language models.

What surprised me: for most of the tasks I'd normally hand to Claude or GPT, a local open-source model did the job just as well — and sometimes better.

The problem was the ergonomics. Ollama makes running local models genuinely easy, but I wanted a smoother terminal workflow — streaming chat that didn't feel clunky, safe file editing, and the ability to run real multi-file agent tasks without leaving my shell.

So I built Clive 🦀 — a local-first coding-assistant CLI powered by Ollama.

Everything runs on your machine. No prompts, code, or files ever leave your computer.

serve

, pull

, rm

, model recommendationsIt's written in Rust, MIT-licensed, and just hit its first release, v0.1.0

.

bash
git clone https://github.com/SedarOlmez94/clive.git
cd clive
cargo install --path .

clive ollama serve --detach
clive ollama pull qwen2.5-coder:latest

clive chat "Explain Rust's ownership model in two sentences"

clive agent "Refactor error handling and add tests" \
  --files src/main.rs \
  --verify "cargo check -q"
── more in #developer-tools 4 stories · sorted by recency
── more on @clive 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/clive-a-friendly-cli…] indexed:0 read:1min 2026-08-01 ·