aicoolies logo
Open SWE logo
Open SWE logo

Open SWE

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

freeopen sourceupdated Apr 21, 2026

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

Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
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.

paid
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
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemium
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry