Fargo
Remote Cargo, same developer loop.
fargo check
fargo test
fargo build
fargo runAPI root
https://api.fargo.shQuick 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 --workspaceSame 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.