fleet
Getting Started

Install

Install fleet via Homebrew, the install script, go install, or Linux packages.

brew install brizzai/tap/fleet

Shell script

curl -fsSL https://raw.githubusercontent.com/brizzai/fleet/master/install.sh | bash

Requires gh.

Go install

go install github.com/brizzai/fleet/cmd/fleet@latest

Requires Go 1.26+.

Linux packages

.deb/.rpm packages are produced by the release pipeline:

sudo apt install ./fleet_<version>_linux_amd64.deb

Or build and run in Docker from the repo root:

docker build -t fleet .
docker run -it --rm -v "$PWD:/repo" -w /repo fleet

Verify

fleet --version

Next