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


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.