OpenHands
🙌 OpenHands: AI-Driven Development
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-versionTaken 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