@sigid/cli
v0.2.0
Published
SigID agent identity CLI (native binary distributed via npm)
Maintainers
Readme
@sigid/cli
npm distribution of the sigid-cli native binary (agent identity, workspace bootstrap, keys, challenge-response auth, x402).
npx @sigid/cli --help
npx @sigid/cli setup --name my-agent --redirect-uri http://localhost:3000/
# or install globally / as a devDependency
npm install -g @sigid/cli
sigid-cli --versionPlatforms
Prebuilt binaries ship as optional platform packages:
| Package | OS | Arch |
|---------|----|------|
| @sigid/cli-linux-x64 | Linux | x64 |
| @sigid/cli-linux-arm64 | Linux | arm64 |
| @sigid/cli-darwin-x64 | macOS | x64 |
| @sigid/cli-darwin-arm64 | macOS | arm64 |
The Linux packages contain statically linked musl binaries, so they do not require a particular glibc version on the host.
Windows is not published yet; use source install on unsupported platforms:
cargo install --path crates/sigid-cliHow it works
@sigid/cli is a thin Node wrapper. On install, npm selects the matching
optionalDependencies package for your OS/CPU. The sigid-cli bin spawns that
native binary with your arguments.
Docs
- CLI reference
- Agent workspace bootstrap (ADR 0010):
sigid-cli setup
