Help & contact
Get help with Dispatcher
Documentation answers, common questions, and how to reach us.
Contact
- Email supportBugs, account issues, or feature requests. We typically respond within one business day.support@getdispatcher.dev
- Report a bugInclude steps to reproduce, your OS (macOS or Windows), and the Dispatcher version.Report a bug
- Security disclosuresReport vulnerabilities privately. Do not file public issues for security concerns.security@getdispatcher.dev
Frequently asked questions
What platforms does Dispatcher support?
Dispatcher is available for macOS (Apple Silicon and Intel) and Windows 10/11 (64-bit). Linux builds are not available yet. Download for your platform.
Which AI agents are supported?
Dispatcher supports Claude, Codex, Cursor, Kiro, OpenCode, Antigravity, and Grok. You can run multiple agents of different types in the same workspace and switch between their terminal tabs.
Can I import issues from GitHub or Linear?
Yes. Open Settings → Integrations in Dispatcher and connect GitHub or Linear via OAuth. You can import issues and projects into your board and start working on them with agents.
How do git worktrees work in Dispatcher?
When you execute a task, Dispatcher creates an isolated git worktree with a dedicated branch (for example,
dispatcher/task-fix-oauth). Agents run inside that worktree so parallel tasks do not conflict. Worktrees persist on disk and are recovered automatically when you restart the app.Is my code sent to Dispatcher’s servers?
No. Repository code, diffs, terminal output, and agent transcripts stay on your machine for local desktop use. Code is only sent to third-party AI providers (Claude, Cursor, Codex, and others) when you launch an agent, subject to their privacy policies. Optional cloud sync covers account data and synced tasks, docs, and sites, not your repository contents. See our Privacy Policy.
How do I set up Slack integration?
Open Settings → Integrations in Dispatcher and follow the Slack OAuth flow. Once connected, messages in your configured channel can create tasks on your board. You can optionally auto-execute tasks with an AI agent when they are created from Slack.
What happens if Dispatcher crashes mid-task?
Dispatcher recovers stale workspace locks on startup and re-discovers existing worktrees on disk. Your git worktrees and branches are safe. Restart the app and your workspaces will reappear in the sidebar.
What are the free cloud limits?
The free plan includes cloud sync for up to 2 projects, 50 issues, 50 documents (1,000 words per document), and 20 sites. Agents, repositories, and local tooling are unlimited. Need higher limits? Email support@getdispatcher.dev.
Is Dispatcher free?
Dispatcher is free for local use during early access. Optional cloud features use the free plan limits above. AI agent usage may incur costs from the respective providers based on your subscriptions with them.
How do I uninstall Dispatcher?
On macOS, drag Dispatcher to the Trash. On Windows, use Add or Remove Programs. Git worktrees created by Dispatcher are not removed automatically; you can clean them up with
git worktree prune if desired.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