Logo
OpenGuy
{{ isConnected ? 'SYSTEM SECURE' : 'OFFLINE' }}
One Command. Zero Setup.

The Intelligence Layer
For Your Hardware.

OpenGuy auto-installs everything it needs — Python, Git, dependencies — so you never have to. Just paste, run, and control your robot.

Paste into PowerShell or CMD

curl -o install.bat https://raw.githubusercontent.com/OPENEHIRA/OpenGuy/main/install.bat && install.bat

Paste into Terminal

curl -sL https://raw.githubusercontent.com/OPENEHIRA/OpenGuy/main/install.sh | bash
Auto-installs Python 3.12, Git, and all dependencies if not found.

Run Locally for Full Experience

The Command Center, AI Configuration, and 3D Simulation Lab require a local server running on your machine. This page is a preview — to control robots and see the simulation, run the installer below.

Windows (PowerShell or CMD)

curl -o install.bat https://raw.githubusercontent.com/OPENEHIRA/OpenGuy/main/install.bat && install.bat

Mac / Linux / Git Bash

curl -sL https://raw.githubusercontent.com/OPENEHIRA/OpenGuy/main/install.sh | bash

After running, open http://localhost:5000 for the full experience.