Operator Quickstart
Get a Mac rendering on the network in under 10 minutes.
1. Install
brew install decent-render/tap/decentHomebrew is the macOS path (Apple Silicon). The binary is unsigned — macOS may require a one-time xattr -cr bypass.
Linux (x86_64 / aarch64, glibc) — the supported path is the installer published with each release:
curl -LsSf https://github.com/decent-render/decent-render/releases/latest/download/decent-installer.sh | shdecent upgrade re-runs the right one for your platform. Linux notes: both architectures render, but only x86_64 can use the GPU path (on ARM, Remotion substitutes a Playwright chromium and the node reports gpu: false — by design); the x86_64 GPU path needs a DRM render node (/dev/dri/renderD*); Alpine and other musl distributions are not supported.
2. Pair your Mac
Sign in to your farm account at decent-render.farm/login, then:
- Go to Devices
- Click Pair New Device and name your machine
- Copy the one-time pairing token
decent login --token <worker-jwt>3. Go online — daemon or foreground
Run as a daemon:
decent installThis installs a launchd daemon so the node survives reboots.
Or in the foreground:
decent start --allow-real-jobsReal jobs need explicit consent: pass --allow-real-jobs, or flip the consent toggle in the app/TUI. Never run the daemon and the foreground node at the same time with one device token. Check status with:
decent status4. Verify you're online
The status command should show:
token stored : yes daemon : running (launchd) connection : connected current job : idle jobs : 0 done · 0 failed · 0 canceled update : up to dateYour machine is now eligible to receive render jobs. Jobs arrive automatically when the farm has work matching your capabilities (GPU, etc).
Commands reference
| Command | What it does |
|---|---|
decent status | Connection + job status |
decent start | Start rendering in the foreground |
decent install | Install the launchd (macOS) or systemd (Linux) daemon |
decent doctor | One-screen health check: token, daemon, log, dispatch, disk, version |
decent logs -f | Tail the daemon log |
decent pause | Temporarily stop accepting jobs |
decent resume | Resume accepting jobs |
decent upgrade | Upgrade to the latest version |
decent tui | Open live terminal stats and logs |
Renamed from decent-node: the CLI is decent as of v0.0.5. A decent-node shim still forwards to it on macOS and is removed at v0.1; decent install migrates the token and the daemon label for you.