Home/Agents/OpenHands
OH

OpenHands PYTHON

Open source · MITv0.31.0 99.94% uptime
Stars
58.4k
Deploys
92k
Version
0.31.0
Uptime
99.94%
Runtime
PYTHON
License
MIT

Overview

OpenHands (formerly OpenDevin) is an autonomous software-engineering agent with a full web UI. It plans, edits files, runs terminals and browsers, executes tests and iterates until a task is complete — Claws containerises it and swaps its provider picker for our own.

Key features

  • Full web UI with file, terminal and browser panes
  • Sandbox execution with Docker isolation
  • Multi-agent skill delegation
  • GitHub / GitLab issue integration
  • Task replay and step-by-step trace

Install

$ docker run -p 3000:3000 docker.all-hands.dev/all-hands-ai/openhands:latest

Quickstart

# 1 - install OpenHands
docker run -p 3000:3000 docker.all-hands.dev/all-hands-ai/openhands:latest

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy openhands --model claude-sonnet-4-6

# 3 - or self-host on any VPS
openhands serve --port 8080