logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/OpenHands
or

Install via npx

npx @hexmos/ipm i OpenHands/OpenHands

Prerequisites

Python

language

Version: >=3.6.0

pip

package_manager

Package installer for Python.

Git

system_tool

Version: 2.30.1

Docker

build_tool

Containerization platform for development and deployment.

CUDA (Optional)

system_package

Version: 11.8.0

cuDNN (Optional)

system_package

Version: 8.7.0

OpenCV

library

Computer 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 ~/.openhands

CLI Launcher (Recommended)

uvx --python 3.12 openhands serve

Pip Installation and CLI Launcher

uvx --python 3.12 openhands serve

Post 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.