Dev Tools / Open SWE

Open SWE

by LangChain

orchestrator active free

LangChain's open-source framework for building fully autonomous async coding agents that pick up issues from Linear, Slack, or GitHub and independently write, test, and PR code — operating as another engineer on the team.

Open SWE is LangChain’s MIT-licensed framework for constructing Devin-style autonomous software engineering agents, launched on March 17, 2026, and accumulating over 10,000 GitHub stars within days of release. Built on LangGraph, it provides the orchestration scaffold for agents that monitor Linear, Slack, or GitHub for incoming tasks, then independently plan, implement, test, and submit pull requests — functioning as an async engineering team member rather than an interactive assistant. Unlike turnkey products, Open SWE is a framework that teams configure and deploy to their own infrastructure with their choice of underlying model.

Key capabilities

Multi-source task intake — Open SWE connects to Linear, Slack, and GitHub to receive work items, allowing teams to assign tasks through the project management and communication channels they already use rather than a separate interface.

Parallel child-agent spawning — The framework can decompose a task and spawn multiple child agents to execute subtasks concurrently, shortening wall-clock time on larger engineering jobs and enabling a form of AI-scale parallelism that single-agent tools cannot match.

Model-agnostic execution — Open SWE supports Claude, GPT-4o, Gemini, DeepSeek, and other LangChain-compatible models, giving teams the flexibility to select the model that best fits their cost, capability, and data-residency requirements.

LangGraph orchestration backbone — The framework is built on LangGraph, LangChain’s stateful graph runtime for multi-step agent flows, providing reliable state management, branching, and retry logic without requiring teams to build that infrastructure themselves.

Autonomy level

Open SWE operates at autonomy level 5 — the highest tier. Agents built on it are designed to run entirely without human involvement from task receipt through pull request submission: they read the issue, form a plan, spawn sub-agents as needed, write and edit code across multiple files, run terminal commands to test and build, and open the PR. Human oversight is reserved for the final merge decision, matching the behavior of a fully autonomous async engineer rather than a copilot or in-loop assistant.

Strengths

  • MIT licensed with full source access — no vendor lock-in and self-hosting on any infrastructure
  • Spawns child agents for parallel subtask execution, scaling to complex multi-part changes
  • Native integrations with Linear, Slack, and GitHub fit directly into existing team workflows
  • Model-agnostic design supports Claude, GPT-4o, Gemini, DeepSeek, and any LangChain-compatible model
  • Built on LangGraph for battle-tested stateful orchestration with reliable branching and retry logic
  • Over 10,000 GitHub stars signals strong community adoption and ongoing ecosystem contributions

Limitations

  • Framework rather than a turnkey product — requires meaningful setup, configuration, and operational expertise to deploy
  • No built-in UI; teams must build or integrate their own dashboard and monitoring surfaces
  • Requires familiarity with LangGraph concepts to customize agent behavior beyond the default scaffold
  • Shorter production track record than established commercial tools like Devin
  • Self-hosting responsibility means teams own infrastructure reliability, security hardening, and maintenance

Sources

Last verified June 12, 2026