Documentation

Get up and running with Claudio in under a minute.

Install

Requires Node.js 20+. Works on Linux, macOS, and Windows.

$ npm install -g @claudiolabs/claudio@latest
$ bun add -g @claudiolabs/claudio@latest
$ npx @claudiolabs/claudio@latest

Quick start

Run claudio to start. On first run, the /provider wizard opens automatically — pick a preset, enter your credentials, and start coding. No config files required.

claudio

Key commands available inside the REPL:

/provider          # add, edit, or switch provider profiles
/provider doctor   # health check: reachability, auth, model availability

Providers

Switch providers without changing your workflow. Use /provider inside the REPL to configure or switch at any time.

All providers

Provider Preset Auth
AnthropicanthropicAPI key or OAuth
OpenAIopenaiAPI key
DeepSeekdeepseekAPI key
GeminigeminiAPI key
MistralmistralAPI key
GitHub Copilotgithub-copilotGitHub OAuth
Codex (ChatGPT)codexChatGPT OAuth
OllamaollamaNone — local, free
AWS BedrockbedrockAWS credential chain
Google VertexvertexApplication Default Credentials
Azure FoundryfoundryDefaultAzureCredential
OpenRouteropenrouterAPI key
GroqgroqAPI key
LM StudiolmstudioNone — local
Any OpenAI-compatiblecustomBase URL + optional key

Local models (Ollama)

Run Claudio fully offline with no API key using Ollama.

# Pull a model
ollama pull qwen2.5-coder:7b

# Launch claudio with it
ollama run qwen2.5-coder:7b

Any model available on ollama.com/library works — llama3, mistral, phi4, deepseek-coder, and more.