We completely rebuilt Whispering's recording architecture from the ground up with a native Rust implementation for better audio quality and reliability.
This release fixes some issues that we've been trying to fix for months: shortcuts that only worked when Whispering was in focus (#491), recording that stopped on macOS due to App Nap (#549, #559), shortcuts failing most of the time on Windows (#500), and completely broken shortcuts on Linux Ubuntu (#484).
We've also added progressive file saving (audio writes to disk in real-time, so crashes won't lose your work) and customizable output folders so you can choose exactly where your recordings are saved.

We added a few more updates along the way :)
What's Changed
- feat: expose start and stop manual recording commands by @braden-w in #584
- refactor: remove redundant WhisperingError wrapping in notify.error calls by @braden-w in #586
- feat: migrate from pnpm to Bun monorepo by @braden-w in #596
- feat: optimize Tauri binary size with Rust compiler flags by @braden-w in #599
- feat: scaffolded epicenter-sh by @braden-w in #605
- feat(sh): move assistant configs back to local storage by @braden-w in #606
- feat!: migrate from Whispering to Epicenter ecosystem by @braden-w in #609
- fix: #601 - set data-sonner-toast to relative when descendant of popover-content by @retrotheft in #611
- feat: add epicenter.so in
apps/epicenter
by @braden-w in #619 - feat: new unified, native Rust-powered recorder implementation for desktop by @braden-w in #621
- feat: Add Deepgram API support for speech-to-text transcription by @vishesh-sachan in #627
- removed min-height from div, set body to grid '1fr auto' by @retrotheft in #612
- feat: install single instance plugin so there is only one Whispering app at any given time by @braden-w in #628
- feat(analytics): add privacy-first anonymous event logging with Aptabase by @braden-w in #629
New Contributors
- @retrotheft made their first contribution in #611
- @vishesh-sachan made their first contribution in #627
Full Changelog: v7.1.1...v7.2.0
Questions? Join our Discord or check the documentation.
Love Whispering? Star us on GitHub to show your support!