Fleet 1.13 is herePipeline orchestration, Brain daemon, and 136 agent templates.Read the release notes →
Fleet
v1.13

Download Fleet

A single binary. No dependencies. Download, untar, and run.

Quick install

The fastest way to get Fleet running on macOS or Linux.

terminal
$curl -fsSL https://fleetctl.ai/install | sh

Detects your OS and architecture automatically. Installs to /usr/local/bin.

Manual download

Choose your platform and architecture for a direct download.

macOS

Apple Silicon (ARM64)~15 MB

fleet_1.13_darwin_arm64.tar.gz

Download
Intel (x64)~15 MB

fleet_1.13_darwin_amd64.tar.gz

Download

Linux

x64 (AMD64)~15 MB

fleet_1.13_linux_amd64.tar.gz

Download
ARM64~15 MB

fleet_1.13_linux_arm64.tar.gz

Download

Windows

x64 (AMD64)~15 MB

fleet_1.13_windows_amd64.zip

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.gz

On 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

Required

Fleet uses tmux to manage agent sessions. Install via your package manager.

git

Recommended

Required for agent workflows that interact with repositories.

Go

Not required

Fleet 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.