Registry / llm-agents / claudio-cli-darwin-arm64

claudio-cli-darwin-arm64

JSON →
library0.1.69jsnpmunverified

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.

npm install claudio-cli-darwin-arm64
INSTALL
IMPORT
SIG · CLAUDIO-CLI-DARWIN
C
claudio-cli-darwin-arm64
llm-agentsjavascriptv0.1.69
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
import cli from 'claudio-cli'
const cli = require('claudio-cli')
ESM-only; claudio-cli is a CLI tool, not a library, so import is only for internal use.
runPipeline
import { runPipeline } from 'claudio-cli'
const { runPipeline } = require('claudio-cli')
Named export available for programmatic use; ESM-only.
Task
import type { Task } from 'claudio-cli'
TypeScript type; import type to avoid runtime errors in strict mode.

Install the global CLI and run it to start interactive setup with guided authentication.

pnpm add -g claudio-cli@latest claudio-cli # On first run, the CLI walks you through GitHub and Claude Code auth.
claudio --version
Debug
Known issues
breakingOpen beta: API may change without notice; expect breaking changes between minor versions.
fix
Pin to a specific version in CI; check changelog before updating.
affects: 0.x
gotchaRequires a Claude Code subscription (npm package @anthropic-ai/claude-code); no free tier.
fix
Ensure you have an active Claude Code subscription via npm login.
affects: >=0.1.0
gotchaGitHub CLI (gh) must be installed and authenticated; process fails silently otherwise.
fix
Install gh and run 'gh auth login' before using claudio-cli.
affects: >=0.1.0
deprecatedAutomatic install of platform-specific binaries (claudio-cli-darwin-arm64) may break on new OS versions.
fix
If binary fails to run, try reinstalling with 'pnpm add -g claudio-cli@latest'.
affects: 0.1.x
Errors
Common errors & fixes
Error: Cannot find module 'claudio-cli-darwin-arm64'
Incomplete install or missing platform binary
fix
Reinstall with: pnpm add -g claudio-cli@latest
gh: not found
GitHub CLI not installed
fix
Install gh from https://cli.github.com/ and authenticate with 'gh auth login'
Error: You must have an active Claude Code subscription
Claude Code package not installed or not authenticated
fix
Run: pnpm add -g @anthropic-ai/claude-code; then authenticate via npx claude-code
Upgrade
Version history
0.1.69latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
claudio-cli-darwin-arm64 — npm install claudio-cli-darwin-arm64 · libregistry