Download Fleet
A single binary. No dependencies. Download, untar, and run.
Quick install
The fastest way to get Fleet running on macOS or Linux.
curl -fsSL https://fleetctl.ai/install | shDetects your OS and architecture automatically. Installs to /usr/local/bin.
Manual download
Choose your platform and architecture for a direct download.
Verify your download
Confirm the integrity of your download by checking the SHA-256 checksum.
How to verify
Run the following command and compare the output to the checksum listed for your download.
sha256sum fleet_*.tar.gzOn macOS, use shasum -a 256 instead of sha256sum.
SHA-256 checksums for v1.13
fleet_1.13_darwin_arm64.tar.gz
a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2
fleet_1.13_darwin_amd64.tar.gz
b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3
fleet_1.13_linux_amd64.tar.gz
c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4
fleet_1.13_linux_arm64.tar.gz
d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5
fleet_1.13_windows_amd64.zip
e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6
System requirements
Fleet is a self-contained binary with minimal dependencies.
tmux
RequiredFleet uses tmux to manage agent sessions. Install via your package manager.
git
RecommendedRequired for agent workflows that interact with repositories.
Go
Not requiredFleet ships as a prebuilt binary. No Go toolchain needed.
Looking for a previous version?
All releases are available on GitHub with full changelogs, release notes, and checksums.