Fargo

Fargo

Remote Cargo, same developer loop.

fargo check
fargo test
fargo build
fargo run

API root

https://api.fargo.sh

Quick start

curl -fsSL https://fargo.sh/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"

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

fargo check --workspace

Same commands

Use Fargo where you already use Cargo for check, test, build, and run.

Remote cache

Keep warm Rust target caches on a bigger Linux builder.

Plain HTTP

No SSH setup for the developer loop. Set two env vars and run.

Read docs Get an API key