
OpenHands
Open-source autonomous coding agent platform, formerly OpenDevin, by All Hands AI.
OpenHands is an open-source autonomous coding agent platform, formerly OpenDevin, by All Hands AI. MIT-licensed and fully self-hostable in Docker.
What it does well
- MIT-licensed and fully self-hostable in Docker.
- Bring-your-own-key for any major LLM provider.
- Sandboxed runtime with browser, file editor, and terminal exposed to the agent.
Where it falls short
- Self-hosting requires Docker familiarity and a powerful machine.
- Hosted SaaS tier still feature-limited compared to commercial agents like Devin.
Tagged
- Self-hostable
- Bring Your Own Key
- Supports Claude
- Supports GPT
- Supports Local Models
- Agentic Mode
- Multi-file Edits
- Git Integration
- Terminal Execution
- Freemium
- Open Source
Compared with similar things
Picked by shared tags inside the AI Coding Agents.
- 01Free →Aider
Open-source CLI coding agent that pair-programs in your terminal and commits to git automatically.
- 02Freemium →Skyvern
LLM-powered browser automation that handles forms, captchas, and multi-page flows reliably.
- 03Free →Cline
Open-source autonomous coding agent for VS Code, formerly known as Claude Dev.
- 04Freemium →Windsurf
AI code editor by Codeium with Cascade agent for autonomous multi-step coding tasks.
- 05Freemium →LangGraph
LangChain's graph-based framework for building stateful multi-agent applications.
- 06Freemium →Claude Code
Anthropic's official CLI agent for Claude — runs in the terminal, edits files, executes commands, and ships PRs.
Concepts you should know
- Agentic coding
A development style centred on coding agents — the human describes intent, the agent plans and executes the work, and the human reviews diffs or PRs rather than authoring code line by line. The umbrella term for vibe coding and adjacent practices.
- AI agent
An LLM-powered program that pursues a goal over multiple steps by calling tools, observing results, and replanning. Agents differ from single-turn chatbots in that they can take real actions (run shell commands, edit files, hit APIs) and iterate without human intervention between steps.
- Autonomous coding
Long-horizon, unattended coding sessions where an agent works for minutes or hours without human approval at each step. Contrasts with approval-gated modes where the user confirms each shell command or file edit.
- Coding agent
An AI agent specialised for software-engineering tasks. Exposes file editing, terminal execution, code search, and git operations as tools and pursues multi-step coding goals like "add a /signup route with tests".
Frequently asked questions
- What is OpenHands?
- OpenHands is an open-source autonomous coding agent platform, formerly OpenDevin, by All Hands AI.
- Is OpenHands free?
- OpenHands offers a free tier and paid plans with higher limits or premium features.
- What platforms does OpenHands support?
- OpenHands runs on web, mac, win, linux, cli.
- What category does OpenHands belong to?
- OpenHands is in the AI Coding Agents category — Autonomous agents that write, edit, run, and review code. Includes CLI agents, agentic IDE add-ons, and code-review bots.
- What are the downsides of OpenHands?
- Self-hosting requires Docker familiarity and a powerful machine. Hosted SaaS tier still feature-limited compared to commercial agents like Devin.