OpenHuman Guide

OpenHuman Guide

Desktop setup & workflows · Updated

Start setup

Guide

Install OpenHuman on Windows

  • · Most folks should download the .exe—only use PowerShell if your IT workflow requires scripted installs.
  • · Read each script hosted on GitHub before piping it—it can change upstream between releases.
  • · After install succeeds, jump to First launch before connecting Gmail or Slack.

Full download + README commands: Start here. This page adds Windows-specific notes only.

You'll:

  1. Download the Windows installer from TinyHumans.
  2. Run the .exe and step through the wizard (see screenshots below).
  3. Open OpenHuman from the Start menu once setup finishes.

1 · GUI installer

Grab the build from tinyhumans.ai/openhuman ↗. Example wizard screens (beta build—labels may vary slightly by release):

OpenHuman Setup welcome dialog with Next button
Step 1. Run the installer, then click Next on the welcome screen.
OpenHuman Setup choose users dialog with Install button
Step 2. Choose who can use the app (per machine vs current user), then click Install and finish any remaining prompts.

2 · PowerShell one-liner

TinyHumans documents this snippet verbatim inside the README (also copied on Start here):

irm https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.ps1 | iex
  • Open the raw script first: verify the URL hostname is GitHub and the path sits under scripts/install.ps1.
  • Execution policy blocks are normal corporate lockdowns — fix with whatever policy your administrator allows rather than weakening defenses blindly.
  • If SmartScreen flags the download, verify publisher info before continuing.

3 · After files land

Launch OpenHuman once. If Windows prompts for microphone or camera access later, that only matters when you enable voice or meeting features.

Next page: First launch checklist.