v0.63.9

tinyhumansai/openhumanv0.63.9Jul 28, 2026by github-actions[bot]

AI Summary

A release aimed at stabilizing the shipping pipeline and resolving Linux AppImage startup issues on newer Ubuntu versions.

Key Highlights

  • Release branch synchronization with main
  • Linux AppImage startup failure fix for Ubuntu 23.10+
  • Conflict resolution for release promotion

New Features

  • Linux AppImage fixes
  • Release pipeline stability improvements

Full Release Notes

# The Release-Reliability Upgrade

This set of releases tightens up the shipping pipeline and keeps the release branch moving smoothly—so builds stay green and delivery stays fast. 🎉

## Highlights

### Release branch sync & conflict resolution 🔀
We kept `release` in lockstep with `main` through a series of promotions, ensuring the latest accumulated work lands cleanly where production builds are cut.

One promotion also required a careful conflict resolution pass to preserve the already-cut release versions while still bringing forward the full set of changes from `main`. ([#5203](https://github.com/tinyhumansai/openhuman/pull/5203), [#5242](https://github.com/tinyhumansai/openhuman/pull/5242), [#5256](https://github.com/tinyhumansai/openhuman/pull/5256)) — Thank you @M3gA-Mind!

### Linux AppImage release unblock 🐧
Linux desktop release smoke tests are back on track: an AppImage startup failure on Ubuntu 23.10+ was addressed by adjusting the user namespace sysctl behavior used during the release job, unblocking production runs. ([#5251](https://github.com/tinyhumansai/openhuman/pull/5251)) — Thank you @M3gA-Mind!

## Contributor Credits
Thank you to everyone who contributed to this release: @M3gA-Mind, @github-actions[bot].

## Full Compare
https://github.com/tinyhumansai/openhuman/compare/v0.63.1...v0.63.9