Running OpenHands Locally
Install uv
Launch OpenHands
# Launch the GUI server
uvx --python 3.12 --from openhands-ai openhands serve
# Or launch the CLI
uvx --python 3.12 --from openhands-ai openhands
You’ll find OpenHands running at http://localhost:3000 (for GUI mode)!