Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 17 May 02:05
· 916 commits to main since this release

See 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:

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.

Full Changelog: v0.1.3...v0.1.4