opendevin

🙌 OpenHands: Code Less, Make More

https://github.com/jjhammer52/opendevin

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary

Scientific Fields

Mathematics Computer Science - 92% confidence
Economics Social Sciences - 85% confidence
Artificial Intelligence and Machine Learning Computer Science - 83% confidence
Last synced: 4 months ago · JSON representation ·

Repository

🙌 OpenHands: Code Less, Make More

Basic Info
  • Host: GitHub
  • Owner: jjhammer52
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage: https://all-hands.dev
  • Size: 179 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 5 months ago · Last pushed 5 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners

README.md

Logo

OpenHands: Code Less, Make More

Contributors Stargazers MIT License
Join our Slack community Join our Discord community Credits
Check out the documentation Paper on Arxiv Evaluation Benchmark Score Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文

Welcome to OpenHands (formerly OpenDevin), a platform for software development agents powered by AI.

OpenHands agents can do anything a human developer can: modify code, run commands, browse the web, call APIs, and yes—even copy code snippets from StackOverflow.

Learn more at docs.all-hands.dev, or sign up for OpenHands Cloud to get started.

[!IMPORTANT] Using OpenHands for work? We'd love to chat! Fill out this short form to join our Design Partner program, where you'll get early access to commercial features and the opportunity to provide input on our product roadmap.

App screenshot

☁️ OpenHands Cloud

The easiest way to get started with OpenHands is on OpenHands Cloud, which comes with $20 in free credits for new users.

💻 Running OpenHands Locally

OpenHands can also run on your local system using Docker. See the Running OpenHands guide for system requirements and more information.

[!WARNING] On a public network? See our Hardened Docker Installation Guide to secure your deployment by restricting network binding and implementing additional security measures.

```bash docker pull docker.all-hands.dev/all-hands-ai/runtime:0.50-nikolaik

docker run -it --rm --pull=always \ -e SANDBOXRUNTIMECONTAINERIMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.50-nikolaik \ -e LOGALL_EVENTS=true \ -v /var/run/docker.sock:/var/run/docker.sock \ -v ~/.openhands:/.openhands \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name openhands-app \ docker.all-hands.dev/all-hands-ai/openhands:0.50 ```

Note: If you used OpenHands before version 0.44, you may want to run mv ~/.openhands-state ~/.openhands to migrate your conversation history to the new location.

You'll find OpenHands running at http://localhost:3000!

When you open the application, you'll be asked to choose an LLM provider and add an API key. Anthropic's Claude Sonnet 4 (anthropic/claude-sonnet-4-20250514) works best, but you have many options.

💡 Other ways to run OpenHands

[!WARNING] OpenHands is meant to be run by a single user on their local workstation. It is not appropriate for multi-tenant deployments where multiple users share the same instance. There is no built-in authentication, isolation, or scalability.

If you're interested in running OpenHands in a multi-tenant environment, check out the source-available, commercially-licensed OpenHands Cloud Helm Chart

You can connect OpenHands to your local filesystem, run OpenHands in a scriptable headless mode, interact with it via a friendly CLI, or run it on tagged issues with a github action.

Visit Running OpenHands for more information and setup instructions.

If you want to modify the OpenHands source code, check out Development.md.

Having issues? The Troubleshooting Guide can help.

📖 Documentation

Ask DeepWiki

To learn more about the project, and for tips on using OpenHands, check out our documentation.

There you'll find resources on how to use different LLM providers, troubleshooting resources, and advanced configuration options.

🤝 How to Join the Community

OpenHands is a community-driven project, and we welcome contributions from everyone. We do most of our communication through Slack, so this is the best place to start, but we also are happy to have you contact us on Discord or Github:

See more about the community in COMMUNITY.md or find details on contributing in CONTRIBUTING.md.

📈 Progress

See the monthly OpenHands roadmap here (updated at the maintainer's meeting at the end of each month).

Star History Chart

📜 License

Distributed under the MIT License. See LICENSE for more information.

🙏 Acknowledgements

OpenHands is built by a large number of contributors, and every contribution is greatly appreciated! We also build upon other open source projects, and we are deeply thankful for their work.

For a list of open source projects and licenses used in OpenHands, please see our CREDITS.md file.

📚 Cite

@inproceedings{ wang2025openhands, title={OpenHands: An Open Platform for {AI} Software Developers as Generalist Agents}, author={Xingyao Wang and Boxuan Li and Yufan Song and Frank F. Xu and Xiangru Tang and Mingchen Zhuge and Jiayi Pan and Yueqi Song and Bowen Li and Jaskirat Singh and Hoang H. Tran and Fuqiang Li and Ren Ma and Mingzhang Zheng and Bill Qian and Yanjun Shao and Niklas Muennighoff and Yizhe Zhang and Binyuan Hui and Junyang Lin and Robert Brennan and Hao Peng and Heng Ji and Graham Neubig}, booktitle={The Thirteenth International Conference on Learning Representations}, year={2025}, url={https://openreview.net/forum?id=OJd3ayDDoF} }

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using the following metadata."
title: "OpenHands: An Open Platform for AI Software Developers as Generalist Agents"
authors:
  - family-names: Wang
    given-names: Xingyao
  - family-names: Li
    given-names: Boxuan
  - family-names: Song
    given-names: Yufan
  - family-names: Xu
    given-names: Frank F.
  - family-names: Tang
    given-names: Xiangru
  - family-names: Zhuge
    given-names: Mingchen
  - family-names: Pan
    given-names: Jiayi
  - family-names: Song
    given-names: Yueqi
  - family-names: Li
    given-names: Bowen
  - family-names: Singh
    given-names: Jaskirat
  - family-names: Tran
    given-names: Hoang H.
  - family-names: Li
    given-names: Fuqiang
  - family-names: Ma
    given-names: Ren
  - family-names: Zheng
    given-names: Mingzhang
  - family-names: Qian
    given-names: Bill
  - family-names: Shao
    given-names: Yanjun
  - family-names: Muennighoff
    given-names: Niklas
  - family-names: Zhang
    given-names: Yizhe
  - family-names: Hui
    given-names: Binyuan
  - family-names: Lin
    given-names: Junyang
  - family-names: Brennan
    given-names: Robert
  - family-names: Peng
    given-names: Hao
  - family-names: Ji
    given-names: Heng
  - family-names: Neubig
    given-names: Graham
year: 2024
doi: "10.48550/arXiv.2407.16741"
url: "https://arxiv.org/abs/2407.16741"

GitHub Events

Total
  • Push event: 2
  • Pull request event: 3
  • Create event: 1
Last Year
  • Push event: 2
  • Pull request event: 3
  • Create event: 1

Dependencies

docker-compose.yml docker
  • openhands latest
.github/workflows/clean-up.yml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/fe-unit-tests.yml actions
  • actions/checkout v4 composite
  • useblacksmith/setup-node v5 composite
.github/workflows/ghcr-build.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3.6.0 composite
  • useblacksmith/build-push-action v1 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/integration-runner.yml actions
  • KeisukeYamashita/create-comment v1 composite
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/lint-fix.yml actions
  • actions/checkout v4 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/lint.yml actions
  • actions/checkout v4 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/npm-publish-ui.yml actions
  • actions/checkout v4 composite
  • oven-sh/setup-bun v2 composite
.github/workflows/openhands-resolver.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/workflows/py-tests.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • docker/setup-buildx-action v3 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/pypi-release.yml actions
  • actions/checkout v4 composite
  • snok/install-poetry v1.4.1 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/run-eval.yml actions
  • KeisukeYamashita/create-comment v1 composite
  • actions/checkout v4 composite
.github/workflows/stale.yml actions
  • actions/stale v9 composite
.github/workflows/ui-build.yml actions
  • actions/checkout v4 composite
  • oven-sh/setup-bun v2 composite
.github/workflows/vscode-extension-build.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • ncipollo/release-action v1.16.0 composite
  • useblacksmith/setup-node v5 composite
containers/app/Dockerfile docker
  • base latest build
  • node 24.3.0-bookworm-slim build
  • python 3.12.10-slim build
containers/dev/Dockerfile docker
  • dind latest build
  • openhands latest build
  • ubuntu 22.04 build
evaluation/benchmarks/logic_reasoning/Dockerfile docker
  • python 3.12-bookworm build
evaluation/benchmarks/miniwob/Dockerfile docker
  • python 3.12-bookworm build
evaluation/benchmarks/mint/Dockerfile docker
  • python 3.12-bookworm build
evaluation/benchmarks/scienceagentbench/Dockerfile docker
  • python 3.11-bookworm build
evaluation/benchmarks/toolqa/Dockerfile docker
  • python 3.12-bookworm build
third_party/containers/e2b-sandbox/Dockerfile docker
  • ubuntu 24.04 build
frontend/package-lock.json npm
  • 1209 dependencies
frontend/package.json npm
  • @babel/parser ^7.28.0 development
  • @babel/traverse ^7.28.0 development
  • @babel/types ^7.28.2 development
  • @mswjs/socket.io-binding ^0.2.0 development
  • @playwright/test ^1.54.1 development
  • @react-router/dev ^7.7.1 development
  • @tailwindcss/typography ^0.5.16 development
  • @tanstack/eslint-plugin-query ^5.81.2 development
  • @testing-library/dom ^10.4.1 development
  • @testing-library/jest-dom ^6.6.4 development
  • @testing-library/react ^16.3.0 development
  • @testing-library/user-event ^14.6.1 development
  • @types/node ^24.1.0 development
  • @types/react ^19.1.8 development
  • @types/react-dom ^19.1.6 development
  • @types/react-highlight ^0.12.8 development
  • @types/react-syntax-highlighter ^15.5.13 development
  • @types/ws ^8.18.1 development
  • @typescript-eslint/eslint-plugin ^7.18.0 development
  • @typescript-eslint/parser ^7.18.0 development
  • @vitest/coverage-v8 ^3.2.3 development
  • autoprefixer ^10.4.21 development
  • cross-env ^10.0.0 development
  • eslint ^8.57.0 development
  • eslint-config-airbnb ^19.0.4 development
  • eslint-config-airbnb-typescript ^18.0.0 development
  • eslint-config-prettier ^10.1.8 development
  • eslint-plugin-i18next ^6.1.3 development
  • eslint-plugin-import ^2.32.0 development
  • eslint-plugin-jsx-a11y ^6.10.2 development
  • eslint-plugin-prettier ^5.5.3 development
  • eslint-plugin-react ^7.37.5 development
  • eslint-plugin-react-hooks ^4.6.2 development
  • eslint-plugin-unused-imports ^4.1.4 development
  • husky ^9.1.7 development
  • jsdom ^26.1.0 development
  • lint-staged ^16.1.2 development
  • msw ^2.6.6 development
  • prettier ^3.6.2 development
  • stripe ^18.3.0 development
  • tailwindcss ^4.1.8 development
  • typescript ^5.8.3 development
  • vite-plugin-svgr ^4.2.0 development
  • vite-tsconfig-paths ^5.1.4 development
  • vitest ^3.0.2 development
  • @heroui/react ^2.8.1
  • @microlink/react-json-view ^1.26.2
  • @monaco-editor/react ^4.7.0-rc.0
  • @react-router/node ^7.7.1
  • @react-router/serve ^7.7.1
  • @react-types/shared ^3.31.0
  • @reduxjs/toolkit ^2.8.2
  • @stripe/react-stripe-js ^3.8.0
  • @stripe/stripe-js ^7.6.1
  • @tailwindcss/postcss ^4.1.11
  • @tailwindcss/vite ^4.1.11
  • @tanstack/react-query ^5.83.0
  • @vitejs/plugin-react ^4.7.0
  • @xterm/addon-fit ^0.10.0
  • @xterm/xterm ^5.4.0
  • axios ^1.11.0
  • clsx ^2.1.1
  • eslint-config-airbnb-typescript ^18.0.0
  • framer-motion ^12.23.11
  • i18next ^25.3.2
  • i18next-browser-languagedetector ^8.2.0
  • i18next-http-backend ^3.0.2
  • isbot ^5.1.28
  • jose ^6.0.12
  • lucide-react ^0.532.0
  • monaco-editor ^0.52.2
  • posthog-js ^1.258.2
  • react ^19.1.1
  • react-dom ^19.1.1
  • react-highlight ^0.15.0
  • react-hot-toast ^2.5.1
  • react-i18next ^15.6.1
  • react-icons ^5.5.0
  • react-markdown ^10.1.0
  • react-redux ^9.2.0
  • react-router ^7.7.1
  • react-syntax-highlighter ^15.6.1
  • react-textarea-autosize ^8.5.9
  • remark-breaks ^4.0.0
  • remark-gfm ^4.0.1
  • sirv-cli ^3.0.1
  • socket.io-client ^4.8.1
  • tailwind-merge ^3.3.1
  • vite ^7.0.6
  • web-vitals ^5.0.3
  • ws ^8.18.2
openhands/integrations/vscode/package-lock.json npm
  • 565 dependencies
openhands/integrations/vscode/package.json npm
  • @types/glob ^8.1.0 development
  • @types/mocha ^10.0.6 development
  • @types/node ^20.12.12 development
  • @types/vscode ^1.98.2 development
  • @typescript-eslint/eslint-plugin ^7.18.0 development
  • @typescript-eslint/parser ^7.18.0 development
  • @vscode/test-electron ^2.3.9 development
  • @vscode/vsce ^3.5.0 development
  • eslint ^8.57.0 development
  • eslint-config-airbnb-base ^15.0.0 development
  • eslint-config-airbnb-typescript ^18.0.0 development
  • eslint-config-prettier ^10.1.5 development
  • eslint-plugin-import ^2.29.1 development
  • eslint-plugin-prettier ^5.5.0 development
  • eslint-plugin-unused-imports ^4.1.4 development
  • mocha ^10.4.0 development
  • prettier ^3.5.3 development
  • typescript ^5.0.0 development
openhands/runtime/utils/vscode-extensions/hello-world/package.json npm
openhands/runtime/utils/vscode-extensions/memory-monitor/package.json npm
openhands-ui/package.json npm
  • @chromatic-com/storybook ^4.0.0 development
  • @storybook/addon-a11y ^9.0.12 development
  • @storybook/addon-docs ^9.0.12 development
  • @storybook/addon-onboarding ^9.0.12 development
  • @storybook/addon-vitest ^9.0.12 development
  • @storybook/react-vite ^9.0.12 development
  • @tailwindcss/vite ^4.1.10 development
  • @types/bun latest development
  • @types/deep-equal ^1.0.4 development
  • @vitejs/plugin-react ^4.5.2 development
  • @vitest/browser ^3.2.4 development
  • @vitest/coverage-v8 ^3.2.4 development
  • playwright ^1.53.1 development
  • storybook ^9.0.12 development
  • typescript ^5.8.3 development
  • vite-plugin-dts ^4.5.4 development
  • vitest ^3.2.4 development
  • @floating-ui/react ^0.27.12
  • clsx ^2.1.1
  • deep-equal ^2.2.3
  • focus-trap-react ^11.0.4
  • react-bootstrap-icons ^1.11.6
  • react-select ^5.10.2
  • sonner ^2.0.6
  • tailwind-scrollbar ^4.0.2
package-lock.json npm
evaluation/benchmarks/lca_ci_build_repair/setup.py pypi
evaluation/benchmarks/mint/requirements.txt pypi
  • ipython *
  • matplotlib *
  • networkx *
  • nltk *
  • opencv-python *
  • pandas ==1.4.4
  • python-dateutil *
  • pytz *
  • pyyaml *
  • scipy ==1.10.1
  • seaborn *
  • statsmodels *
  • sympy *
  • visdom *
evaluation/benchmarks/versicode/requirements.txt pypi
  • Deprecated ==1.2.18
  • Jinja2 ==3.1.6
  • MarkupSafe ==3.0.2
  • PyYAML ==6.0.2
  • Pygments ==2.19.1
  • aiohappyeyeballs ==2.6.1
  • aiohttp ==3.11.18
  • aiosignal ==1.3.2
  • airportsdata ==20250224
  • annotated-types ==0.7.0
  • anyio ==4.9.0
  • astor ==0.8.1
  • attrs ==25.3.0
  • blake3 ==1.0.4
  • cachetools ==5.5.2
  • certifi ==2025.1.31
  • charset-normalizer ==3.4.1
  • click ==8.1.8
  • cloudpickle ==3.1.1
  • compressed-tensors ==0.9.3
  • cupy-cuda12x ==13.4.1
  • depyf ==0.18.0
  • dill ==0.4.0
  • diskcache ==5.6.3
  • distro ==1.9.0
  • dnspython ==2.7.0
  • einops ==0.8.1
  • email_validator ==2.2.0
  • fastapi ==0.115.12
  • fastapi-cli ==0.0.7
  • fastrlock ==0.8.3
  • filelock ==3.18.0
  • frozenlist ==1.6.0
  • fsspec ==2025.3.2
  • gguf ==0.16.2
  • googleapis-common-protos ==1.70.0
  • grpcio ==1.71.0
  • h11 ==0.14.0
  • hf-xet ==1.0.3
  • httpcore ==1.0.8
  • httptools ==0.6.4
  • httpx ==0.28.1
  • huggingface-hub ==0.30.2
  • idna ==3.10
  • importlib_metadata ==8.0.0
  • interegular ==0.3.3
  • jiter ==0.9.0
  • jsonschema ==4.23.0
  • jsonschema-specifications ==2024.10.1
  • lark ==1.2.2
  • llguidance ==0.7.16
  • llvmlite ==0.44.0
  • lm-format-enforcer ==0.10.11
  • markdown-it-py ==3.0.0
  • mdurl ==0.1.2
  • mistral_common ==1.5.4
  • mpmath ==1.3.0
  • msgpack ==1.1.0
  • msgspec ==0.19.0
  • multidict ==6.4.3
  • nest-asyncio ==1.6.0
  • networkx ==3.4.2
  • ninja ==1.11.1.4
  • numba ==0.61.2
  • numpy ==2.2.5
  • nvidia-cublas-cu12 ==12.4.5.8
  • nvidia-cuda-cupti-cu12 ==12.4.127
  • nvidia-cuda-nvrtc-cu12 ==12.4.127
  • nvidia-cuda-runtime-cu12 ==12.4.127
  • nvidia-cudnn-cu12 ==9.1.0.70
  • nvidia-cufft-cu12 ==11.2.1.3
  • nvidia-curand-cu12 ==10.3.5.147
  • nvidia-cusolver-cu12 ==11.6.1.9
  • nvidia-cusparse-cu12 ==12.3.1.170
  • nvidia-cusparselt-cu12 ==0.6.2
  • nvidia-nccl-cu12 ==2.21.5
  • nvidia-nvjitlink-cu12 ==12.4.127
  • nvidia-nvtx-cu12 ==12.4.127
  • openai ==1.75.0
  • opencv-python-headless ==4.11.0.86
  • opentelemetry-api ==1.26.0
  • opentelemetry-exporter-otlp ==1.26.0
  • opentelemetry-exporter-otlp-proto-common ==1.26.0
  • opentelemetry-exporter-otlp-proto-grpc ==1.26.0
  • opentelemetry-exporter-otlp-proto-http ==1.26.0
  • opentelemetry-proto ==1.26.0
  • opentelemetry-sdk ==1.26.0
  • opentelemetry-semantic-conventions ==0.47b0
  • opentelemetry-semantic-conventions-ai ==0.4.3
  • outlines ==0.1.11
  • outlines_core ==0.1.26
  • packaging ==25.0
  • partial-json-parser ==0.2.1.1.post5
  • pillow ==11.2.1
  • prometheus-fastapi-instrumentator ==7.1.0
  • prometheus_client ==0.21.1
  • propcache ==0.3.1
  • protobuf ==4.25.6
  • psutil ==7.0.0
  • py-cpuinfo ==9.0.0
  • pycountry ==24.6.1
  • pydantic ==2.11.3
  • pydantic_core ==2.33.1
  • python-dotenv ==1.1.0
  • python-json-logger ==3.3.0
  • python-multipart ==0.0.20
  • pyzmq ==26.4.0
  • ray ==2.43.0
  • referencing ==0.36.2
  • regex ==2024.11.6
  • requests ==2.32.3
  • rich ==14.0.0
  • rich-toolkit ==0.14.1
  • rpds-py ==0.24.0
  • safetensors ==0.5.3
  • scipy ==1.15.2
  • sentencepiece ==0.2.0
  • setuptools ==75.8.0
  • shellingham ==1.5.4
  • six ==1.17.0
  • sniffio ==1.3.1
  • starlette ==0.46.2
  • sympy ==1.13.1
  • tiktoken ==0.9.0
  • tokenizers ==0.21.1
  • torch ==2.6.0
  • torchaudio ==2.6.0
  • torchvision ==0.21.0
  • tqdm ==4.67.1
  • transformers ==4.51.3
  • triton ==3.2.0
  • typer ==0.15.2
  • typing-inspection ==0.4.0
  • typing_extensions ==4.13.2
  • urllib3 ==2.4.0
  • uvicorn ==0.34.2
  • uvloop ==0.21.0
  • vllm ==0.8.4
  • watchfiles ==1.0.5
  • websockets ==15.0.1
  • wheel ==0.45.1
  • wrapt ==1.17.2
  • xformers ==0.0.29.post2
  • xgrammar ==0.1.18
  • yarl ==1.20.0
  • zipp ==3.21.0
openhands/core/setup.py pypi
poetry.lock pypi
  • 435 dependencies
pyproject.toml pypi