← Dashboard

Download Agent

Agent Downloads

The agent runs on your machine and manages browser instances remotely.

Choose Your Platform

macOS

Apple Silicon (M1/M2/M3/M4)
Download

macOS

Intel (x86_64)
Download

Windows

64-bit (x86_64)
Download
Setup Guide
  1. Download the agent for your platform above
  2. Get your Agent Token from the dashboard (Admin → Accounts → click the token to copy)
  3. Open a terminal and run the agent with your token (see commands below)
  4. Your agent status will turn green in the dashboard — you can now open browsers
Run Commands
macOS
Windows
# Make executable (first time only)
chmod +x ./agent-darwin-arm64

# Run the agent
./agent-darwin-arm64 --token YOUR_TOKEN_HERE
Gatekeeper block? If macOS says "cannot be opened because the developer cannot be verified", go to System Settings → Privacy & Security and click "Allow Anyway", then run again.

Intel Mac? Replace agent-darwin-arm64 with agent-darwin-amd64

After downloading, open PowerShell, cd to the folder where you saved the file, and run:

# Run the agent (the .\ is required in PowerShell)
.\agent-windows-amd64.exe --token YOUR_TOKEN_HERE
Important: In PowerShell you must use .\ before the filename. Without it you'll get "is not recognized as a cmdlet" error.

SmartScreen block? Click "More info" → "Run anyway" to allow the file.
Notes
Keep it running — The agent must stay open. Closing the terminal disconnects and shuts down all browsers.
One agent per account — Connecting from a new machine replaces the previous connection.
Chrome required — Google Chrome must be installed on the machine running the agent.
Auto-updates — The agent checks for new versions automatically. No manual action needed.