Claudio CLI (Windows x64 Binary)
raw JSON →The `claudio-cli-win-x64` package provides the pre-compiled binary for the Claudio Command Line Interface (CLI) specifically for Windows 64-bit systems. This binary is automatically installed as a dependency by the main `claudio-cli` npm package. Claudio itself is an AI-powered developer platform currently in open beta (version `0.1.65`), designed to orchestrate entire software development pipelines from task description to merged GitHub Pull Requests using specialized agents. It operates on top of an existing Claude Code subscription, eliminating the need for separate Anthropic API key management and token-based billing, opting instead for a flat subscription model. Key features include full feature pipelines (PM → Designer → Dev → Review → QA → Merge), Quiet Mode for local development, a Launch Pad for managing in-flight work, a Task Manager, and an AI-driven "Doctor" for UI design review and refactoring. The project undergoes daily improvements and frequent updates during its beta phase.
Common errors
error claudio-cli: command not found ↓
npm install -g claudio-cli@latest (or pnpm add -g claudio-cli@latest / yarn global add claudio-cli@latest). Verify your system's PATH environment variable includes the directory where global packages are linked. error GitHub CLI (gh) not found or not authenticated. ↓
gh) and run gh auth login to authenticate your GitHub account before attempting to use claudio-cli for repository operations. error Claude Code subscription not active or linked. ↓
claudio-cli's first run to link your subscription. If issues persist, check your Claude Code account status. Warnings
breaking Claudio is in active Open Beta. Expect frequent updates, rough edges, and potential breaking changes without prior notice. The API and features are subject to rapid iteration. ↓
gotcha Claudio requires an active Claude Code subscription. It integrates directly with this subscription and does not use individual Anthropic API keys or per-token billing. ↓
gotcha The Claudio CLI relies on the GitHub CLI (`gh`) for authentication with GitHub. Ensure `gh` is installed and you are logged in to your GitHub account via `gh`. ↓
gotcha This `claudio-cli-win-x64` package is a platform-specific binary for Windows 64-bit. While the main `claudio-cli` package handles cross-platform installation, direct installation of this specific binary package is generally not recommended as it's pulled in automatically. ↓
Install
npm install claudio-cli-win-x64 yarn add claudio-cli-win-x64 pnpm add claudio-cli-win-x64 Quickstart
npm install -g claudio-cli@latest
# Or with pnpm:
# pnpm add -g claudio-cli@latest
# Or with yarn:
# yarn global add claudio-cli@latest
# Run the CLI. On first execution, it will guide you through
# authentication with GitHub CLI ('gh') and your Claude Code subscription.
claudio-cli