Install
Or try without installing:
Prerequisites
PuzldAI orchestrates existing CLI tools. Install the ones you want to use:
Agent CLI Install Claude Claude CLI Follow Anthropic docs Gemini Gemini CLI Follow Google docs Codex Codex CLI Follow OpenAI docs Ollama Ollama curl -fsSL https://ollama.ai/install.sh | shMistral Vibe CLI Follow Mistral docs
You only need ONE CLI installed to start. Claude and Ollama have the best agentic mode support.
Check Available Agents
This shows which CLIs are installed and ready.
First Run
Interactive TUI
On first launch in a new directory, you’ll see a trust prompt. This is a security gate (like Claude Code) asking if you trust PuzldAI to read, edit, and execute files in that workspace.
Single Task
puzldai run "explain recursion"
Compare Agents
puzldai compare "best error handling practices" -a claude,gemini
Basic Commands
Chat Just type your message in the TUI. Auto-routing picks the best agent.
Compare /compare claude,gemini "your task"
Keyboard Shortcuts
Shortcut Action EnterSend message EscapeGo back / Hide view Ctrl+EExpand last result Ctrl+CCancel operation TabAutocomplete command ↑/↓Navigate history
Next Steps