cli;do

An AI coding agent that lives in your terminal.

Persistent sessions. Full tool access. Multi-provider. One binary.

Anthropic OpenAI OpenRouter Kimi Gemini xAI Ollama
Get Started GitHub
curl -fsSL https://raw.githubusercontent.com/0xkurt/clido/master/scripts/install.sh | sh

What you get

tools
Full tool access
Bash, Read, Write, Glob, Grep built in. The agent navigates, edits, runs tests, and iterates.
memory
Persistent sessions
JSONL storage. Resume any conversation with --continue. SQLite long-term memory.
providers
Any provider, any model
Anthropic, OpenAI, Kimi, Gemini, xAI, Ollama. Switch at runtime. Profiles per task.
routing
Two-tier routing
Fast model for tool calls, capable model for reasoning. Lower cost, same quality.
mcp
MCP tool servers
Any MCP server over stdio. External tools appear natively alongside built-ins.
workflows
YAML workflows
Multi-step pipelines, parallel steps, retry policies, pre-flight checks.

Three steps

Install → configure → use. No package managers, no runtimes.

1

Install the binary

One command. Downloads a prebuilt binary for your platform.

curl -fsSL https://raw.githubusercontent.com/0xkurt/clido/master/scripts/install.sh | sh
2

Set your API key

The setup wizard runs on first launch. Or edit ~/.config/clido/config.toml directly.

3

Run clido in any project

Ask questions. Write code. Run tests. Refactor. The agent has full workspace access and persists everything.