Installation
Package Managers
Go Install (Recommended)
go install github.com/control-theory/gonzo/cmd/gonzo@latestHomebrew (macOS/Linux)
# Install gonzo
brew install gonzoBinary Downloads
# Download and install (replace with latest version)
wget https://github.com/control-theory/gonzo/releases/download/v1.0.0/gonzo-linux-amd64
chmod +x gonzo-linux-amd64
sudo mv gonzo-linux-amd64 /usr/local/bin/gonzo# Download and install (replace with latest version)
curl -L -o gonzo https://github.com/control-theory/gonzo/releases/download/v1.0.0/gonzo-darwin-amd64
chmod +x gonzo
sudo mv gonzo /usr/local/bin/gonzoBuild from Source
Prerequisites
Build Steps
Development Build Options
Shell Completion
Verification
What's Next?
Troubleshooting Installation
Common Issues
Last updated