@beyondidentity/ceros-cli
v1.21.216
Published
Beyond Identity AI CLI - unified command interface to the AI Platform
Readme
@beyondidentity/ceros-cli
Unified command-line interface and authenticator for Ceros: AI Trust Layer.
More at: Beyond Identity's Ceros
Installation
# Install globally
npm install -g @beyondidentity/ceros-cli@latest
# Or use directly with npx
npx @beyondidentity/ceros-cli@latest --helpUsage
# Launch your agent
ceros <agent>
# For example
ceros claude
# You can be more explicite if you like; `launch` is a sub-command.
ceros launch <agent>
# Advanced: manage the authenticator
ceros authenticator start # Start local authenticator
ceros authenticator info # Show authenticator status
ceros authenticator stop # Stop local authenticatorNote: running ceros <agent> automatically starts the authenticator as a background daemon, with the intention that you never need to actively manage it.
Platform Support
Supports macOS (Intel/ARM64), Linux (x64/ARM64), and Windows (x64/ARM64) (on WSL only for now)
Architecture
This shim package automatically installs the correct platform binary via npm's optionalDependencies mechanism.
Platform-specific binaries are published as separate packages, but the goal is for you to not manage these explicitly.
@beyondidentity/ceros-cli-darwin-arm64@beyondidentity/ceros-cli-darwin-x64@beyondidentity/ceros-cli-linux-x64@beyondidentity/ceros-cli-linux-arm64
Coming soon:
@beyondidentity/ceros-cli-win32-x64@beyondidentity/ceros-cli-win32-arm64
If optionalDependencies installation fails, a postinstall script will attempt to download the binary as a fallback.
