Wisp v0.2.0
Install
macOS (Apple Silicon) — download Wisp_0.2.0_aarch64.dmg, drag Wisp to Applications, then run once in Terminal:
xattr -cr /Applications/Wisp.app
The app is unsigned, so macOS quarantines it on download; this command clears the quarantine. After that, open Wisp normally.
Windows — run Wisp_0.2.0_x64-setup.exe.
Fixes
- macOS: the app crashed at launch on any Mac other than the build host. The hardened-runtime ad-hoc build enforced Library Validation, which rejected the bundled sherpa-onnx / onnxruntime libraries ("different Team IDs"). Disabled library validation so the bundled libraries load (#184).