Install CyberCLI on a fresh host
~2 minFor: First-time operator
One-line install. Works on Ubuntu 22.04+, Debian 11+, RHEL/Rocky 9+, macOS 13+. The script verifies a Cosign-signed SHA256SUMS before extracting any binary.
curl -sSfL https://cybercli.com/install.sh | bash
After install:
- Run `cybercli init` once to scaffold the config dir at ~/.cybercli (vault, keys, defaults).
- Run `cybercli dashboard` to start the local SOC at http://localhost:8088. The first page asks you to set an admin token.
- Open the dashboard in your browser. Everything else can happen from there.
The install script is idempotent. Re-run it to upgrade in place — your vault, license, and connectors all survive.