How to install OpenHands/OpenHands. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
OpenHands/OpenHands Installation Guide
How to install OpenHands/OpenHands. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for OpenHands/OpenHands. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i OpenHands/OpenHandsor
Install via npx
npx @hexmos/ipm i OpenHands/OpenHandsPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
Git
system_toolVersion: 2.30.1
Docker
build_toolContainerization platform for development and deployment.
CUDA (Optional)
system_packageVersion: 11.8.0
cuDNN (Optional)
system_packageVersion: 8.7.0
OpenCV
libraryComputer vision and machine learning library.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker
docker pull docker.openhands.dev/openhands/runtime:0.62-nikolaik
mv ~/.openhands-state ~/.openhandsCLI Launcher (Recommended)
uvx --python 3.12 openhands servePip Installation and CLI Launcher
uvx --python 3.12 openhands servePost Installation Steps
- Open the application at http://localhost:3000 to start using OpenHands.
- You can also run OpenHands with the following command:
- ```bash uvx --python 3.12 openhands serve ```
- This will launch the GUI server.
