About
Code by orchestrating agents
We're building the environment where developers direct fleets of coding agents instead of writing every line themselves.
In 2026, the bottleneck in software is no longer typing code — it is coordinating the work. emdash started as an internal tool for running multiple coding agents at once, each in its own isolated Git worktree, without the chaos of overlapping changes.
We open-sourced it because the best development environment should be something you can inspect, extend, and own. Today emdash is a dashboard for orchestrating agents in parallel, reviewing their work, and merging only what you trust.
Open by default
The core engine is MIT licensed. No lock-in, no black boxes. You can read, fork, and run every line.
Isolation first
Every agent works in its own Git worktree. Parallel work never collides, and nothing touches your branch until you say so.
Developer in control
Agents do the typing; you do the deciding. emdash is a cockpit, not autopilot.