OpenHuman 2026:
Schritt für Schritt bis zum laufenden Agent und Mac Mini 7×24

2026 bringt OpenHuman (TinyHumans, GPL-3.0) als lokal priorisierten Desktop-Agent: Rust + Tauri, SQLite Memory Tree, Obsidian-kompatibles Vault und 118+ OAuth-Integrationen (Gmail/Notion/GitHub u. a.). Wer von veralteten „pip + Digital Human“-Tutorials abgelenkt wird oder bei Signatur-Installation, Erstsync und Ollama hängen bleibt, erhält hier ein Runbook nach offiziellem README: vom Download zum nutzbaren Agent — plus Vergleich MacBook / VPS / Mac Mini M4 Monatsmiete für 7×24 Betrieb.

01

Was ist OpenHuman? Warum 2026 installieren

OpenHuman ist kein Python-„Digital Human“-Inferenzprojekt, sondern ein dauerhaft laufender Desktop-Agent-Harness: UI-first, Konto-Verknüpfung und Memory Tree in Minuten, Hintergrund-auto-fetch alle ~20 Minuten für Mail/Kalender/Repos, Kontext über TokenJuice komprimiert ans Modell-Routing. Im Vergleich zu terminal-first OpenClaw/Hermes: weniger API-Keys, mehr OAuth, Gedächtnis lokal in SQLite + Markdown-Vault.

Struktur: Umgebung → Signatur-Installation → Erstabnahme → Ollama/Integrationen → Hostwahl. Läuft bereits Hermes Schritt-für-Schritt oder OpenClaw Produktion, nutzen Sie OpenHuman als Desktop-Schicht mit Memory Tree — kombiniert mit NodeMini Remote Mac.

  1. 01

    Problem: veraltetes pip install -r requirements.txt — nicht die aktuelle Desktop-Distribution.

  2. 02

    Problem: curl | bash ohne Integritätsprüfung (offiziell als Risiko markiert).

  3. 03

    Problem: Gmail/Notion verbunden, Agent „vergisst“ — Erstsync fehlt oder falscher Vault-Pfad.

  4. 04

    Problem: AppImage-Crash unter Linux Wayland (Community #2463).

  5. 05

    Problem: Laptop zugeklappt — auto-fetch und Meet-Proxy brechen ab.

  6. 06

    Lieferung: Sechs-Schritte-Checkliste von Signatur-Paket bis Memory Tree Abnahme.

02

Systemanforderungen: Minimum vs. Empfehlung (2026-06)

OpenHuman ist eine native Desktop-App, ohne NVIDIA-Pflicht; Ollama lokal ist auf Apple Silicon üblich. Tabelle aus README und Early-Beta-Feedback (kein SLA):

MerkmalMinimumEmpfehlung (7×24 + viele Integrationen)
BetriebssystemmacOS 12+ / Win10+ / Ubuntu 20.04+ amd64macOS 14+ (Apple Silicon) oder Ubuntu 24.04 LTS
RAM8 GB (nur Cloud-Routing)16–32 GB; Ollama lokal 32 GB+
Disk~2 GB App + Cache50 GB SSD+ (Memory Tree + Vault-Wachstum)
Netztinyhumans.ai + OAuth erreichbarstabile niedrige Latenz (auto-fetch, Meet-Proxy)
Build from sourceNode.js 24+, pnpm 10.10, Rust 1.93 (Contributors)

«Der schwerste Schritt bei OpenHuman ist oft nicht Installieren, sondern ein Mac, der nachts nicht offline geht.»

03

Sechs Schritte: Signatur-Installation → Login → Integrationen → Memory Tree Abnahme

Bevorzugt: native Pakete / signiertes Installationspaket (empfohlen)

bash · macOS
# Option A: DMG officiel (machine principale, signature développeur)
# https://tinyhumans.ai/openhuman

# Option B: Homebrew (chaîne de hash bottle)
brew tap tinyhumansai/core
brew install openhuman
bash · Debian/Ubuntu
sudo apt-get install -y --no-install-recommends gnupg2 curl ca-certificates
curl -fsSL https://tinyhumansai.github.io/openhuman/apt/KEY.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/openhuman.gpg
echo "deb [signed-by=/etc/apt/keyrings/openhuman.gpg arch=amd64] \
  https://tinyhumansai.github.io/openhuman/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/openhuman.list
sudo apt-get update && sudo apt-get install -y openhuman
warning

Nicht als Standardpfad empfohlen: curl … install.sh | bash hat keine unabhängige Signaturprüfung; README empfiehlt DMG / Homebrew / apt / signiertes MSI. Skript erst nach GPG-Flow #2620.

  1. 01

    Download und Installation: Paket von tinyhumans.ai/openhuman oder GitHub Releases; Windows: signiertes .msi.

  2. 02

    Erststart: Konto anmelden (Standard: gehostetes Modell-Routing und Composio OAuth; BYO Key in Einstellungen).

  3. 03

    1–2 Integrationen: Zuerst Gmail + GitHub oder Notion; OAuth-Assistent prüfen.

  4. 04

    Ersten auto-fetch abwarten: ~20 Min Zyklus; Markdown-Blöcke ≤3k Token im Memory Tree / Obsidian vault.

  5. 05

    Dialog-Abnahme: Kalender- und Mail-Zusammenfassung anfragen — lokaler Kontext = Sync OK.

  6. 06

    (Optional) Lokales Modell: Einstellungen → Model Routing → Ollama, ollama serve läuft (siehe Ollama × Miet-Mac).

Häufige Fehler

SymptomUrsacheMaßnahme
AppImage startet nichtWayland / sharun.deb oder dokumentierte Umgebungsvariablen
Integration OK, Agent ohne KontextErstsync unvollständigauto-fetch-Zyklus abwarten, Vault prüfen
OAuth schlägt wiederholt fehlZeitdrift / ProxyNTP, tinyhumans.ai und Composio-Domains freigeben
04

Fortgeschritten: Ollama, agentmemory und 7×24 Hostwahl

Lokale Inferenz: OpenHuman nutzt Ollama für Teile on-device; sensible Schritte bleiben lokal. Agent-übergreifend: mit agentmemory in config.toml memory.backend = "agentmemory" — gemeinsam mit Cursor/Codex (GitBook).

Als «immer online»-Berater braucht der Host Sync, Sprache und Meet-Proxy:

Plattform7×24 VerfügbarkeitMemory Tree ZinseszinsEinsatz
MacBook privatZuklappen = offlineauto-fetch bricht abPOC / Demo
Linux VPS ohne GUIhohe Uptimekein natives Tauri-Desktopnicht als Hauptumgebung
Mac Mini M4 MonatsmieteRechenzentrum meist onlineGUI + Ollama UMA + lokaler Vaultviele Integrationen + Hintergrund-Agent
info

Remote-Mac: exklusive Mac Mini Miete, erstes OAuth per VNC/Bildschirmfreigabe, Ollama/Disk per SSH — Installation wie lokal.

05

Kennzahlen und Fazit: Hostwahl nach OpenHuman-Installation

  • Aktuelle Version: GitHub v0.56.x (2026-05/06, Early Beta, APIs können sich ändern).
  • Integrationen: Dokumentation 118+ Verbindungen, OAuth via Composio.
  • Gedächtnis: SQLite Memory Tree + Obsidian-.md-Vault, Blöcke ~≤3k Token.
  • TokenJuice: Komprimiert Tool-Output vor dem Modell, bis ~80% Token-Einsparung (inhaltabhängig).

Wochenend-POC: lokale Installation reicht. Sobald Gmail/Kalender/Repos täglich automatisch anreichern sollen, Schlafmodus und Heimnetz-Ausfälle kosten Wochen Re-Sync. Zuerst 30 Tage Monatsmiete zum Workflow-Test, dann Kaufentscheidung — geringste Entscheidungskosten.

Low-End-VPS ohne GUI, Nachbarschafts-Überbuchung und langsame SD-Karten eignen sich nicht als OpenHuman-Hauptfeld — Nutzer erleben nur «Agent hat mich vergessen». Für stabilen 7×24 Desktop-Agent, lokalen Vault und Ollama UMA ist NodeMini Mac Mini M4 Cloud-Miete meist besser als Laptop plus manuelle OAuth-Nacht-Reparatur: Sie bauen Memory-Zinseszins, nicht Infrastruktur.

FAQ

Häufige Fragen

Nein. TinyHumans OpenHuman ist ein Rust/Tauri Desktop-Agent per DMG/Homebrew/apt, nicht git clone + pip install für Avatar-Gewichte. Siehe github.com/tinyhumansai/openhuman.

NodeMini vermietet exklusive Mac Mini M4 monatlich. Tarife: Mietpreise. OpenHuman-Abo und LLM-Kosten zahlen Sie separat an TinyHumans/Anbieter.

Ja. Standard Cloud-Routing; lokal Ollama mit Metal. SSH/VNC: Hilfezentrum.