Download Dispatch
macOS
PreviewApple Developer ID notarization is in progress. The current build is fully functional and hash-verified — macOS will prompt once on first launch because it isn't yet notarized. Clear, two-click bypass below. Or get notified when the notarized release ships.
First launch on macOS
On first launch you'll see an "Apple could not verify Dispatch.app" dialog — this is Gatekeeper, not a problem with the build. The fastest way through:
- Click Done on the dialog.
- Open Finder, go to /Applications.
- Right-click Dispatch.app → Open (not double-click). The same dialog reappears, but this time with an Open button. Click it. Every launch after that is uninterrupted.
Prefer the terminal? Run xattr -dr com.apple.quarantine /Applications/Dispatch.app once and then double-click launches cleanly.
Linux
Windows
BetaWindows support is in active beta. Core features (agent detection via WSL, missions, pipeline, Settings) work end-to-end, and we cut fixes fast — expect an occasional edge case while we harden the platform. Report anything unexpected.
CLIs Dispatch orchestrates
Install whichever you want Dispatch to direct. Only one is required; all three are recommended so Dispatch can route each pipeline stage to the best agent for the job.
| Agent | Install | Auth |
|---|---|---|
| Claude Code | claude.com/claude-code | Browser OAuth on first run |
| Codex | github.com/openai/codex | codex login |
| Gemini CLI | github.com/google-gemini/gemini-cli | gemini login |
Dispatch auto-detects CLIs on every launch. The dispatch terminal command is bundled with the desktop app for headless operation.
Verify your download
Every artifact is hashed in the SHA256SUMS file.
# macOS / Linux
shasum -a 256 --check SHA256SUMS
# Windows (PowerShell)
Get-FileHash Dispatch_0.1.5_x64_en-US.msi -Algorithm SHA256