🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

OpenHands

All-Hands-AI/OpenHands
Download & install Download and install locally. No server needed.

🙌 OpenHands: AI-Driven Development

AI codingSelf-hostable
OpenHands website screenshot

Deploy command

export PROJECTS_PATH="$HOME/projects"  # directory containing your project folders
mkdir -p "$PROJECTS_PATH" "$HOME/.openhands"

docker run -it --rm \
  -p 8000:8000 \
  -v "$HOME/.openhands:/home/openhands/.openhands" \
  -v "${PROJECTS_PATH}:/projects" \
  ghcr.io/openhands/agent-canvas:1.22.0 # x-release-please-version

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

OpenHands Agent Canvas turns your coding agents into a self-hosted, always-on engineering team. It's a developer control center for starting conversations and automating everyday tasks — like generating reports that publish to Slack or automatically decomposing GitHub issues into tasks.

Stars
★ 88.9k
Language
Python
License
MIT
Last updated
2026-09-23
Category
AI agents
Section
General