Installing Nimbus

Nimbus 2.0 runs your sync, your deploys, and now your edge functions from one CLI. Install it however you like:
brew install nimbus # macOS / Linux
npm install -g @nimbus/cli # Node 18+
docker pull ghcr.io/nimbus/cli:2 # container
winget install Nimbus.CLI # Windows
SDKs track the CLI version:
npm install @nimbus/sdk # TypeScript
pip install nimbus-sdk # Python
go get go.nimbus.dev/sdk # Go
Verify:
nimbus --version
# nimbus 2.0.0
Upgrading from 1.x?
2.0 changes a few config keys and the token model. Follow the migration notes before you deploy.