A lightweight, modern CLI to interact with the OpenHands agent (powered by OpenHands software-agent-sdk).
- Prerequisites: Python 3.12+, curl
- Install uv (package manager):
curl -LsSf https://astral.sh/uv/install.sh | sh # Restart your shell so "uv" is on PATH, or follow the installer hint
make install
# Start the CLI
make run
# or
uv run openhands# Build (installs PyInstaller if needed)
./build.sh --install-pyinstaller
# The binary will be in dist/
./dist/openhands # macOS/Linux
# dist/openhands.exe # Windows