v0.1.11
Latest7 days ago·June 22, 2026See RELEASES.md for the full release notes.
Install on macOS
v0.1.x ships unsigned, so macOS will block the first open with a "damaged" dialog. Two-step setup, then it opens normally forever:
1. Download and drag to Applications
Pick hyper-motion-*-arm64.dmg (Apple Silicon) or hyper-motion-*.dmg (Intel). Open the DMG, drag hyper-motion to Applications.
2. Open Terminal and run these two lines:
``sh xattr -cr /Applications/hyper-motion.app codesign --force --deep --sign - /Applications/hyper-motion.app ``
This strips macOS's download quarantine and re-applies an ad-hoc signature locally. After this, double-click the app and it opens.
Why? Apple requires paid Developer signing + notarization for downloads to skip the warning entirely. Planned for v0.2. If you'd rather skip these steps, build from source — locally-built apps never get the quarantine flag.
---
Windows build is not shipping yet — coming in a later v0.1.x release.
What's Changed
- Build real 3D camera foundation by @psiddharthdesign in https://github.com/psiddharthdesign/hypermotion/pull/3
- export fix by @psiddharthdesign in https://github.com/psiddharthdesign/hypermotion/pull/4
- Add 3D autolayout groups and preview controls by @psiddharthdesign in https://github.com/psiddharthdesign/hypermotion/pull/5
- Add audio timeline and export support by @psiddharthdesign in https://github.com/psiddharthdesign/hypermotion/pull/6
- Prepare v0.1.11 release by @psiddharthdesign in https://github.com/psiddharthdesign/hypermotion/pull/7
Full Changelog: https://github.com/psiddharthdesign/hypermotion/compare/v0.1.10...v0.1.11