Fargo

Install Fargo

Install the Fargo CLI, then use it where you use Cargo.

One-line install

curl -fsSL https://fargo.sh/install.sh | sh

Use with the hosted API

export FARGO_SERVER_URL=https://api.fargo.sh
export FARGO_API_KEY=fgo_live_...

fargo check --workspace

The installer downloads the latest signed-by-checksum release artifact for your OS/CPU, verifies its SHA-256 checksum, and installs fargo into ~/.local/bin.

Supported artifacts