mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
* Replace OpenDevin with OpenHands * Update CONTRIBUTING.md * Update README.md * Update README.md * update poetry lock; move opendevin folder to openhands * fix env var * revert image references in docs * revert permissions * revert permissions --------- Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
72 lines
2.8 KiB
Plaintext
72 lines
2.8 KiB
Plaintext
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# 💻 OpenHands
|
|
|
|
OpenHands is an **autonomous AI software engineer** capable of executing complex engineering tasks and collaborating actively with users on software development projects.
|
|
This project is fully open-source, so you can use and modify it however you like.
|
|
|
|
:::tip
|
|
Explore the codebase of OpenHands on [GitHub](https://github.com/All-Hands-AI/OpenHands) or join one of our communities!
|
|
|
|
<a href="https://github.com/All-Hands-AI/OpenHands/graphs/contributors">
|
|
<img
|
|
src="https://img.shields.io/github/contributors/All-Hands-AI/OpenHands?style=for-the-badge"
|
|
alt="Contributors"
|
|
/>
|
|
</a>
|
|
<a href="https://github.com/All-Hands-AI/OpenHands/network/members">
|
|
<img
|
|
src="https://img.shields.io/github/forks/All-Hands-AI/OpenHands?style=for-the-badge"
|
|
alt="Forks"
|
|
/>
|
|
</a>
|
|
<a href="https://github.com/All-Hands-AI/OpenHands/stargazers">
|
|
<img
|
|
src="https://img.shields.io/github/stars/All-Hands-AI/OpenHands?style=for-the-badge"
|
|
alt="Stargazers"
|
|
/>
|
|
</a>
|
|
<a href="https://github.com/All-Hands-AI/OpenHands/issues">
|
|
<img
|
|
src="https://img.shields.io/github/issues/All-Hands-AI/OpenHands?style=for-the-badge"
|
|
alt="Issues"
|
|
/>
|
|
</a>
|
|
<br></br>
|
|
<a href="https://github.com/All-Hands-AI/OpenHands/blob/main/LICENSE">
|
|
<img
|
|
src="https://img.shields.io/github/license/All-Hands-AI/OpenHands?style=for-the-badge"
|
|
alt="MIT License"
|
|
/>
|
|
</a>
|
|
<br></br>
|
|
<a href="https://join.slack.com/t/openhands/shared_invite/zt-2ngejmfw6-9gW4APWOC9XUp1n~SiQ6iw">
|
|
<img
|
|
src="https://img.shields.io/badge/Slack-Join%20Us-red?logo=slack&logoColor=white&style=for-the-badge"
|
|
alt="Join our Slack community"
|
|
/>
|
|
</a>
|
|
<a href="https://discord.gg/ESHStjSjD4">
|
|
<img
|
|
src="https://img.shields.io/badge/Discord-Join%20Us-purple?logo=discord&logoColor=white&style=for-the-badge"
|
|
alt="Join our Discord community"
|
|
/>
|
|
</a>
|
|
:::
|
|
|
|
## 🛠️ Getting Started
|
|
[Check out the getting started guide on Github](https://github.com/All-Hands-AI/OpenHands?tab=readme-ov-file#-getting-started)
|
|
|
|
[contributors-shield]: https://img.shields.io/github/contributors/All-Hands-AI/OpenHands?style=for-the-badge
|
|
[contributors-url]: https://github.com/All-Hands-AI/OpenHands/graphs/contributors
|
|
[forks-shield]: https://img.shields.io/github/forks/All-Hands-AI/OpenHands?style=for-the-badge
|
|
[forks-url]: https://github.com/All-Hands-AI/OpenHands/network/members
|
|
[stars-shield]: https://img.shields.io/github/stars/All-Hands-AI/OpenHands?style=for-the-badge
|
|
[stars-url]: https://github.com/All-Hands-AI/OpenHands/stargazers
|
|
[issues-shield]: https://img.shields.io/github/issues/All-Hands-AI/OpenHands?style=for-the-badge
|
|
[issues-url]: https://github.com/All-Hands-AI/OpenHands/issues
|
|
[license-shield]: https://img.shields.io/github/license/All-Hands-AI/OpenHands?style=for-the-badge
|
|
[license-url]: https://github.com/All-Hands-AI/OpenHands/blob/main/LICENSE
|