OpenHands 0.15: An Open‑Source AI Software Engineer Platform
Run OpenHands via Docker with the provided command, configure API keys, and let agents autonomously plan, execute, and verify tasks in an isolated sandbox.
Summary
OpenHands, formerly OpenDevin, is a fully open‑source platform that lets AI agents work alongside developers inside a secure Docker sandbox. The system provides a GUI with a VS Code‑style editor, live preview, terminal, and browser, and agents autonomously plan, execute, and verify tasks such as building a web app or fixing bugs. It supports over 100 LLM providers through LiteLLM, allows model‑agnostic operation, and offers MCP plugin support for integrations like Google Search and Slack. The quick‑start Docker command pulls the latest image, mounts a workspace, and exposes port 3000 for local access, ensuring all destructive commands run inside the container. OpenHands includes an SDK for customizing agent brains, and its SWE‑bench performance shows a success rate approaching proprietary models. The project boasts 40k+ GitHub stars, MIT license, and a community‑driven philosophy that contrasts with closed‑source competitors. Its core advantages are openness, flexibility, transparent sandboxing, and comprehensive autonomous engineering capabilities.
Key changes
- OpenHands renamed from OpenDevin and offers a fully open‑source AI software engineer platform
- Agents run inside a secure Docker sandbox, preventing destructive commands from affecting the host
- Supports over 100 LLM providers via LiteLLM, enabling model‑agnostic operation
- Agent lifecycle: plan tasks, execute code, and verify results within the sandbox
- MCP plugin support allows integration with Google Search, Slack, and other services
- Quick‑start Docker command pulls the latest image, mounts workspace, and exposes port 3000
- SDK enables developers to customize agent brains and add domain‑specific tools
- SWE‑bench performance shows success rates approaching proprietary commercial models