generalaction/emdash

Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 11th, 2026
Created on August 28th, 2025
Open Issues & Pull Requests: 95 (+0)
GitHub issues: Enabled
Number of forks: 589
Total Stargazers: 5,733 (+0)
Total Subscribers: 22 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Emdash is an open-source agentic development environment that orchestrates multiple coding agents in parallel across any LLM provider.

The tool addresses the challenge of scaling AI-assisted development by allowing developers to run multiple coding agents concurrently rather than sequentially. It abstracts away provider-specific details, enabling teams to use Claude, OpenAI, or other LLM providers interchangeably. The environment manages agent coordination, execution, and state across parallel workstreams, reducing the time required for complex development tasks that would otherwise require agents to work one after another.

Emdash suits teams building with AI agents who want to avoid vendor lock-in and need to coordinate multiple agents on the same codebase simultaneously. It works well for projects where parallel development streams can accelerate progress, such as implementing multiple features or refactoring across different modules at once. The tool integrates with issue tracking systems like Jira and Linear, allowing agents to pull work directly from your existing workflow. Developers choosing this tool should expect a CLI-driven experience with containerization support via Docker and the ability to manage work across git worktrees for isolation between parallel agent tasks.

The project shows active development with regular commits addressing core functionality and user-reported issues. Work spans infrastructure improvements, agent orchestration logic, and provider integrations. The maintainers respond to feature requests and bug reports, indicating ongoing engagement with the user base. Development activity includes refinements to the parallel execution model and expanding provider support beyond initial implementations.