Releases: ppXD/Wisp
Releases · ppXD/Wisp
Wisp v0.3.0
Wisp v0.3.0 — private semantic notes search
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).
Wisp v0.1.0
Wisp is a local-first, real-time meeting transcription app. All speech-to-text runs on your device — no cloud, no upload.
Highlights
- 🎙️ Live transcription of microphone + system audio with per-speaker labels, fully on-device
- ✦ AI Notes — summarize, pull action items, and ask questions about any transcript (live or from a file) using your own API key
- 📄 File transcription with word-level timestamps, speaker diarization, and SRT / VTT / Markdown / TXT export
- 🍎 Apple Silicon acceleration via Metal + Neural Engine
- 🔒 Private by design — audio and API keys never leave your machine
- 📦 Zero setup — no virtual audio cables, no Python; models download on demand
Install
| Platform | Download |
|---|---|
| macOS · Apple Silicon | Wisp_0.1.0_aarch64.dmg |
| Windows · x64 | Wisp_0.1.0_x64-setup.exe |
macOS first launch: the app is ad-hoc signed — right-click it and choose Open the first time (standard for apps distributed outside the App Store).