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.
npm install claudio-cli-win-x64No compatibility data collected yet for this library.
Installs the Claudio CLI globally and runs it for the first time, initiating the interactive authentication process for GitHub and Claude Code.
Monitor official announcements and changelogs for updates. Report issues to the project maintainers via their GitHub repository or designated feedback channels.
Ensure you have an active Claude Code plan. Claudio will prompt you to link your subscription during initial setup.
Install GitHub CLI (`gh`) via your system's package manager or official instructions. Run `gh auth login` to authenticate before using Claudio.
Install `claudio-cli` directly via `npm install -g claudio-cli@latest`. The correct platform-specific binary will be automatically selected and installed as a dependency.
Re-run `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.
Install GitHub CLI (`gh`) and run `gh auth login` to authenticate your GitHub account before attempting to use `claudio-cli` for repository operations.
Ensure your Claude Code subscription is active. Follow the interactive prompts carefully during `claudio-cli`'s first run to link your subscription. If issues persist, check your Claude Code account status.
No dependency data recorded yet.