OpenHuman Guide

OpenHuman Guide

Desktop setup & workflows · Updated

Start setup

Guide

Start here

  • · Four cards below mirror TinyHumans Getting Started: install, sign in to the product, connect mail/chat and wait one sync lap, then try a prompt. Jump into linked guides anytime for screenshots and troubleshooting.

Step 1

Download and install

Grab the TinyHumans desktop build, run the installer, then launch OpenHuman once—same roadmap as Getting Started §1 ↗.

Example OpenHuman Setup welcome screen during install
Typical Windows wizard welcome (labels vary by release). Full wizard walkthrough →

Stuck during install · Windows · macOS · Linux · System requirements

Step 2

Sign in (product account)

After the splash copy, attach your OpenHuman identity. Friendly onboarding text is normal; SmartScreen/Gatekeeper and OS permission banners are handled on the checklist below.

Signing in here is not the Gmail/Slack browser consent—that happens when you deliberately add connectors in step 3.

OpenHuman onboarding welcome splash
Splash / invite to continue—the exact slogan changes between beta drops.
OpenHuman product sign-in screen
Account step inside the desktop shell.

First launch: permissions & onboarding details →

Step 3

Connect sources & wait (~20 min)

Pick Gmail, Slack, or another connector—the vendor OAuth window pops separately. Schedulers ingest roughly every ~20 minutes; the first pass is when answers suddenly feel grounded.

OpenHuman Gmail connector OAuth prompt example
Example mail connector handshake. See the sequential wizard—including “building profile” screens—in the integrations guide. Gmail wizard screenshots →

Integrations, OAuth cadence & sync expectations →

Step 4

Run a first prompt

Once a connector crawl finishes (or after you patiently wait one lap), switch to conversational mode and ask something that relies on synced mail or chat—“what slid through my inbox this morning?” style questions work better than existential trivia until data shows up.

OpenHuman desktop chat with thread list and message composer
Target shell after setup: chats and synced context in one window (UI/language may vary by build).

Starter prompts & tone tuning →

Optional later: Memory tree & Obsidian vault mirrors Getting Started extras if you organize notes externally.

Advanced: README & terminal install

GitHub README ↗ · Read raw before running: install.sh · install.ps1

macOS / Linux x64

# For macOS or Linux x64
curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.sh | bash

Windows PowerShell

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