# Quick Start / Official Entry

Project: OpenHands/OpenHands

## Official Install Entry

### Docker - Official install entry

```bash
docker run -it --rm -p 8000:8000 -v "$HOME/.openhands:/home/openhands/.openhands" -v "${PROJECTS_PATH}:/projects" ghcr.io/openhands/agent-canvas:1.0.0-rc.11
```

Source: https://github.com/OpenHands/OpenHands#readme

## Sources

- repo: https://github.com/OpenHands/OpenHands
- docs: https://github.com/OpenHands/OpenHands#readme
