floe CLI is a single self-contained binary with no runtime dependencies.
Download
Go to the GitHub Releases page and download the archive for your platform. Release archives follow this naming convention:floe_v1.2.0_darwin_arm64.tar.gz or floe_v1.2.0_linux_amd64.tar.gz.
- macOS (Apple Silicon)
- macOS (Intel)
- Linux (amd64)
- Linux (arm64)
- Windows
Find the latest version on the releases page, then replace Or fetch the latest version automatically:
vX.Y.Z below:Verify the checksum (optional)
Each release includes achecksums.txt file. To verify the integrity of your download, replace vX.Y.Z with your version:
Verify the install
Build from source
Requires Go 1.25 or later.floe binary to a directory on your PATH (e.g. /usr/local/bin/ on macOS and Linux).