Skip to main content

Install

npm install -g puzldai
Or try without installing:
npx puzldai

Prerequisites

PuzldAI orchestrates existing CLI tools. Install the ones you want to use:
AgentCLIInstall
ClaudeClaude CLIFollow Anthropic docs
GeminiGemini CLIFollow Google docs
CodexCodex CLIFollow OpenAI docs
OllamaOllamacurl -fsSL https://ollama.ai/install.sh | sh
MistralVibe CLIFollow Mistral docs
You only need ONE CLI installed to start. Claude and Ollama have the best agentic mode support.

Check Available Agents

puzldai check
This shows which CLIs are installed and ready.

First Run

Interactive TUI

puzldai
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"

Switch Agent

/agent claude

Help

/help

Keyboard Shortcuts

ShortcutAction
EnterSend message
EscapeGo back / Hide view
Ctrl+EExpand last result
Ctrl+CCancel operation
TabAutocomplete command
↑/↓Navigate history

Next Steps