# Dispatch > Dispatch is a local-first **Integrated Overview Environment (IOE)** for managing AI coding agents. It orchestrates Claude Code, OpenAI Codex, and Gemini CLI through a goal → spec → task → review pipeline, letting a developer direct multiple agents instead of typing code line-by-line. Built by Ad Astra Computing Inc. Dispatch runs as a desktop app on macOS, Linux, and Windows. Source code, prompts, and agent transcripts stay on the user's machine in a local SQLite database (`~/.dispatch/dispatch.db`). It does not replace the agent CLIs — it orchestrates the ones the user has already installed and authenticated. Key concepts: - **IOE vs. IDE**: traditional IDEs help a person write code; Dispatch is a cockpit where a person directs multiple agents through a formal pipeline. - **Goals → Specs → Tasks**: every change starts with a goal, is broken into specs the user approves, then executed as tasks by the assigned agent. - **Pipeline profiles**: which adapter handles spec, implement, frontend, and review is user-configurable; nothing is hardcoded. - **HITL (Human-in-the-loop) review**: medium- and high-risk changes block until the human approves; review modal shows changeset, blast radius, security scan, and compaction status. - **Auto Model**: automatic adapter + model routing based on task intent, with manual override. - **Worktree isolation**: every agent run happens in a git worktree mirror; the real project is untouched until the user approves. - **Pricing**: Free (local orchestration), Pro ($20/mo, cloud models + adversarial verification + ML routing), Team ($50/seat/mo, shared projects + SSO + audit log). ## Product pages - [Home](https://withdispatch.dev/): Product overview and positioning - [Download](https://withdispatch.dev/download/): Installers for macOS, Linux, and Windows - [Documentation](https://withdispatch.dev/docs/): Full product documentation - [Quality Pipeline](https://withdispatch.dev/pipeline/): The 6 quality gates every change passes through - [Philosophy](https://withdispatch.dev/philosophy/): Why an IOE instead of an IDE - [Pricing](https://withdispatch.dev/pricing/): Free, Pro, and Team comparison - [Changelog](https://withdispatch.dev/changelog/): Release notes - [FAQ](https://withdispatch.dev/faq/): Frequently asked questions - [Support](https://withdispatch.dev/support/): Troubleshooting and contact ## Legal - [Terms of Service](https://withdispatch.dev/terms/) - [Privacy Policy](https://withdispatch.dev/privacy/) - [EULA](https://withdispatch.dev/eula/) - [Acceptable Use Policy](https://withdispatch.dev/aup/) - [Data Processing Agreement](https://withdispatch.dev/dpa/) - [Subprocessors](https://withdispatch.dev/subprocessors/) ## Optional - [Sitemap](https://withdispatch.dev/sitemap-index.xml)