Updated May 8, 2026 The Raff CLI is a single static binary written in Go. There are three ways to install it.Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
Option 1 — go install (recommended for Go users)
If you have Go 1.25+ on your system, this is the fastest path:
$(go env GOPATH)/bin/raff. Make sure that directory is in your PATH:
go install command.
Option 2 — Build from source
make install target builds and copies the binary to $(go env GOPATH)/bin. Use make build instead if you want the binary in ./bin/raff without installing globally.
Option 3 — Download a release binary
Pre-built binaries for macOS (arm64, amd64), Linux (amd64, arm64), and Windows (amd64) are published to the Releases page on each version bump.Verify installation
Next steps
Configure
Set up your API key and default project.
VM commands
Start using the CLI to manage Virtual Machines.