Download Dispatch

v0.1.5 · Released April 21, 2026 · SHA256SUMS

macOS

Preview

Apple 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:

  1. Click Done on the dialog.
  2. Open Finder, go to /Applications.
  3. 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.

Want the notarized release? We’ll send one email when Gatekeeper opens silently — no newsletter, no drip.

Linux

Windows

Beta

Windows 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.

AgentInstallAuth
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