What platforms does Dispatcher support?
+
Dispatcher is available for macOS (Apple Silicon and Intel), Linux
(AppImage), and Windows. Press D on our website to download
the build for your detected platform.
Which AI agents are supported?
+
Dispatcher supports Claude Code, OpenAI Codex, and Cursor agents. You
can spawn multiple agents of different types in the same workspace and
switch between their terminal tabs.
How do git worktrees work in Dispatcher?
+
When you execute a task, Dispatcher creates an isolated git worktree
with a dedicated branch (e.g., dispatcher/task-fix-oauth).
Agents run inside this worktree so parallel tasks never conflict. Worktrees
persist on disk and are recovered automatically when you restart the app.
Is my code sent to Dispatcher's servers?
+
No. Dispatcher runs locally on your machine. Your source code stays on
your device. Code is only sent to third-party AI providers (Claude,
Codex, Cursor) when you explicitly launch an agent, subject to their
respective privacy policies. See our
Privacy Policy for details.
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're 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.
Is Dispatcher free?
+
Dispatcher is free during early access. AI agent usage may incur costs
from the respective providers (Anthropic, OpenAI, Cursor) based on your
existing subscriptions with them.
How do I uninstall Dispatcher?
+
On macOS, drag Dispatcher to Trash. On Windows, use Add/Remove Programs.
On Linux, delete the AppImage. Git worktrees created by Dispatcher are
not automatically removed — you can clean them up with
git worktree prune if desired.