Everything you need to know about the Claudio CLI: features, commands, and workflows.
Overview
Claudio CLI is a plug-and-play AI development platform that brings your own model. Use your Claude Code or ChatGPT subscription, or bring an API key from OpenRouter, Anthropic, OpenAI, DeepSeek, and more. Install it once, log in, and you have a local orchestrator that can plan, build, review, QA, and ship real GitHub PRs, plus a set of focused tools for the rest of your workflow.
Pick the model and provider that fits your budget. Use your Claude Code subscription for zero per-token bills, or any major API provider when you want to control the spend. Claudio runs every agent on your machine and charges a flat subscription โ a fraction of what API-billed tools cost.
๐งช Open Beta: Claudio is in active open beta. Expect frequent updates and fast iteration on feedback. We ship improvements daily.
Requirements
Before installing Claudio CLI, make sure the following are in place:
Node.js 18 or higher
A model provider โ Claude Code, a ChatGPT subscription, or any supported provider via API key
GitHub CLI (gh) installed and authenticated
Installation
Install the Claudio CLI globally using your preferred package manager. Node.js 18 or higher is required.
After installation, start the CLI:
The CLI walks you through GitHub authentication and lets you pick your model provider on first run โ Claude Code (no API key) or any major provider (paste your key once, stored locally).
Features
The CLI provides a complete toolkit for AI-powered development. Here is a breakdown of every feature.
Feature Pipelines
Quiet Mode
Launch Pad
Task Manager
Bug Hunt
PR Review
Designer
Memory Bank
Imagination
Doctor
Fresh Projects
GitHub Issues
Addons
Describe a task and Claudio runs a complete, observable development pipeline against your GitHub repo. Every stage is a specialized agent that emits structured progress into a live TUI. The output is a merged PR, not a chat transcript.
PM: writes the spec as a GitHub issue
Designer: drafts UI mockups before any code is written (UI features only)
Design Reviewer: validates mockups against the design system and signs off on the spec
Dev: implements the feature on a branch and opens a PR
Reviewer: reads every diff line and auto-fixes issues
QA Frontend: boots your dev server and validates in a real browser, including visual checks against the spec
QA Backend: exercises endpoints, CLI commands, and exports against the spec
Fix QA: applies minimum-viable fixes to QA findings and re-verifies in the same scenario
Regression: runs end-to-end Playwright tests on the open PR to catch broken neighboring features
Merge: ships the PR and deletes the feature branch
Two execution modes:
Work mode: runs a batch of tasks in parallel (1โ5 concurrent), re-plans as slots free up, and auto-retries stuck tasks up to 3 times.
One Shot: single task, single focused archer. Fastest path from description to open PR.
Supported Platforms
Claudio CLI runs on all major platforms. Install with npm and it picks the right version for your system automatically.
macOS Apple Silicon (arm64)
macOS Intel (x64)
Linux x64
Windows x64
Begin
Install the Claudio CLI and pipe your first task to a merged PR.
We use analytics tools to understand how people use the site so we can make it better. No ads, no third-party sales, just product analytics. You can change your mind any time from your account page or our privacy policy.