mirror of
https://github.com/its-a-skill-issue/superpowers.git
synced 2026-09-14 20:06:41 +08:00
722 B
722 B
Install CLI
curl -fsSL cli.inference.sh | sh
Or via package managers:
brew install inference-sh/tap/belt # macOS / Linux
npx @inferencesh/belt # Node.js
scoop bucket add inference https://github.com/inference-sh/scoop-bucket && scoop install belt # Windows
Then authenticate:
belt login
What does the installer do?
The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh, verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automatically.