# OpenHands

> Open-source autonomous AI software-development agent (formerly OpenDevin) — writes code, runs commands, and browses the web in a sandbox.

OpenHands (formerly OpenDevin) is an open-source platform for autonomous AI software-development agents that write code, run shell commands, and browse the web inside a sandbox. The core is MIT-licensed and runs locally with your own LLM key; a hosted OpenHands Cloud adds a free individual tier and paid enterprise options.

Website: https://www.openhands.dev

**OpenHands is an open-source platform for autonomous AI software-development agents (formerly OpenDevin) that write code, run commands, and browse the web inside a sandbox.** It is built by All Hands AI and aims to let an LLM-driven agent do what a human developer can: modify a codebase, execute shell commands, call APIs, and use a browser to complete real engineering tasks.

It is aimed at developers who want a self-hostable, model-agnostic coding agent rather than a closed product. The core runs locally with your own LLM key and exposes a web GUI and a CLI; agents operate in a sandboxed runtime so generated commands and code execution stay isolated.

## How it works

An agent receives a task, then plans and executes a loop of actions — editing files, running tests, reading output, and browsing — observing the results and iterating until the task is done. Because it is model-agnostic, you supply the LLM (a frontier model or your own provider).

## How it compares

OpenHands began as **OpenDevin**, a community response to Cognition's proprietary **Devin**. Unlike Devin, OpenHands is open source under the MIT license and can be self-hosted. **SWE-agent** is a related open alternative more narrowly focused on resolving GitHub issues, whereas OpenHands targets a broader agent platform with a GUI, CLI, and integrations.

## Status and licensing

The project was renamed from OpenDevin to OpenHands in 2024 and is maintained by All Hands AI (founded by Graham Neubig, Robert Brennan, and Xingyao Wang). The core repository is MIT-licensed, while a separate `enterprise/` directory and the hosted OpenHands Cloud use different licensing. OpenHands Cloud is a managed SaaS with a free individual tier and paid enterprise/self-hosted plans.

---

_Source: https://agentscamp.com/tools/openhands — Tool on AgentsCamp._
