v0.63.9

itszeeshan/subdomainxv0.63.9Jul 28, 2026by github-actions[bot]

AI Summary

This release focuses on pipeline reliability and infrastructure stability, specifically addressing release branch conflicts and Linux AppImage build issues.

Key Highlights

  • Achieved release branch synchronization and resolved conflicts to keep production builds green.
  • Resolved Linux AppImage startup failure on Ubuntu 23.10+ by adjusting user namespace sysctl behavior.
  • Tightened up the shipping pipeline for faster delivery.

New Features

  • Pipeline reliability improvements
  • Fixed Linux AppImage startup failure

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