v0.1.16
41 minutes ago·July 20, 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
- Polish compact editor UI and Figma setup by @psiddharthdesign in https://github.com/psiddharthdesign/hypermotion/pull/1261
- Prepare v0.1.16 release by @psiddharthdesign in https://github.com/psiddharthdesign/hypermotion/pull/1262
Full Changelog: https://github.com/psiddharthdesign/hypermotion/compare/v0.1.15...v0.1.16