#15 · Primary category: AI Coding Assistants
OpenHands
🙌 OpenHands: AI-Driven Development
Project last updated:08/28/26
GitHub Stars
85.6K
Forks
11.2K
Contributors
535
License
MIT
Why we included this project
OpenHands is an open-source coding agent you can host yourself. Instead of only suggesting code, it gives the model a sandboxed environment with a shell, a file editor, and a browser, so it can write code, run it, see the failures, and keep iterating until the task is done. That makes it useful for real engineering work, from fixing a failing test to breaking a GitHub issue into concrete implementation steps. The project also ships a self-hosted control center that can drive OpenHands alongside other ACP-compatible agents like Claude Code and Codex, with backends ranging from your local machine to Docker containers. It's MIT-licensed, so if you want an AI coding agent without sending your codebase to a third-party service, this is a solid place to start.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.