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, one-time approval 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. Approve it once:
- Click Done on the dialog.
- Open System Settings → Privacy & Security and scroll down to the Security section.
- Next to "Dispatch.app was blocked to protect your Mac", click Open Anyway, then confirm in the dialog that follows. macOS may ask for your password or Touch ID.
Every launch after that is uninterrupted.
Prefer the terminal? Run xattr -dr com.apple.quarantine /Applications/Dispatch.app once and Dispatch launches cleanly from then on.
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-beta_x64_en-US.msi -Algorithm SHA256