Operator Quickstart
Get a Mac rendering on the network in under 10 minutes.
1. Install
brew install decent-render/tap/decentRequires macOS on Apple Silicon. The binary is unsigned — macOS may require a one-time xattr -cr bypass.
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 <your-pairing-token>3. Start the daemon
decent install && decent startThis installs a launchd daemon so the node survives reboots. Check status with:
decent status4. Verify you're online
The status command should show:
Status: Registered Dispatch: connected Worker ID: <your-device-id>Your 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 daemon |
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 |
decent-node remains available as a compatibility shim.