Install Fargo
Install the Fargo CLI, then use it where you use Cargo.
One-line install
curl -fsSL https://fargo.sh/install.sh | shUse with the hosted API
export FARGO_SERVER_URL=https://api.fargo.sh
export FARGO_API_KEY=fgo_live_...
fargo check --workspaceThe 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
fargo-aarch64-apple-darwin.tar.gzfargo-x86_64-apple-darwin.tar.gzfargo-x86_64-unknown-linux-gnu.tar.gzfargo-aarch64-unknown-linux-gnu.tar.gz