awesome-ade

agent
Guvenlik Denetimi
Uyari
Health Uyari
  • License รขโ‚ฌโ€ License: CC0-1.0
  • Description รขโ‚ฌโ€ Repository has a description
  • Active repo รขโ‚ฌโ€ Last push 0 days ago
  • Low visibility รขโ‚ฌโ€ Only 6 GitHub stars
Code Uyari
  • Code scan incomplete รขโ‚ฌโ€ No supported source files were scanned during light audit
Permissions Gecti
  • Permissions รขโ‚ฌโ€ No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

๐Ÿ› ๏ธ Awesome ADE โ€” a curated list of open-source Agentic Development Environments: orchestrators, TUIs, tmux harnesses, sandboxes and the agents they run.

README.md

๐Ÿ› ๏ธ Awesome ADE Awesome

A curated list of open-source Agentic Development Environments โ€” the tools that make AI agents first-class citizens of your development workflow.

An ADE is the evolution of the IDE. An IDE assumes a human types and the machine completes. An ADE assumes an agent plans, edits files, runs terminal commands, manages git branches and fixes failing tests โ€” while the human steers, reviews and merges.

That inversion changes which questions matter. Instead of "how do I edit text faster", an ADE is designed around:

  • How many agents run at once? One session, or a dozen in parallel?
  • Where do they run? Local worktree, tmux pane, container, VM, or the cloud?
  • How are they isolated? Can agent A break what agent B is building?
  • How do I review? Diffs, PRs, CI checks, human-in-the-loop gates.
  • How do I steer from anywhere? Terminal, desktop app, browser, phone.

This list is organised the way you actually pick these tools: by packaging (TUI, tmux, desktop, web, mobile), then by the layer of the stack they occupy. Every entry is open source, actively maintained and hosted on GitHub. See CONTRIBUTING.md.

Maintained by KyroLabs. See also: Awesome Agents ยท Awesome LangChain.


Contents


Anatomy of an ADE

Most tools in this list sit on exactly one of five layers. Knowing which layer you are missing is usually the fastest way to pick your next tool.

Layer What it does Typical examples
Harness The agent loop itself: model calls, tool use, permissions OpenCode, Codex CLI, Gemini CLI, Pi, Goose, Claude Agent SDK
Orchestrator Runs many harnesses in parallel, tracks their state Claude Squad, Emdash, Vibe Kanban, herdr
Isolation Keeps parallel agents from stepping on each other git worktrees, container-use, microsandbox, E2B
Surface How a human watches and steers โ€” TUI, desktop, web, phone agent-deck, Crystal, Happy, VibeTunnel
Context What the agent knows: specs, skills, memory, MCP tools Spec Kit, AGENTS.md, Serena, MCP servers

Packaging legend used below: โŒจ๏ธ TUI ยท ๐ŸชŸ tmux ยท ๐Ÿ–ฅ๏ธ Desktop ยท ๐ŸŒ Web ยท ๐Ÿ“ฑ Mobile ยท ๐Ÿงฉ Editor extension ยท ๐ŸŒฒ git worktree isolation ยท ๐Ÿ“ฆ container/VM sandbox


Orchestrators โ€” Terminal & TUI

Keyboard-driven mission control. You stay in the terminal; the tool handles session lifecycle, worktrees and switching between agents.

  • herdr: Agent-aware multiplexer and runtime your coding agents live on โ€” persistent workspaces, session recovery, and a fast TUI across agents. GitHub Repo stars
  • Claude Squad: Terminal app managing multiple agents in isolated workspaces โ€” detached background sessions backed by tmux and persistent git worktrees. Supports Claude Code, Codex, Aider, Gemini, OpenCode and Amp. GitHub Repo stars
  • ralph-tui: Drives an agent through a task list autonomously with an exit-detection loop, so long-running work does not need babysitting. GitHub Repo stars
  • ccmanager: Coding-agent session manager across git worktrees and projects โ€” carries conversation history and project state into new worktrees. Works with Claude Code, Gemini CLI, Codex CLI, Cursor Agent, Copilot CLI, Cline CLI, OpenCode and Kimi CLI. GitHub Repo stars
  • agent-deck: One TUI over every session โ€” groups, search, forking, git worktrees, cost tracking and a phone-controlled conductor for the whole fleet. GitHub Repo stars
  • ccswarm: Multi-agent orchestration with git worktree isolation and specialised roles for collaborative development. GitHub Repo stars

Orchestrators โ€” tmux-native

tmux turns out to be an excellent agent substrate: sessions survive disconnects, panes are cheap, and everything is scriptable over SSH. These tools lean into it rather than reinventing it.

  • CLI Agent Orchestrator: AWS Labs multi-agent orchestration for coding CLIs โ€” Claude Code, Kiro, Codex and more, each coordinated inside isolated tmux sessions. GitHub Repo stars
  • dmux: Dev agent multiplexer pairing coding agents with git worktrees over tmux, one pane per task. GitHub Repo stars
  • amux: Single-file, tmux-native control plane โ€” run, monitor and orchestrate dozens of parallel Claude Code, Codex and Gemini sessions from one web dashboard or your phone, with self-healing sessions. GitHub Repo stars

Orchestrators โ€” Desktop

Native and Electron/Tauri apps. Better for diff review, multi-pane layouts and anything you want visible on a second monitor.

  • Orca: Fan one prompt across several agents, each in its own git worktree, then compare and merge the winner. Ghostty-class terminals with infinite splits, SSH worktrees onto a remote box, native GitHub and Linear browsing, line-level annotation of AI diffs, a design mode that pipes a clicked DOM element into the prompt, and an orca CLI so agents can drive the workspace themselves. Desktop, mobile companion and VPS. GitHub Repo stars
  • Emdash: Open-source ADE for running multiple coding agents in parallel, each task in its own git worktree. Local-first SQLite state, SSH to remote machines, and Linear/GitHub/Jira/GitLab ticket ingestion with PR creation and CI review built in. GitHub Repo stars
  • Aperant (formerly Auto Claude): Describe a goal and agents plan, implement and validate it โ€” up to 12 agent terminals in parallel, all changes in git worktrees, a self-validating QA loop before you review, AI-assisted merge-conflict resolution, a memory layer across sessions, and GitHub/GitLab/Linear task import behind a Kanban board. Three-layer security model (OS sandbox, filesystem restriction, dynamic command allowlist). Windows, macOS and Linux. Note: 2.x is in maintenance mode and code PRs are paused while 3.0 is rebuilt. GitHub Repo stars
  • superset: Code editor built around running many agents at once rather than around a single cursor. GitHub Repo stars
  • Paseo: A local daemon manages the agents; desktop, mobile, web and CLI clients all attach to it. One interface over Claude Code, Codex, Copilot, OpenCode and Pi, running on your own machine with your own dev environment. Voice mode, and no telemetry, tracking or forced log-in. GitHub Repo stars
  • CodeLayer (HumanLayer): Human-in-the-loop control plane for coding agents โ€” approvals, interventions and durable session state so autonomous runs stay reviewable. GitHub Repo stars
  • CodexMonitor: Native macOS app to orchestrate and monitor multiple Codex agents locally. GitHub Repo stars
  • AutoMaker: Kanban board that turns product tickets into working code, each card implemented by an agent in its own worktree. GitHub Repo stars
  • Crystal: Desktop app running parallel Claude Code sessions in isolated git worktrees, with side-by-side diff review before merge. GitHub Repo stars
  • mux: Coder's desktop app for isolated parallel agentic development. GitHub Repo stars
  • Nimbalyst: Visual workspace where you and the agent collaborate in WYSIWYG editors โ€” markdown, mockups with annotations, Mermaid, Excalidraw, CSV, data models and Monaco โ€” reviewing the agent's changes as red/green diffs. Parallel sessions on a kanban, sessions linked to the files they touched, worktrees, and a mobile companion. GitHub Repo stars
  • parallel-code: Desktop app for running Claude Code, Codex CLI and Gemini CLI side by side, with a built-in diff viewer and merge flow. GitHub Repo stars
  • Arbor: Fully native desktop app built around git worktrees, terminals and diffs โ€” the three things an agentic workflow actually touches, and nothing else. GitHub Repo stars
  • Dorothy: Desktop app orchestrating multiple AI CLI agents (Claude Code, Codex, Gemini) simultaneously with automations, Kanban management, remote control and MCP servers. GitHub Repo stars
  • Sculptor: Imbue's agent workspace running each session in a container so agents can execute freely without touching your machine. GitHub Repo stars
  • Termic: Spawns the real claude, codex, agy, copilot and grok binaries rather than vendor SDKs, so inference rides the Pro/Max plan you already pay for. One git worktree per agent, an optional per-workspace macOS sandbox cage, prompt broadcast to every agent at once, and a work-done indicator per pane. GitHub Repo stars
  • Tempest: Keeps a local code-knowledge graph shared across every parallel session, so five agents do not each re-read the codebase from scratch โ€” the project reports up to 64% less context consumption and 58% fewer tool calls. Worktree and branch per agent, built-in diff and PR, and per-OS process isolation (Job Objects on Windows, Seatbelt on macOS, bubblewrap on Linux). Note that agents are spawned permission-skipping by default, toggleable in settings. GitHub Repo stars

Orchestrators โ€” Web & Self-hosted

Browser-based, which means team-shareable and reachable from any device without installing anything.

  • Vibe Kanban: Kanban board for managing AI coding agents โ€” queue tasks, review diffs, and switch between Claude Code, Codex, Gemini and others per card. GitHub Repo stars
  • gastown: Scales to 20โ€“30 concurrent agents with a coordinator and a merge queue, aimed at swarm-sized workloads. GitHub Repo stars
  • OpenHands: Self-hostable platform for software development agents โ€” the agent gets a browser, a terminal and an editor, and you watch it work in a web UI. GitHub Repo stars
  • Open SWE: LangChain's cloud-sandboxed asynchronous coding agent, invoked from Slack, Linear or GitHub and returning a PR. GitHub Repo stars
  • ruflo: Agent meta-harness for deploying coordinated multi-agent swarms and long-running autonomous workflows. GitHub Repo stars

Remote & Mobile Control

The ADE stops being a place you sit and becomes a thing you check on. These bridge running sessions to your phone or a chat app.

  • Happy: Mobile and web client for Claude Code with end-to-end encryption โ€” start a session at your desk, keep steering it from your phone. GitHub Repo stars
  • VibeTunnel: Turns any terminal session into a browser-accessible one, so agents running on your Mac are controllable from anywhere. GitHub Repo stars
  • Omnara: Command centre for agents across web, mobile and terminal, with live notifications and permission prompts routed to you. GitHub Repo stars
  • takopi: Telegram bridge that puts an agent session in a chat thread. GitHub Repo stars
  • ClaudeClaw: Persistent agent orchestrator as a Claude Code plugin โ€” multi-channel routing (Slack, WhatsApp, Telegram), OS-level sandbox isolation, composable extensions, structured memory and webhook triggers. GitHub Repo stars
  • ADE: One workspace for Claude Code, Codex, Cursor, Factory Droid and OpenCode, with every chat and CLI session syncing in real time across macOS, Windows, iOS, web and terminal โ€” start a thread on the desktop and finish it from another machine. GitHub Repo stars

Coding Agents (the engines)

The harnesses that orchestrators drive. Pick the orchestrator for the workflow, the agent for the loop quality and provider support.

  • OpenCode: The open-source coding agent โ€” keyboard-driven TUI, build/plan agent modes, LSP integration for 20+ languages, MCP support, and 75+ providers plus local models via Ollama and LM Studio. Client-server architecture lets multiple frontends attach to one server. GitHub Repo stars
  • Gemini CLI: Google's open-source terminal agent with a large context window and built-in tooling. GitHub Repo stars
  • Codex CLI: OpenAI's local coding agent, with sandboxed execution modes and headless/CI operation. GitHub Repo stars
  • Aider: AI pair programming in your terminal, with repo-map context and automatic commits per change. GitHub Repo stars
  • Crush: Charm's glamourous terminal coding agent, multi-model with LSP and MCP support. GitHub Repo stars
  • Qwen Code: Alibaba's CLI agent tuned for the Qwen-Coder models, with agentic repo understanding and workflow automation. GitHub Repo stars
  • SWE-agent: The research harness that popularised issue-to-patch automation, with a configurable agent-computer interface. GitHub Repo stars
  • mini-SWE-agent: The same idea in ~100 lines of Python โ€” the reference implementation to read before writing your own harness. GitHub Repo stars

Harnesses & Agent SDKs

The loop underneath everything above: model calls, tool dispatch, permissions, session state. You reach for this layer when no existing ADE does what you want and you are building your own โ€” a custom coding agent, an in-house review bot, an orchestrator with opinions.

Listed here because each one is a plausible foundation for an ADE. General-purpose agent frameworks aimed at things other than software development belong in Awesome Agents instead.

  • Pi: Unified LLM API, agent loop, TUI and a coding CLI, built on a deliberately tiny system prompt with lazily-loaded skills. Usable as-is, but the design intent is that you fork and rewire it. GitHub Repo stars
  • Goose: Extensible on-machine agent that installs, executes and edits rather than only suggesting. MCP-native, ACP-compatible, and embeddable as a runtime rather than only a CLI. GitHub Repo stars
  • Agno: Full-stack framework for building, running and managing agent platforms, with memory, knowledge and a control plane included. GitHub Repo stars
  • LangGraph: Graph-structured agent runtime with durable execution, checkpointing and human-in-the-loop interrupts โ€” the state machine most long-running agents eventually need. GitHub Repo stars
  • smolagents: Hugging Face's barebones library for agents that think in code โ€” small enough to read end to end in an afternoon. GitHub Repo stars
  • OpenAI Agents SDK: Lightweight framework for multi-agent workflows with handoffs, guardrails and tracing. Also available for TypeScript. GitHub Repo stars
  • Mastra: Modern TypeScript framework for agents and AI applications โ€” workflows, agent memory, tool calling, evals and a local dev playground in one package. GitHub Repo stars
  • Vercel AI SDK: The TypeScript toolkit most agent UIs are built on โ€” provider-agnostic model calls, tool loops and streaming primitives. GitHub Repo stars
  • Pydantic AI: Type-safe agent framework built on Pydantic, with structured outputs and dependency injection for production pipelines. GitHub Repo stars
  • Microsoft Agent Framework: Successor to Semantic Kernel and AutoGen, for building, orchestrating and deploying agents and multi-agent workflows in .NET and Python. GitHub Repo stars
  • VoltAgent: TypeScript agent framework with built-in LLM observability, so traces and evals are not bolted on afterwards. GitHub Repo stars
  • Claude Agent SDK: Anthropic's SDK for building on the Claude Code harness โ€” tool execution, sandboxing, hooks and stateful sessions. Also available for TypeScript. GitHub Repo stars
  • Strands Harness SDK: AWS's SDK for building an agent harness and controlling it end to end, rather than accepting a vendor's loop. GitHub Repo stars
  • Cloudflare Agents: Stateful agents on Durable Objects โ€” hibernation between turns, WebSocket sessions and scheduled wake-ups at the edge. GitHub Repo stars
  • TrueForge: Owns the whole execution loop โ€” model calls, MCP tools with OAuth, git-backed SKILL.md packs, sandboxed execution, tool approvals, subagents, deferred tool loading and compaction โ€” exposed three ways: a chat UI, an HTTP API with a TypeScript SDK, and an embeddable UI SDK. SQLite in local mode, Postgres and Redis once a team shares it. GitHub Repo stars

Editor-native Agents

For when the ADE is your editor rather than a separate app.

  • Zed: High-performance multiplayer editor with a native agent panel, and the origin of the Agent Client Protocol โ€” bring Claude Code, Gemini CLI or Goose into the editor over ACP. GitHub Repo stars
  • Cline: Open-source coding agent in VS Code with plan/act separation, terminal execution and full transparency over every model call. GitHub Repo stars
  • Continue: Build and share custom agents and rules across VS Code and JetBrains, with any model. GitHub Repo stars
  • Kilo Code: VS Code agent combining orchestration modes, memory-bank context and multi-provider routing. GitHub Repo stars

Autonomous & CI Runners

The headless end of the spectrum: no human at the terminal, work triggered by an issue, a PR or a schedule.

  • gh-aw: GitHub's agentic workflows โ€” write the workflow in Markdown, compile it to a GitHub Actions run with a safe, permission-scoped agent. GitHub Repo stars
  • claude-code-action: Anthropic's official GitHub Action for running Claude Code on issues and pull requests. GitHub Repo stars
  • run-gemini-cli: Google's official Action for issue triage, PR review and on-demand agent runs. GitHub Repo stars
  • codex-action: OpenAI's official Action for running Codex headlessly in CI. GitHub Repo stars
  • Cyrus: Watches Linear, GitHub and GitLab for issues assigned to it and works them to a PR. GitHub Repo stars
  • remote-swe-agents: Serverless AWS control plane for long-running autonomous software agents. GitHub Repo stars

Isolation & Sandboxing

The layer that makes parallelism safe. Worktrees isolate the filesystem; containers and microVMs isolate everything else.

  • E2B: Secure isolated cloud runtimes purpose-built for executing LLM-generated code, with SDKs for spawning sandboxes per task. GitHub Repo stars
  • Daytona: Secure and elastic infrastructure for running AI-generated code, with sub-second sandbox creation and stateful workspaces. GitHub Repo stars
  • microsandbox: Self-hosted microVM sandboxes with hardware-level isolation and near-instant startup โ€” the safety of a VM without the boot time. GitHub Repo stars
  • sandbox-runtime: Anthropic's OS-level sandboxing runtime for agents โ€” filesystem and network restrictions applied to the agent's own process tree. GitHub Repo stars
  • container-use: Gives every agent its own containerised environment and git branch, so many agents work in parallel without conflicts and you can inspect any of them mid-run. GitHub Repo stars
  • Greywall: Deny-by-default command sandbox for coding agents โ€” filesystem isolation, network control via a transparent proxy, built-in profiles for Claude Code and OpenCode, and a learning mode that generates configs. GitHub Repo stars

Spec, Planning & Task Layers

Autonomy without a spec produces confident nonsense. These tools give the agent a plan to execute against and a place to record progress.

  • Spec Kit: GitHub's toolkit for spec-driven development โ€” specify, plan, break into tasks, then let the agent implement against an explicit contract. GitHub Repo stars
  • OpenSpec: Spec-driven workflow that gets agent and human aligned on the change before any code is written. GitHub Repo stars
  • BMAD-METHOD: Agile agent framework assigning planning, architecture and implementation to distinct specialised agent roles. GitHub Repo stars
  • Task Master: Turns a PRD into a dependency-aware task graph the agent works through one task at a time. GitHub Repo stars
  • Backlog.md: Git-native task manager โ€” Markdown task files in the repo, with CLI, TUI and web board views that agents and humans share. GitHub Repo stars
  • Agent OS: Structured standards, specs and workflows so agents produce code that matches how your team actually builds. GitHub Repo stars

Context, Skills & Routing

What the agent knows, what tools it can reach, and which model answers.

  • MCP Servers: Reference and community servers for the Model Context Protocol โ€” the standard way to hand agents tools and data sources. GitHub Repo stars
  • Serena: Semantic code toolkit exposed over MCP โ€” gives agents symbol-level retrieval and editing instead of blind file reads. GitHub Repo stars
  • claude-code-router: Routes the Claude Code harness to arbitrary model backends, with per-task routing rules and cost control. GitHub Repo stars
  • claude-code-templates: Large library of ready-made agents, commands, hooks, MCP configs and settings, installable per project. GitHub Repo stars
  • AgentAPI: One HTTP API in front of Claude Code, Goose, Aider, Codex and Copilot โ€” the integration seam for building your own ADE surface. GitHub Repo stars

Observability & Cost

Parallel agents burn tokens in parallel. These tell you where they went.

  • ccusage: Fast CLI for usage and cost analysis of Claude Code sessions, with daily, monthly and per-session breakdowns. GitHub Repo stars
  • Claude Code Usage Monitor: Live terminal dashboard with burn-rate tracking and predictions before you hit the limit. GitHub Repo stars
  • Manifest: Local-first cost observability for agents and harnesses โ€” tokens, costs, messages and model usage across providers, with OTLP ingestion and self-hosting. GitHub Repo stars

Review & Quality Gates

Agents generate more diff than a human can read. The bottleneck moves to review.

  • PR-Agent: Automated PR description, review and code suggestions, runnable from CI or as a bot on every pull request. GitHub Repo stars
  • claude-code-security-review: Anthropic's security-focused review Action โ€” reasons about the semantics of a diff rather than pattern-matching it, with false-positive filtering. GitHub Repo stars

For human-in-the-loop approval gates inside the agent loop itself, see CodeLayer (HumanLayer) above.

Protocols & Standards

The plumbing that stops every ADE from writing bespoke glue for every agent.

  • Agent Client Protocol (ACP): "LSP for coding agents" โ€” a JSON-RPC standard letting any editor host any agent. Originated at Zed, with SDKs in TypeScript, Python, Rust, Kotlin and Java. GitHub Repo stars
  • Model Context Protocol: The specification for connecting agents to tools, resources and prompts. GitHub Repo stars
  • AGENTS.md: A simple open format for the README your agents read โ€” adopted across most harnesses in this list. GitHub Repo stars

Browser & Computer-use Runtimes

When the task leaves the repository: end-to-end testing, scraping, and driving real applications.

  • Browser Use: Connects any LLM to a live scriptable browser for end-to-end web interaction and testing. GitHub Repo stars
  • Stagehand: Production-grade AI browser automation on top of Playwright, mixing deterministic code with natural-language actions. GitHub Repo stars
  • Steel Browser: Open-source browser infrastructure for agents โ€” session-backed automation, extraction, screenshots and PDFs behind an AI-native CLI. GitHub Repo stars
  • Cua: Computer-use agent framework with high-performance macOS and Linux VMs for full-desktop automation. GitHub Repo stars

Comparison Matrix

Orchestrators only โ€” the tools you would actually choose between. "Isolation" is what keeps two parallel agents from colliding.

Tool Packaging Isolation Parallel agents Notes
Claude Squad โŒจ๏ธ TUI ๐ŸŒฒ worktree + ๐ŸชŸ tmux Many Detached background sessions
herdr โŒจ๏ธ TUI ๐ŸŒฒ worktree Many Persistent workspaces, session recovery
ccmanager โŒจ๏ธ TUI ๐ŸŒฒ worktree Many Carries session state into new worktrees
agent-deck โŒจ๏ธ TUI + ๐Ÿ“ฑ ๐ŸŒฒ worktree Many Cost tracking, forking, phone conductor
ralph-tui โŒจ๏ธ TUI โ€” One (looped) Autonomous task-list loop
ccswarm โŒจ๏ธ TUI ๐ŸŒฒ worktree Many Role-specialised agents
CLI Agent Orchestrator ๐ŸชŸ tmux ๐ŸชŸ tmux session Many AWS Labs, multi-CLI
dmux ๐ŸชŸ tmux ๐ŸŒฒ worktree + ๐ŸชŸ tmux Many One pane per task
amux ๐ŸชŸ tmux + ๐ŸŒ ๐ŸชŸ tmux session Dozens Single file, self-healing, phone dashboard
Orca ๐Ÿ–ฅ๏ธ Desktop + ๐Ÿ“ฑ ๐ŸŒฒ worktree (local + SSH) Many, fan-out Terminal splits, diff annotation, scriptable CLI
Emdash ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree Many Ticket ingestion, PR + CI review, SSH remotes
Aperant ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree + OS sandbox Up to 12 Kanban, QA loop, AI merge, memory layer
Paseo ๐Ÿ–ฅ๏ธ + ๐Ÿ“ฑ + ๐ŸŒ + โŒจ๏ธ ๐ŸŒฒ worktree Many Local daemon, all clients attach; voice mode
Nimbalyst ๐Ÿ–ฅ๏ธ Desktop + ๐Ÿ“ฑ ๐ŸŒฒ worktree Many Visual WYSIWYG editors, red/green agent diffs
Arbor ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree Many Native; worktrees, terminals, diffs only
Termic ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree + macOS sandbox Many Real CLIs, no SDK; prompt broadcast
Tempest ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree + ๐Ÿ“ฆ process isolation Many Shared code-knowledge graph cuts token spend
Crystal ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree Many Side-by-side diff review
mux ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree Many From Coder
Sculptor ๐Ÿ–ฅ๏ธ Desktop ๐Ÿ“ฆ container Many Agents run fully sandboxed
Dorothy ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree Many Kanban + automations + MCP
parallel-code ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree Many Built-in diff and merge
CodexMonitor ๐Ÿ–ฅ๏ธ Desktop ๐ŸŒฒ worktree Many Codex-focused, native macOS
Vibe Kanban ๐ŸŒ Web ๐ŸŒฒ worktree Many Board-driven, agent per card
gastown ๐ŸŒ Web ๐ŸŒฒ worktree 20โ€“30 Coordinator + merge queue
OpenHands ๐ŸŒ Web ๐Ÿ“ฆ container Many Browser + terminal + editor per agent
Open SWE ๐ŸŒ Web ๐Ÿ“ฆ cloud sandbox Many Async, issue-triggered
Happy ๐Ÿ“ฑ Mobile + ๐ŸŒ โ€” (client) Many E2E encrypted remote control
Omnara ๐Ÿ“ฑ Mobile + ๐ŸŒ โ€” (client) Many Permission prompts routed to phone
ADE ๐Ÿ–ฅ๏ธ + ๐Ÿ“ฑ + โŒจ๏ธ + ๐ŸŒ โ€” (synced sessions) Many Real-time session sync across every device

Notable Proprietary ADEs

Not eligible for this list โ€” it is an open-source list โ€” but they define the category and are worth knowing.

  • Claude Code โ€” Anthropic's terminal agent. Source-available CLI, and the harness most tools above orchestrate.
  • Warp โ€” Terminal-first ADE with an integrated autonomous agent that executes multi-step workflows across any repository.
  • Cursor โ€” The editor that made agent-first coding mainstream, with background agents and parallel worktree runs.
  • Conductor โ€” Polished commercial workspace for running many Claude Code agents in parallel with end-to-end task delegation.
  • Agentastic โ€” Native macOS multi-agent IDE covering 52 coding agents, with each agent in its own git worktree or container (Apple containers and Docker), plus editor, terminals, git, browser automation and agentic review. Free to use, closed development, extensibility said to be on the roadmap.
  • Factory โ€” "Droids" as delegated engineers, with a CLI and a browser control plane.
  • Trae โ€” ByteDance's agentic IDE showing live agent to-do lists, context panels and tool pipelines.
  • Devin โ€” Cognition's autonomous engineer with its own cloud workspace.
  • Amp โ€” Sourcegraph's agent, terminal and editor surfaces sharing one thread model.
  • Kiro โ€” AWS's spec-driven agentic IDE.
  • Google Antigravity โ€” Agent-first IDE built around a browser-and-editor agent manager.
  • Jules โ€” Google's asynchronous coding agent working from GitHub issues.

Related Lists

Contributing

Contributions welcome โ€” read CONTRIBUTING.md first. In short: open source, on GitHub, in English, actively maintained, demonstrated traction, related to agentic development environments, and added at the bottom of the relevant section. Submit a PR, not an issue.

License

CC0 1.0 Universal โ€” to the extent possible under law, KyroLabs has waived all copyright and related rights to this work.

Yorumlar (0)

Sonuc bulunamadi