Install kzero
Recommended: run the installer script, then verify with kzero version.
Unix (macOS, Linux, WSL)
curl -fsSL https://get.kzero.hermesrodriguez.com/install.sh | sh
Inspect before running: curl -fsSL … -o install.sh && less install.sh
Other installation methods
| Homebrew | brew install hrodrig/kzero/kzero |
| Go install | go install github.com/hrodrig/kzero/cmd/kzero@latest |
| Docker | docker pull ghcr.io/hrodrig/kzero:v1.0.0 |
| GitHub Releases | .deb, .rpm, .tar.gz |
macOS first run (Gatekeeper)
Unsigned CLI binaries may show “Apple could not verify…” on the first kzero run. This is download quarantine, not malware. Clear it once:
xattr -dr com.apple.quarantine "$(command -v kzero)"
Or use System Settings → Privacy & Security → Open Anyway. Updated Homebrew casks clear quarantine on install.
Getting started
$ kzero --print-sample-config > ./kzero.yaml # adjust $ kzero analyze $ kzero down # dry-run when run.mode: dry-run
Adjust kzero.yaml, run analyze, stay on dry-run until the plan matches expectations. SeeSPECIFICATIONS.md.