aicoolies logo
Open SWE logo

Open SWE

Open-source async coding agent you can run in your own sandbox

Share
freeOpen Source
Visit Website →

Open-source framework from LangChain AI for building your organization's internal coding agent — the same pattern Stripe's Minions, Ramp's Inspect, and Coinbase's Cloudbot follow. Built on LangGraph and Deep Agents, Open SWE runs each task in an isolated cloud sandbox (Modal, Daytona, Runloop, or LangSmith), invokes from Slack, Linear, or GitHub, orchestrates subagents, and opens pull requests autonomously — customizable end-to-end for your codebase and conventions.

Open SWE is LangChain AI's open-source async coding agent framework — the shipping equivalent of the internal coding agents that Stripe (Minions), Ramp (Inspect), and Coinbase (Cloudbot) built for their engineering orgs. Instead of forking an existing agent or starting from scratch, Open SWE composes on top of LangGraph and the Deep Agents framework, giving teams an opinionated architecture with a clean upgrade path for upstream improvements. It targets the specific slot between "chat with an IDE plugin" and "pay per task for a hosted agent": an agent your org owns, customizes, and deploys on its own infrastructure.

The system runs every task in an isolated cloud sandbox — a remote Linux environment with full shell access where the repo is cloned and the agent has free rein inside a contained blast radius. Sandbox providers are pluggable: Modal, Daytona, Runloop, and LangSmith work out of the box, and the customization guide covers plugging in your own. Invocation happens where engineers already live — Slack threads, Linear tickets, and GitHub issues — and the agent reports back with commits and pull requests. Tool curation follows Stripe's principle that a small, focused toolset beats a kitchen sink, so Open SWE layers a tight set of project tools on top of the Deep Agents primitives (read_file, write_file, edit_file, ls, glob, grep, write_todos, and subagent spawning).

Context comes from both AGENTS.md-style project files and source-code retrieval, and orchestration mixes subagents with middleware so teams can inject validation, safety checks, or custom workflows without forking the core. Open SWE is MIT-licensed and positioned explicitly as "the open-source version of the pattern those companies built internally," which matters in 2026 as internal agent platforms become a standard build vs. buy decision. Engineering orgs that want the Stripe/Ramp/Coinbase architecture without a six-month build — and without sending source to a third-party agent service — can stand Open SWE up on their own infrastructure and customize prompts, tools, and review gates to match house style.

Pricing

Free and open source (MIT) — pay only for the sandbox provider (Modal, Daytona, Runloop, or LangSmith) and the model tokens

Platforms

Self-hosted framework (TypeScript/Node.js) with pluggable cloud sandboxes; invocation via Slack, Linear, and GitHub

Categories

Tags

Use Cases

Related Tools

Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paidOpen Source
Cursor logo

Cursor

Top Pick

The AI-first code editor

AI-first code editor built as a VS Code fork that deeply integrates LLMs into every part of the development workflow. Features Tab autocomplete with multi-line predictions, Cmd+K inline editing, AI chat with full codebase awareness, and Agent mode for autonomous multi-file edits with terminal execution. Supports GPT-4, Claude, and more with automatic context from project files and docs. Includes privacy mode for SOC 2 compliance. The leading AI-native IDE with 100K+ paying users.

freemiumTelemetry
OpenCode logo

OpenCode

Top Pick

Open-source AI coding agent for the terminal

Open-source terminal-based AI coding agent built in Go by the SST team, with a rich TUI (Bubble Tea) supporting 75+ model providers including OpenAI, Anthropic, Gemini, Bedrock, Groq, and OpenRouter. Features vim-like editing, persistent SQLite sessions, and LSP integration for 40+ languages. Fully free with no vendor lock-in, it has rapidly grown to 95k+ GitHub stars.

open-source
Codex logo

Codex

Top Pick

OpenAI's agentic coding CLI and cloud sandbox

OpenAI's cloud-based AI coding agent powered by codex-1 (a version of o3 optimized for software engineering). Autonomously writes features, fixes bugs, and proposes pull requests, with each task running in its own sandboxed environment preloaded with your repository. Teams can deploy multiple agents in parallel to work on independent tasks, with MCP integration and AGENTS.md for repo-specific instructions.

freemiumOpen Source
eve vercel

eve by Vercel

Filesystem-first framework for durable AI agents

Eve is Vercel's filesystem-first TypeScript framework for building durable AI agents as ordinary project files. It combines Markdown instructions and skills, typed tools, channels, connections, subagents, schedules, sandboxes, and evals with Vercel's agent runtime so teams can ship deployable agents without hand-rolling orchestration. The current beta fits Vercel-native backend agent projects.

open-sourceOpen Source

OpenPencil

AI-native open-source design editor and Figma alternative

OpenPencil is an AI-native, open-source design editor for teams that want a Figma-like canvas with source-visible code and experimental AI design workflows. It is best framed as OpenPencil by the open-pencil project, separate from the same-name ZSeven-W repo, and useful for early UI prototyping, design-to-code exploration, and open-source visual editing pilots.

open-sourceOpen Source