A local coding agent,
straight from your terminal.
It reads, writes, runs commands and browses the web, for your self-hosted models. Four modes: it codes for you, explains its choices, guides you step by step, or reviews your code. Nothing leaves your machine.
● Welcome to mini-claude ███╗ ███╗██╗███╗ ██╗██╗ ████╗ ████║██║████╗ ██║██║ ██╔████╔██║██║██╔██╗ ██║██║ ██║╚██╔╝██║██║██║╚██╗██║██║ ██║ ╚═╝ ██║██║██║ ╚████║██║ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═╝ ██████╗██╗ █████╗ ██╗ ██╗██████╗ ███████╗ ██╔════╝██║ ██╔══██╗██║ ██║██╔══██╗██╔════╝ ██║ ██║ ███████║██║ ██║██║ ██║█████╗ ██║ ██║ ██╔══██║██║ ██║██║ ██║██╔══╝ ╚██████╗███████╗██║ ██║╚██████╔╝██████╔╝███████╗ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ Built by Hugo Stawiarski model llama3.2:3b site miniclaude.fr Commands /help list every command /model switch or list models /install install locallyenter send · /help help · /clear reset
↑ live demo powered by
Claude
· private and unlimited locally.
Why Mini-claude
A full coding agent, without leaving your terminal.
A coding agent that reads, writes, runs and browses the web, from your machine. Nothing goes to the cloud.
auto just does it, explain codes and tells you why, guided refuses to code and asks the right question, review reads your code and flags what matters. /mode switches without restarting./undo rewinds if the model goes off the rails.Install
Up and running in 30 seconds.
Make sure Ollama is running locally, pull a tool-calling model, then launch Mini-claude.
ollama pull qwen2.5-coder:7b
git clone https://github.com/hugostarte/Mini-Claude.git
cd Mini-Claude && go run ./cmd/tui
Prefer Docker? docker compose run tui works too.
How it works
Three beats. One loop.
Describe the task in your own words. The model decides which tool to call, read a file, edit it, run a command, open a page.
Mini-claude runs the tool on your machine and feeds the result back to the model. State-changing actions ask for your go-ahead first, diff included.
Runs locally. Mini-claude only speaks HTTP. Swap the backend, swap the model, same client.
FAQ
The questions we hear most.
Does my data or code leave my machine?
Which models and servers are supported?
Is Mini-claude free and open source?
Which operating systems does it run on?
How is this different from a plain chat?
On the blog
Field notes, plain English.
Tutorials, comparisons and lessons learned about local coding agents.
Built by Hugo Stawiarski
Open source · MIT · github.com/hugostarte/Mini-Claude