Getting Started
Install
Install fleet via Homebrew, the install script, go install, or Linux packages.
Homebrew (recommended)
brew install brizzai/tap/fleetShell script
curl -fsSL https://raw.githubusercontent.com/brizzai/fleet/master/install.sh | bashRequires gh.
Go install
go install github.com/brizzai/fleet/cmd/fleet@latestRequires Go 1.26+.
Linux packages
.deb/.rpm packages are produced by the release pipeline:
sudo apt install ./fleet_<version>_linux_amd64.debOr build and run in Docker from the repo root:
docker build -t fleet .
docker run -it --rm -v "$PWD:/repo" -w /repo fleetVerify
fleet --version