skillpack.co
All skills

OpenHands

active

Category leader in multi-agent orchestration — 69,352 stars (verified), $18.8M Series A, AMD hardware partnership, 455 contributors, 1M downloads/month PyPI (3.4M all-time). SWE-Bench Verified 72% with Claude 4.5 Extended Thinking (updated 2026-03-19), Multi-SWE-Bench #1 across 8 languages. Gap to #2 is enormous on every axis.

Generator
Orchestrator
Complexity
agentsorchestrationautomationfactory

88/100

Trust

69K+ ↑12%

Stars

11

Evidence

283.2 MB

Repo size

Videos

Reviews, tutorials, and comparisons from the community.

OpenHands + Devstral = A Fully Local Coding Agent

OpenHands·2025-05-21

Build Apps With Prompts! - OpenHands

Jim's Garage·2025-01-27

OpenHands: Open-source AI Software Development Agents

OpenHands·2025-03-26

Repo health

88/100

15h ago

Last push

330

Open issues

8,698

Forks

459

Contributors

Editorial verdict

Category leader. No other tool has the combination of open-source community (69K stars, 455 contributors), real download volume (1M/month), venture backing ($18.8M), hardware partnerships (AMD), and benchmark leadership (SWE-bench Verified 72%). Gap to #2 is enormous.

Public evidence

strongSelf-reported2026-03-04
4M+ downloads, reducing code-maintenance backlogs by up to 50%

Early enterprise adopters report reducing code-maintenance backlogs by up to 50% and cutting vulnerability resolution times from days to minutes. Transition from research tool to production platform.

Official blog, metrics independently citedOpenHands team
strong2024-08
HN: OpenDevin paper discussion — 198 points, 107 comments

One tester reports agent completed half a test-writing task but cost $50 in API credits. Maintainer acknowledges it's 'useful for a handful of one-off tasks' but not yet mission-critical.

198 points, 107 commentsHacker News community (mixed/skeptical tone, independent testers)
strong2025-12
Nebius: 67K OpenHands trajectories with Qwen3-Coder, 61.7% SWE-bench Verified

Used OpenHands as scaffolding framework to generate 67K trajectories for fine-tuning. Describes OpenHands as 'one of the most widely adopted open-source agent scaffolding frameworks.' Achieved 61.7% SWE-bench Verified.

67,074 agent trajectories generated, fine-tuned models releasedNebius (cloud AI company, independent third-party)
strong2026-02
68K+ stars puts OpenHands in top 0.01% of all GitHub repos

Stars confirm community traction far beyond any competitor in the autonomous coding category. Consistently ranked #1 open-source Devin alternative across multiple independent roundups.

Independent analysisThe Agent Times (independent)

How does this compare?

See side-by-side metrics against other skills in the same category.

COMPARE SKILLS →

Growth

GitHub stars over time.

GitHub Stars

Where it wins

68,800+ stars (verified), 455 contributors — largest open-source community by 10x

4M+ downloads, accelerating

$18.8M Series A (Madrona-led) + AMD Lemonade collaboration

ICLR paper accepted 2025 — peer-reviewed research backing

MIT license, model-agnostic, self-hostable — only serious option for air-gapped deployment

Planning Agent v1.5.0 (Mar 2026) — Plan/Code mode toggle

Biweekly releases (v1.5.0 on 2026-03-11)

Where to be skeptical

SWE-bench Verified 72% with Claude 4.5 Extended Thinking — strong benchmark result

No disclosed revenue or paying customer count

HN engagement low (70 pts) compared to peers

Enterprise adoption evidence thin beyond logo slides

Ranking in categories

Know a better alternative?

Submit evidence and we'll run the full pipeline.

SUBMIT →

Similar skills

Raw GitHub source

GitHub README peek

Constrained peek so you can sanity-check the source material without leaving the site.

<a name="readme-top"></a>

<div align="center"> <img src="https://raw.githubusercontent.com/OpenHands/docs/main/openhands/static/img/logo.png" alt="Logo" width="200"> <h1 align="center" style="border-bottom: none">OpenHands: AI-Driven Development</h1> </div> <div align="center"> <br/> <!-- Keep these links. Translations will automatically update with the README. -->

<a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=de">Deutsch</a> | <a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=es">Español</a> | <a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=fr">français</a> | <a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=ja">日本語</a> | <a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=ko">한국어</a> | <a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=pt">Português</a> | <a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=ru">Русский</a> | <a href="https://www.readme-i18n.com/OpenHands/OpenHands?lang=zh">中文</a>

</div> <hr>

There are a few ways to work with OpenHands:

OpenHands Software Agent SDK

The SDK is a composable Python library that contains all of our agentic tech. It's the engine that powers everything else below.

Define agents in code, then run them locally, or scale to 1000s of agents in the cloud.

Check out the docs or view the source

OpenHands CLI

The CLI is the easiest way to start using OpenHands. The experience will be familiar to anyone who has worked with e.g. Claude Code or Codex. You can power it with Claude, GPT, or any other LLM.

Check out the docs or view the source

OpenHands Local GUI

Use the Local GUI for running agents on your laptop. It comes with a REST API and a single-page React application. The experience will be familiar to anyone who has used Devin or Jules.

Check out the docs or view the source in this repo.

OpenHands Cloud

This is a deployment of OpenHands GUI, running on hosted infrastructure.

You can try it for free using the Minimax model by signing in with your GitHub or GitLab account.

OpenHands Cloud comes with source-available features and integrations:

  • Integrations with Slack, Jira, and Linear
  • Multi-user support
  • RBAC and permissions
  • Collaboration features (e.g., conversation sharing)
OpenHands Enterprise

Large enterprises can work with us to self-host OpenHands Cloud in their own VPC, via Kubernetes. OpenHands Enterprise can also work with the CLI and SDK above.

OpenHands Enterprise is source-available--you can see all the source code here in the enterprise/ directory, but you'll need to purchase a license if you want to run it for more than one month.

Enterprise contracts also come with extended support and access to our research team.

Learn more at openhands.dev/enterprise

Everything Else

Check out our Product Roadmap, and feel free to open up an issue if there's something you'd like to see!

You might also be interested in our evaluation infrastructure, our chrome extension, or our Theory-of-Mind module.

All our work is available under the MIT license, except for the enterprise/ directory in this repository (see the enterprise license for details). The core openhands and agent-server Docker images are fully MIT-licensed as well.

View on GitHub →