OpenHands is an open-source AI agent platform, formerly known as OpenDevin, that runs autonomous software-engineering agents rather than just suggesting completions: it plans, writes, and applies changes across a codebase, runs terminal commands, browses the web, and opens pull requests inside a sandboxed Docker environment. It is built by OpenHands, and the core project is free to self-host under the MIT license.
Who builds it
- Developed as an open-source project at github.com/OpenHands/OpenHands, with 76,000+ GitHub stars and 9,700+ forks reported as of mid-2026.
- The project is model-agnostic, so it can be pointed at different LLM providers rather than being locked to one vendor.
- Customer-reported adoption includes teams at TikTok, Amazon, Netflix, and Google, per OpenHands' own site.
Core features
- Agent Canvas: a workspace for managing and monitoring multiple agents at once.
- Cloud execution: agents can keep running in isolated cloud sandboxes even when a developer's own machine is off.
- Vulnerability management: scans repositories for security issues and proposes fixes as reviewable pull requests.
- PR review automation: quality and security assessment on pull requests.
- Code migration: assists with modernizing legacy systems, for example moving COBOL to Java.
- Incident triage: investigates errors and helps identify root causes.
- Integrates with GitHub, GitLab, CI/CD pipelines, Slack, and ticketing tools; an SDK is available for custom builds on top of the agent.
Pricing
- Individual / Open Source: the local, self-hosted agent is free, including the web GUI, terminal UI, CLI, and Git integrations, with community support.
- Individual (cloud/SaaS): also free, adding hosted cloud access, Jira and Slack integrations, and bring-your-own-key or pay-at-cost LLM access, but capped at 10 conversations per day per user.
- Enterprise: custom pricing for SaaS or fully self-hosted VPC deployment, with SSO/SAML, unlimited concurrent conversations, a large-codebase SDK, and priority support with a named customer engineer — available only after contacting the OpenHands team.
Who it's for
OpenHands suits teams that want a fully open, self-hostable autonomous coding agent rather than a closed SaaS product, whether that means running it locally for individual use, adopting the free cloud tier for light day-to-day use, or moving to Enterprise for VPC/self-hosted deployment, SSO, and unlimited usage at scale. Its focus on end-to-end task execution — not just suggestions — also makes it a fit for teams specifically looking to automate vulnerability fixes, PR review, and legacy code migration rather than just in-editor autocomplete.