Documentation
Install
Download and install Dispatcher on macOS and Windows, then verify system requirements.
Canonical HTML: https://getdispatcher.dev/help/install
Downloads
- macOS Apple Silicon: https://getdispatcher.dev/downloads/Dispatcher_aarch64.dmg
- macOS Intel: https://getdispatcher.dev/downloads/Dispatcher_x64.dmg
- Windows 64-bit: https://getdispatcher.dev/downloads/Dispatcher_x64.exe
Current version metadata: https://getdispatcher.dev/app-version.json
Download page: https://getdispatcher.dev/download
System requirements
- macOS: 12 Monterey or later (Apple Silicon or Intel)
- Windows: Windows 10 version 1903 or later (64-bit)
- Git: 2.25 or later (required for worktree support)
- Disk: about 200 MB for the app, plus space per worktree
Linux builds are not available yet.
macOS install
- Download the DMG for your chip (Apple Silicon or Intel).
- Open the DMG and drag Dispatcher into Applications.
- Launch Dispatcher from Applications.
- If macOS blocks the app, open System Settings → Privacy & Security and allow it, or right-click the app and choose Open.
Windows install
- Download the Windows x64 installer (
.exe). - Run the installer and follow the prompts.
- Launch Dispatcher from the Start menu.
If Windows SmartScreen warns on first run, choose More info → Run anyway for the official build from getdispatcher.dev.
After install
- Create or open a project that points at a local git repository.
- Install at least one agent harness and log in.
- Create a task, run an agent, and confirm a worktree/branch is created.
Cloud account sign-in is optional for local use. Sign in when you want synced tasks, docs, sites, or team features.
Uninstall
- macOS: Drag Dispatcher to the Trash.
- Windows: Use Add or remove programs.
Git worktrees created by Dispatcher are not removed automatically. Clean them up with git worktree prune if desired. See Troubleshooting.