{"id":21046,"library":"claudio-cli-darwin-arm64","title":"claudio-cli","description":"Claudio is a plug-and-play AI dev platform running on top of Claude Code. It orchestrates multi-stage pipelines (PM, Designer, Dev, Review, QA, Merge) that produce real GitHub PRs instead of chat transcripts. Version 0.1.69 is in open beta with frequent updates. Key differentiators: no API key management (uses existing Claude Code subscription), flat subscription pricing, quiet mode for local-only work, and a TUI-based workflow manager. The package claudio-cli-darwin-arm64 is an auto-installed binary dependency for macOS ARM64.","status":"active","version":"0.1.69","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install claudio-cli-darwin-arm64","lang":"bash","label":"npm"},{"cmd":"yarn add claudio-cli-darwin-arm64","lang":"bash","label":"yarn"},{"cmd":"pnpm add claudio-cli-darwin-arm64","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM-only; claudio-cli is a CLI tool, not a library, so import is only for internal use.","wrong":"const cli = require('claudio-cli')","symbol":"cli","correct":"import cli from 'claudio-cli'"},{"note":"Named export available for programmatic use; ESM-only.","wrong":"const { runPipeline } = require('claudio-cli')","symbol":"runPipeline","correct":"import { runPipeline } from 'claudio-cli'"},{"note":"TypeScript type; import type to avoid runtime errors in strict mode.","wrong":"","symbol":"Task","correct":"import type { Task } from 'claudio-cli'"}],"quickstart":{"code":"pnpm add -g claudio-cli@latest\nclaudio-cli\n# On first run, the CLI walks you through GitHub and Claude Code auth.","lang":"typescript","description":"Install the global CLI and run it to start interactive setup with guided authentication."},"warnings":[{"fix":"Pin to a specific version in CI; check changelog before updating.","message":"Open beta: API may change without notice; expect breaking changes between minor versions.","severity":"breaking","affected_versions":"0.x"},{"fix":"Ensure you have an active Claude Code subscription via npm login.","message":"Requires a Claude Code subscription (npm package @anthropic-ai/claude-code); no free tier.","severity":"gotcha","affected_versions":">=0.1.0"},{"fix":"Install gh and run 'gh auth login' before using claudio-cli.","message":"GitHub CLI (gh) must be installed and authenticated; process fails silently otherwise.","severity":"gotcha","affected_versions":">=0.1.0"},{"fix":"If binary fails to run, try reinstalling with 'pnpm add -g claudio-cli@latest'.","message":"Automatic install of platform-specific binaries (claudio-cli-darwin-arm64) may break on new OS versions.","severity":"deprecated","affected_versions":"0.1.x"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Reinstall with: pnpm add -g claudio-cli@latest","cause":"Incomplete install or missing platform binary","error":"Error: Cannot find module 'claudio-cli-darwin-arm64'"},{"fix":"Install gh from https://cli.github.com/ and authenticate with 'gh auth login'","cause":"GitHub CLI not installed","error":"gh: not found"},{"fix":"Run: pnpm add -g @anthropic-ai/claude-code; then authenticate via npx claude-code","cause":"Claude Code package not installed or not authenticated","error":"Error: You must have an active Claude Code subscription"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}