Stop wrestling with boilerplate. Start building.
Coqui is a terminal AI agent that manages dependencies, delegates tasks to specialized models, and remembers context across sessions. Local-first, extensible at runtime, and built on php-agents.
curl -fsSL https://coquibot.ai/install | bash > Summarize the README and suggest improvements ▸ Using: read_file(path: "README.md") ✓ Done ▸ Spawning: reviewer agent (openai/gpt-4o-mini) ✓ Review complete The README covers installation and basic usage well.Built for developers who ship
Multi-model orchestration, persistent context, sandboxed execution, and extensible toolkits — all from your terminal.
Multi-Model Orchestration
Route each task to the right model — cheap local LLMs for orchestration, powerful cloud models for coding.
Persistent Sessions
SQLite-backed conversations survive restarts. Resume exactly where you left off.
Runtime Extensibility
Install Composer packages at runtime. Coqui auto-discovers new toolkits on every boot.
Agent Delegation
Spawn specialized child agents — coder, reviewer — each using the right model for the job.
Workspace Sandboxing
All file I/O is sandboxed. Five layers of safety ensure nothing destructive runs.
Local-First
Runs with Ollama out of the box. Add OpenAI or Anthropic when you need more power.
HTTP API + SSE
Full REST API with real-time streaming. Build dashboards, apps, and integrations.
Skills System
Teach Coqui new behaviors with plain Markdown files. No code required.
Background Tasks
Run long-running agent work in separate processes while you keep working.
Audit Logging
Every tool execution decision is logged to SQLite for full traceability.
Persistent Memory
Remembers facts across sessions — your preferences, project context, what matters.
Credential Management
Secure .env-based secret storage with automatic credential guards. No restart needed.
Install in one command
The installer handles PHP, Composer, and dependencies automatically.
One-liner that installs PHP 8.4, Composer, and Coqui. Works on Ubuntu/Debian, macOS, Fedora, and Arch.
curl -fsSL https://coquibot.ai/install | bashWorks with your favorite providers
Use any combination of local and cloud models. Route each task to the right provider.
Join the community
Follow along, ask questions, share toolkits, and help shape the future of Coqui.