openagent @ open-swe ~ $

cat README.md

Open SWE

LangChain's open-source asynchronous coding agent for internal software engineering workflows.

# 9.9K Stars ยท 1.1K Forks ยท MIT License // verified 2026-06-11
open-swe/main
$pip install open-swe
Installing Open SWE...
Open SWE ready
$open-swe --help
Reading open-swe configuration & environment...
# core strengths

What makes Open SWE different

โ—†

Asynchronous coding workflow

Open SWE is positioned as an asynchronous coding agent.

Background coding agents can take on larger tasks than synchronous chat-only assistants.
โ—†

Internal engineering focus

The project homepage frames it around internal coding-agent workflows.

Engineering teams need reviewable, auditable workflows rather than one-off generated snippets.
โ—†

LangChain ecosystem

Open SWE is maintained under the LangChain GitHub organization.

LangChain's agent and orchestration ecosystem gives the project a familiar foundation for many builders.
# quick start

Your first command

terminal
$pip install open-swe
# use cases

How developers use Open SWE

01

Background coding tasks

Assign scoped engineering tasks for an agent to work on asynchronously.

02

Internal agent pilot

Evaluate how an open-source coding agent fits into branch, review, and CI workflows.

03

SWE agent comparison

Compare Open SWE with terminal coding agents and hosted SWE automation products.

# comparison

How Open SWE compares

When to choose Open SWE

Compare it with nearby agents by looking at hosting model, integration surface, license, and whether the official docs show the workflow you need.

# faq

Questions

Q: Is Open SWE open source?

Yes. The GitHub repository is listed under the MIT license.

Q: Who should evaluate Open SWE?

Engineering teams exploring asynchronous coding agents for internal software workflows should evaluate it.