Windows setup

Install OpenHuman on Windows

The official README lists a PowerShell install command. Review the script and prefer official downloads if you are uncomfortable piping remote scripts into PowerShell.

Install OpenHuman on Windows

Practical notes for evaluating a fast-moving open-source AI assistant.

Practical, source-linked OpenHuman guidance

Official Command

This command downloads and executes the current install script from the main branch. That is convenient, but it also means the script can change after this page is reviewed.

irm https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.ps1 | iex

Windows Checklist

  • Run PowerShell as the user who will use the app unless the official script says otherwise.
  • Inspect the raw script first and look for downloads, install paths, and PATH changes.
  • If SmartScreen or antivirus blocks a binary, verify the file came from the official TinyHumans or GitHub links before bypassing anything.