v0.1.15
Figma plugin download
If the hidden Application Support folder is inconvenient, download hyper-motion-figma-plugin-v0.1.15.zip from the assets below, unzip it in Downloads, then choose Plugins → Development → Import new plugin from manifest… in Figma Desktop and select manifest.json.
The bundled option still works without navigating Library: click Reveal manifest in Hyper Motion. In the Figma file picker, press Command-Shift-G and paste the copied manifest path.
Hyper Motion now ships the Figma importer inside the desktop app. Open the setup guide from the top bar, reveal the stable per-user manifest, and register it once in Figma Desktop—no repository checkout, source build, or terminal setup is required. The editor chrome is also denser while authored canvas typography remains unchanged.
Highlights
- Bundled Figma manifest, runtime, and plugin UI in both macOS application builds.
- Stable manifest location under Application Support, refreshed safely whenever Hyper Motion launches or updates.
- In-app Figma setup modal with a direct Reveal manifest action and the exact one-time Figma Desktop instructions.
- More compact menus, inspectors, dialogs, and timeline labels without changing imported or exported design text.
- Focused coverage for first install, app-update refresh, and last-known-good fallback behavior.
See RELEASES.md for full details.
Install on macOS
Download the Apple Silicon DMG ending in arm64, or the Intel DMG without the architecture suffix. Open the DMG and drag hyper-motion into Applications.
Before the first launch, open Terminal and run:
xattr -cr /Applications/hyper-motion.app
codesign --force --deep --sign - /Applications/hyper-motion.appThen open Hyper Motion from Applications. These commands clear the unsigned-build quarantine and apply a local ad-hoc signature.