c0mpute

// decentralized compute network · cli-first

Pay workers with spare GPUs to run your jobs. Run your own GPU and earn. Three modules out of the box: transcode (FFmpeg), coinpay (DID + escrow), infernet (AI inference).

// install — Linux, macOS (x86_64 / aarch64)

$ curl -fsSL https://c0mpute.com/install.sh | sh

// run a worker

$ c0mpute coinpay did create --role worker
$ c0mpute worker register
$ c0mpute worker start --gpu

// submit a job

$ c0mpute transcode submit input.mov --preset hls
$ c0mpute infernet run prompts.jsonl --model qwen

// interactive dashboard

$ c0mpute tui

// upgrade or remove

$ c0mpute update              # check for + apply new release
$ c0mpute uninstall --all     # remove c0mpute and peer binaries

// next