Install Cerulion CLI
Cerulion CLI is distributed as a single static binary. No runtime dependencies are required beyond an up-to-date OpenSSL.
macOS
1
Download the latest binary
2
Move into your PATH
3
Enable completions (optional)
Linux
1
Download the latest binary
2
Move into your PATH
3
Install completions (bash)
Windows via WSL2
- Install WSL2 with an Ubuntu or Debian image.
- Follow the Linux steps inside WSL2.
- Add
cerulionto your shell profile if/usr/local/binis not in$PATH.
Upgrading
Use the built-in upgrade command to fetch the latest signed release:The CLI verifies signatures before replacing the binary. If verification fails, the upgrade aborts without altering your current version.
Verifying the binary
verified: true flag. Use cerulion verify in CI to ensure supply-chain integrity.
Prerequisites
- OpenSSL 1.1+ available on the host
- Network access to
downloads.cerulion.com(for upgrades) - For telemetry and auth flows: outbound HTTPS allowed to
api.cerulion.com
All commands work offline after the initial login. The CLI queues telemetry locally and ships it once connectivity returns.