Emdash
[Download](https://emdash.sh/download) · [Docs](https://emdash.sh/docs) · [Releases](https://github.com/generalaction/emdash/releases/latest) · [Discord](https://discord.gg/f2fv7YxuR2) · [Contributing](CONTRIBUTING.md)
[![Apache 2.0 License](https://img.shields.io/badge/License-Apache_2.0-555555.svg?labelColor=333333&color=666666)](./LICENSE.md) [![Downloads](https://img.shields.io/github/downloads/generalaction/emdash/total?labelColor=333333&color=666666)](https://github.com/generalaction/emdash/releases) [![GitHub Stars](https://img.shields.io/github/stars/generalaction/emdash?labelColor=333333&color=666666&logo=github)](https://github.com/generalaction/emdash) [![Last Commit](https://img.shields.io/github/last-commit/generalaction/emdash?labelColor=333333&color=666666)](https://github.com/generalaction/emdash/commits/main) [![Commit Activity](https://img.shields.io/github/commit-activity/m/generalaction/emdash?labelColor=333333&color=666666)](https://github.com/generalaction/emdash/graphs/commit-activity) [![Discord](https://img.shields.io/badge/Discord-join-%235462eb?labelColor=%235462eb&logo=discord&logoColor=%23f5f5f5)](https://discord.gg/f2fv7YxuR2) Y Combinator W26 [![Follow @emdashsh on X](https://img.shields.io/twitter/follow/emdashsh?logo=X&color=%23f5f5f5)](https://twitter.com/intent/follow?screen_name=emdashsh)
Emdash is a desktop app for running AI coding agents in parallel. Each task runs in its own Git worktree, so you can explore multiple fixes or features at once, review the diffs, and merge what works. It works with local projects and remote machines over SSH. Bring the CLI agents you already use: Claude Code, Codex, OpenCode, Amp, and more. Emdash product screenshot ## What You Can Do - Run multiple coding agents at once without juggling terminals. - Keep every agent isolated in its own Git worktree and branch. - Send issues and tickets from Linear, GitHub, Jira, GitLab, Asana, Featurebase, Monday.com, Forgejo, or Plain into an agent. - Review diffs, create pull requests, inspect CI checks, and merge from one place. - Work locally or on your own remote machines over SSH/SFTP. ## Installation | Platform | Install | | --- | --- | | macOS | `brew install --cask emdash` · [Apple Silicon](https://github.com/generalaction/emdash/releases/latest/download/emdash-arm64.dmg) · [Intel](https://github.com/generalaction/emdash/releases/latest/download/emdash-x64.dmg) | | Windows | [Installer](https://github.com/generalaction/emdash/releases/latest/download/emdash-x64.msi) · [Portable](https://github.com/generalaction/emdash/releases/latest/download/emdash-x64.exe) | | Linux | [AppImage](https://github.com/generalaction/emdash/releases/latest/download/emdash-x86_64.AppImage) · [Debian package](https://github.com/generalaction/emdash/releases/latest/download/emdash-amd64.deb) | See the [latest release](https://github.com/generalaction/emdash/releases/latest) for all desktop builds. ## Agents Emdash detects installed provider CLIs automatically. It supports agents like Claude Code, Codex, Cursor, OpenCode, Amp, Devin, Qwen Code, Droid, and GitHub Copilot. See [Providers](https://emdash.sh/docs/providers) for the full list, setup commands, and provider-specific behavior. ## Remote Projects Connect to remote machines with SSH/SFTP and run the same parallel workflow on remote codebases. Emdash supports SSH agent, key, and password authentication, with credentials stored in your OS keychain. See [Remote Projects](https://emdash.sh/docs/remote-projects) and [Bring Your Own Infrastructure](https://emdash.sh/docs/bring-your-own-infrastructure) for setup details. ## Privacy Emdash is local-first. App state is stored in a local SQLite database, and Emdash does not send your code or chats to Emdash servers. Agent CLIs may send code, prompts, and context to their own providers. Their data handling depends on the provider you choose. Telemetry is optional and can be disabled in Settings or by launching with: ```bash TELEMETRY_ENABLED=false ``` See [Telemetry](https://emdash.sh/docs/telemetry) for details. ## Contributing Contributions are welcome. Read the [Contributing Guide](CONTRIBUTING.md), open an issue, or join the [Discord](https://discord.gg/f2fv7YxuR2). ## License Licensed under the [Apache-2.0 license](LICENSE.md).