Software:OpenHands

From HandWiki
OpenHands
Developer(s)OpenHands community and All Hands AI
Initial releaseMarch 12, 2024; 2 years ago (2024-03-12)[1]
Repositorygithub.com/OpenHands/OpenHands
Written inTypeScript[2]
Operating systemLinux, macOS, Windows via WSL[3]
TypeAI coding agent
LicenseMIT License (core)
proprietary license (enterprise components)[4]
Websitewww.openhands.dev

OpenHands, formerly known as OpenDevin, is an open-source artificial intelligence agent and platform for AI-assisted software development. It uses large language models to perform software-engineering tasks such as modifying source code, executing commands, browsing the web and interacting with development tools.[5] OpenHands is model-agnostic and can be configured to use different cloud-hosted or locally hosted language models.[6][7]

History

The project began on March 12, 2024, under the name OpenDevin. It was created as an independent open-source project inspired by Devin AI, a proprietary autonomous software-development agent introduced by Cognition AI.[1] The project was renamed OpenHands in August 2024 as its developers expanded its scope beyond recreating Devin.[6]


Robert Brennan, Xingyao Wang and Graham Neubig subsequently founded All Hands AI to support the project's development. In September 2024, the company raised US$5 million in seed funding led by Menlo Ventures.[6]

A research paper describing OpenHands was published in the proceedings of the 2025 International Conference on Learning Representations. The paper presented OpenHands as a platform for developing general-purpose agents capable of interacting with software environments and evaluated agents across software-engineering and web-browsing benchmarks.[5]

Capabilities

OpenHands agents can edit files, generate and test code, execute command-line operations, browse websites and call application programming interfaces. Code execution can be isolated inside sandboxed environments to separate an agent's actions from the host operating system.[5]

The platform includes a browser-based interface known as Agent Canvas, a software agent software development kit (SDK) and cloud-hosted deployment options. Agent Canvas can run OpenHands agents or connect to other compatible coding agents and can automate tasks initiated through services such as GitHub and Slack.[4][2]

OpenHands can be deployed locally, on a remote server or through the OpenHands cloud service. Its SDK supports custom tools, persistent agent memory, multiple language models and execution across local and remote environments.[8]

OpenHands can connect to OpenRouter through an API key, allowing users to configure the agent with language models available from multiple providers through a single interface.[9]

OpenHands can be self-hosted using Docker on a local computer or cloud-based virtual machine.[10] Its remote agent servers can also be deployed using Kubernetes, virtual machines, on-premises infrastructure or cloud services.[11]

Use and concerns

In April 2025, Wired reported that an adviser working with the United States Department of Veterans Affairs had proposed using OpenHands to write code for the department. Employees cited by the publication raised concerns about giving an autonomous agent access to repositories containing sensitive systems and information without completing established security reviews.[12]

See also

References

  1. ↑ 1.0 1.1 "One Year of OpenHands: A Journey of Open Source AI Development". March 17, 2025. https://www.openhands.dev/blog/one-year-of-openhands-a-journey-of-open-source-ai-development. 
  2. ↑ 2.0 2.1 "OpenHands". https://github.com/OpenHands/OpenHands. 
  3. ↑ "Setup". https://docs.openhands.dev/openhands/usage/run-openhands/local-setup. 
  4. ↑ 4.0 4.1 "Introduction". https://docs.openhands.dev/overview/introduction. 
  5. ↑ 5.0 5.1 5.2 "OpenHands: An Open Platform for AI Software Developers as Generalist Agents". 2025. https://proceedings.iclr.cc/paper_files/paper/2025/hash/a4b6ad6b48850c0c331d1259fc66a69c-Abstract-Conference.html. Retrieved August 3, 2026. 
  6. ↑ 6.0 6.1 6.2 Lardinois, Frederic (September 5, 2024). "All Hands AI raises $5M to build open source agents for developers". https://techcrunch.com/2024/09/05/all-hands-ai-raises-5m-to-build-open-source-agents-for-developers/. 
  7. ↑ Williams, Carl (April 10, 2026). "Why You Need an Open Source Coding Agent". https://www.techtimes.com/articles/315807/20260410/why-you-need-open-source-coding-agent.htm. 
  8. ↑ "The OpenHands Software Agent SDK: A Composable and Extensible Foundation for Production Agents". 2025. https://arxiv.org/abs/2511.03690. 
  9. ↑ "OpenRouter". https://docs.openhands.dev/openhands/usage/llms/openrouter. 
  10. ↑ Maheswaran, Melani (May 30, 2025). "Devstral: An Open-Source Agentic LLM for Software Engineering". https://www.digitalocean.com/community/tutorials/devstral-software-engineering-agent. 
  11. ↑ "Remote Agent Server overview". https://docs.openhands.dev/sdk/guides/agent-server/overview. 
  12. ↑ Elliott, Vittoria (April 4, 2025). "Inside DOGE's AI Push at the Department of Veterans Affairs". Wired. https://www.wired.com/story/doge-department-of-veterans-affairs-ai/. Retrieved August 3, 2026. 

Template:AI agents Template:Artificial intelligence (AI)