- Desktop App — a system tray application for Windows and macOS. Best for most users.
- CLI — a terminal command for headless servers and CI/CD environments.
Requires Team plan or higher. Runner API keys (
rfr_ prefix) are generated in the Web Console.Setup
Before starting a runner, register it in the Web Console:1
Open the Web Console
Go to Settings > Runners in the Web Console.
2
Register a runner
Click Register Runner and give it a name (e.g., “Office PC”, “Staging Server”).
3
Copy the API key
Copy the generated API key (
rfr_...). This key is shown only once.4
Start the runner
Use the Desktop App or CLI (see below) to connect.
Desktop App
The Runner Desktop App runs in the system tray and stays connected in the background.Download
Download the app from the Web Console (Settings > Runners > Download Runner App):Getting started
- Install and launch the app
- Enter your Runner API key (
rfr_...) and server URL in the settings window - The app connects automatically and appears in the system tray
- The runner is now ready to receive jobs from the server
CLI
For headless servers, CI/CD pipelines, or scripted deployments, use the CLI runner.Synopsis
Required arguments
Optional arguments
Environment variables
Examples
Basic usage
Named runner
Using environment variables
How it works
Both the Desktop App and CLI runner operate the same way:- The runner activates with the server and begins polling for commands
- When the server dispatches a browser command (from a job), the runner receives and executes it locally
- Results (including screenshots, downloads, and recordings) are sent back to the server
- A heartbeat is sent every 30 seconds to maintain the connection
- If the connection is lost, the runner reconnects automatically with exponential backoff
- On shutdown, the runner deactivates gracefully