Open-source autonomous coding agent you can run on your own machine
OpenHands, previously known as OpenDevin, is an open-source platform for AI agents that write code. The agent runs in a sandboxed environment with a shell, an editor and a browser, so it can modify files, run commands and check its own work rather than only suggesting text. It ships as a web interface, a command-line tool and a headless mode for scripting, and it accepts most model providers as well as local models. Because it is open source and self-hosted, teams can keep repositories, credentials and prompts inside their own infrastructure, which is the main reason it gets chosen over managed alternatives.
Last updated: 2026-09-20. This site only provides an index; for exact features, pricing, and licensing, see the official website.
developers, self-hosted agent workflows, coding agent research and cost-sensitive teams
If you're comparing similar products, check the alternatives below, or browse all tools in the AI Coding & Development category.
It acts rather than advises. The agent edits files, runs commands and inspects the results inside a sandbox, then iterates, which is closer to delegating a task than asking for a snippet.
A machine with Docker and enough memory for the sandbox, plus access to a model through an API key or a local runtime. The setup is documented, but it is not a one-click install.
The sandbox is the main protection and permissions are configurable. Even so, work on a branch you can discard, and review the diffs before merging anything the agent produces.
Anthropic's terminal-based coding agent that edits and runs your project
Open-source VS Code agent that plans, edits and runs commands on your key
AI-first code editor built for working inside a real repository
The most widely adopted AI pair programmer