Files

24 lines
722 B
Markdown
Raw Permalink Normal View History

2026-03-17 09:24:08 +01:00
# Install CLI
```sh
curl -fsSL cli.inference.sh | sh
```
Or via package managers:
```sh
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:
```sh
belt login
2026-03-17 09:24:08 +01:00
```
## 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.