Download Latest Version OpenHuman_0.63.12_x64_en-US.msi (232.0 MB)
Email in envelope

Get an email when there's a new version of OpenHuman

Home / v0.63.11
Name Modified Size InfoDownloads / Week
Parent folder
latest.json 2026-08-07 3.2 kB
OpenHuman_0.63.11_aarch64-apple-darwin.app.tar.gz 2026-08-07 192.5 MB
OpenHuman_0.63.11_aarch64-apple-darwin.app.tar.gz.sig 2026-08-07 448 Bytes
OpenHuman_0.63.11_aarch64.dmg 2026-08-07 192.5 MB
OpenHuman_0.63.11_x64-setup.exe 2026-08-07 169.1 MB
OpenHuman_0.63.11_x64-setup.exe.sig 2026-08-07 424 Bytes
OpenHuman_0.63.11_x64_en-US.msi 2026-08-07 232.0 MB
OpenHuman_0.63.11_x64_en-US.msi.sig 2026-08-07 424 Bytes
OpenHuman_0.63.11_x86_64-apple-darwin.app.tar.gz 2026-08-07 207.9 MB
OpenHuman_0.63.11_x86_64-apple-darwin.app.tar.gz.sig 2026-08-07 444 Bytes
OpenHuman_0.63.11_x64.dmg 2026-08-07 207.6 MB
OpenHuman_0.63.11_amd64.AppImage 2026-08-07 362.4 MB
OpenHuman_0.63.11_amd64.AppImage.sig 2026-08-07 424 Bytes
OpenHuman_0.63.11_amd64.deb 2026-08-07 248.5 MB
OpenHuman_0.63.11_aarch64.AppImage 2026-08-07 359.2 MB
OpenHuman_0.63.11_aarch64.AppImage.sig 2026-08-07 428 Bytes
OpenHuman_0.63.11_arm64.deb 2026-08-07 251.2 MB
openhuman-core-0.63.11-x86_64-unknown-linux-gnu.tar.gz 2026-08-07 92.6 MB
openhuman-core-0.63.11-x86_64-unknown-linux-gnu.tar.gz.sha256 2026-08-07 65 Bytes
openhuman-core-0.63.11-aarch64-unknown-linux-gnu.tar.gz 2026-08-07 89.7 MB
openhuman-core-0.63.11-aarch64-unknown-linux-gnu.tar.gz.sha256 2026-08-07 65 Bytes
OpenHuman v0.63.11 source code.tar.gz 2026-08-07 28.7 MB
OpenHuman v0.63.11 source code.zip 2026-08-07 32.1 MB
README.md 2026-08-07 5.9 kB
Totals: 24 Items   2.7 GB 0

OpenHuman v0.63.11

187 commits — 52 features, 90 fixes, 45 refactors, docs and CI. This release carries everything merged to main since v0.63.9, including the kernel restructure, ElevenLabs Voice Agents, and a large reliability pass across memory, inference and voice.

Note on the previous notes: an earlier version of this page listed only the two release-promotion PRs. That was an artefact of how release is updated, not a description of the release. The full contents are below.

Highlights

Voice

  • ElevenLabs Voice Agents — core RPC, realtime session, and local-agent relay handler (#5407)
  • Send the relay identity token where the backend can read it (#5428)
  • Stop the Piper voice id leaking into non-Piper TTS providers (#5367)
  • Repair the execute bit on extracted Piper binaries (#5216), handle U16 sample format in the fallback capture path (#4537)

Memory & embeddings

  • Warn before the embedding budget silently stops memory (#5402)
  • Stop a signed-in user's embeddings failing, and unstick the parked queue (#5427)
  • Classify Ollama-unavailable embed failures actionably (#5398)
  • Drain the coding-session backlog across bounded passes (#5368)
  • Canonicalize memory identifiers symmetrically (#5275); stop paging on caller ingest-payload schema errors (#5280)

Inference & model routing

  • Route Codex OAuth chat to the subscription backend (#5371)
  • Error on a misconfigured vision model instead of substituting (#5262); route vision at vision-capable models (#5253)
  • Explain background-role provider fallback and verify BYOK keys (#5254)
  • Route local AI through TinyAgents RPC (#5240); local model reliability — /api/tags fallback and real Ollama model ids (#5219)

Flows

  • Surface bounded loops from the tinyflows engine (#5366)
  • Accept declared workflow inputs on every run path (#5304)
  • Per-item fan-out — run an array of flow work concurrently (#5302)
  • Canvas visual refresh — kind tiles, elevation, step numbers (#5303)

Agent & chat

  • Send user image attachments as image blocks, not text (#5370)
  • Preserve chat context across a Quick/Reasoning switch (#5401)
  • Name a thread in three words (#5412)
  • Name the chat-template rejection instead of blaming model/temperature (#5309)
  • Filesystem-offload convention for worker artifacts on long-horizon tasks (#5217)

Kernel restructure

  • Collapse 124 flat domains into 31 gate-aligned families (#5328) — pure moves, byte-identical wire surface
  • Kernelize openhuman: cut the workflow dependency floor 418 → 280 crates (#5314)
  • Realign DomainGroup with the family directories (#5332) and guard three unenforced consumers (#5364)
  • Gate the macOS Contacts cohort behind contacts (#5365); host capability adapters and config seam (#5396)

Media, mascot & config

  • Error instead of false success on the generation poll timeout (#5411)
  • Accept PNG/GIF/JPEG/WebP custom avatars with file upload (#5420)
  • Surface a user notice when a corrupt config.toml is reset (#5340); stop transient active_user.toml read faults from resetting the profile (#5337)

Channels & sessions

  • Stop a missing edit route from looking like a deleted message (#5283)
  • Keep the /auth/me 401 classifiable as session expiry rather than a hard logout (#5311)
  • Stop out-of-credits background scouts paging Sentry (#5310)

Contributors

Thank you to everyone who shipped this release:

Contributor Commits
Steven Enamakel 50
Cyrus Gray 45
Mega Mind 31
YellowSnnowmann 28
mysma-9403 6
CodeGhost21 6
Sam 3
github-actions[bot] 7

Full compare

https://github.com/tinyhumansai/openhuman/compare/v0.63.9...v0.63.11

Source: README.md, updated 2026-08-07