Install
Homebrew (macOS):
sh
brew install Joessst-Dev/tap/fftGo (any platform, needs Go 1.25+):
sh
go install github.com/Joessst-Dev/fft-cli/cmd/fft@latestBinary download — darwin/linux/windows × amd64/arm64, from the releases page:
sh
curl -sSL https://github.com/Joessst-Dev/fft-cli/releases/latest/download/fft_Linux_x86_64.tar.gz | tar xz
sudo mv fft /usr/local/bin/Archives are checksummed, SBOM'd, and signed with cosign keylessly — see Verifying a download.
Confirm it worked:
sh
fft versionfft tells you when a newer release exists (at most once a day, on stderr, never in your way). Set FFT_NO_UPDATE_CHECK=1 to turn that off.