agentorg

Download the runner

The runner is a small program that runs on your own machine. It connects out to agentorg, executes the org's work with your local claude CLI, and hosts your terminals — no AI ever runs on the server.

First run? Your OS may block an unsigned binary — quick fix below.
macOSGatekeeper
Gatekeeper marks every download with a com.apple.quarantine attribute and refuses to launch unsigned apps. Strip the attribute once and the app launches normally afterwards:
cd ~/Downloads
unzip agentorg-desktop-macos-universal.zip
xattr -dr com.apple.quarantine agentorg-desktop.app
open agentorg-desktop.app
Alternative: right-click → Open → Open in the prompt. Or System Settings → Privacy & Security → "Open Anyway" after the first denied launch.
WindowsSmartScreen
Windows SmartScreen warns about unrecognised publishers. On the blue dialog click More info → Run anyway. That choice is remembered for that exact .exe — re-downloads warn again.
To skip the warning entirely you can unblock the file in PowerShell:
Unblock-File -Path "$env:USERPROFILE\Downloads\agentorg-desktop-windows-amd64.exe"
Linuxexecute bit
Linux ships no central malware gatekeeper — but downloads land without the execute bit. Mark it executable and run:
chmod +x ~/Downloads/agentorg-desktop-linux-amd64
~/Downloads/agentorg-desktop-linux-amd64
The desktop client uses WebKit2GTK; on minimal distros you may need libwebkit2gtk-4.1-0 from your package manager.
Verify integrity against SHA256SUMS.txt:
shasum -a 256 -c SHA256SUMS.txt

Desktop client (GUI)

Sign in with your email + password — no token to copy. Stores a device-scoped credential in your OS keychain.

Runner CLI

Headless. Bring your own runner token from the panel.

Next — how to set it up →

Open the panel · SHA256SUMS.txt