Launching today

Megaphone
Open-source Mac dictation App that's 100% on-device
64 followers
Open-source Mac dictation App that's 100% on-device
64 followers
Hold Fn, speak, and Megaphone types clean text into any Mac app. Apple’s SpeechAnalyzer transcribes as you talk, while on-device Foundation Models remove fillers, fix self-corrections, adapt to app context, and power inline voice commands. No account, API key, subscription, or server. Free, MIT-licensed, and native to Apple silicon Macs running macOS 26.







Megaphone
100% on-device is the part that sold me — no cloud round-trip for dictation means it should work fine offline and nothing leaves the machine, which is rare for this category. What's the on-device model you're running for transcription, and how's accuracy holding up against something like Whisper cloud on technical/code-heavy speech? Also curious if it's Swift/native or if you're wrapping something cross-platform under the hood.
Megaphone
@hi_i_am_mimo SpeechAnalyser API and Apple's on-device foundation model and 100% swift :)
since everything is local with no account or server, what happens to the private Dictionary if you use more than one Mac. does it stay per machine and you re-teach it your names and jargon on each one, or is there some sync path that doesn't involve a cloud account
Megaphone
@galdayan that's actually a really good suggestion, maybe we can do that wish JSONs
will ship later today
Edit: there's a new import and export dictionary button in v1.1.8 !
Running everything on-device feels like a long-term advantage if the experience is just as good as cloud tools.
Curious—what convinces people to stick with Megaphone after the first week—privacy, speed, or something else?
Megaphone
@aryan787544 absolutely ! It's likely a mixture of both :) Megaphone is for everyone and Open Source
Megaphone
Hey folks, adding to launch day excitement, I'm running an agent loop that looks at the best suggestions in the comments and raises PRs to integrate it into the app 🙌
So drop your best ideas that would make Megaphone perfect for you :)
https://github.com/Kuberwastaken/megaphone
Honest question: how is this different/better than Apple‘s own dictation feature in macOS?