Installer kzero
Recommandé : exécutez le script installateur, puis vérifiez avec kzero version.
Unix (macOS, Linux, WSL)
curl -fsSL https://get.kzero.hermesrodriguez.com/install.sh | sh
Inspecter avant exécution : curl -fsSL … -o install.sh && less install.sh
Autres méthodes d'installation
| 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 |
Premier lancement macOS (Gatekeeper)
Les binaires CLI non signés peuvent afficher « Apple n’a pas pu vérifier… » au premier lancement de kzero. C’est la quarantaine de téléchargement, pas un malware. Supprimez-la une fois :
xattr -dr com.apple.quarantine "$(command -v kzero)"
Ou Réglages système → Confidentialité et sécurité → Ouvrir quand même. Les casks Homebrew à jour retirent la quarantaine à l’installation.
Premiers pas
$ kzero --print-sample-config > ./kzero.yaml # adjust $ kzero analyze $ kzero down # dry-run when run.mode: dry-run
Ajustez kzero.yaml, lancez analyze, restez en dry-run jusqu’au plan attendu. VoirSPECIFICATIONS.md.