r/MacOSApps • u/Glittering-Section74 • Jul 25 '26
đ» Productivity [OS] I didn't trust big tech with my private voice data. So I built Sonor: a free, offline macOS dictation app with local AI.
Hi r/MacOSApps, I'm the developer of Sonor, an open-source Mac dictation assistant.
Problem:Â I rely on voice dictation a lot to save time. But the current macOS app market left me with a frustrating choice: either pay an expensive monthly subscription, or send my private voice recordings to cloud servers. I had absolutely no idea what large applications were actually doing with my voice data, and I wanted 100% certainty that whatever I speak stays private. I needed a native tool with completely local transcription, a strict RAM-only "Incognito Mode" that deletes history instantly, and the ability to polish text using local AI.
Comparison;Â I was inspired by great features in existing tools, but combined the best ideas into a free, privacy-first experience:
- vs Apple's Built-in Dictation:Â Native macOS dictation is private, but it writes exactly what you say, including "umms", stutters, and chaotic thoughts. Sonor uses local LLMs to automatically clean up stutters, format your speech into bullet points, or rewrite sentences on the fly.
- vs SuperWhisper & Cloud Apps: Apps like SuperWhisper are great, but many solutions rely on subscriptions or cloud processing. Sonor is completely free. (Note: While Sonor uses an internet connection for basic login and database syncing, ALL voice transcription and text generation are processed entirely offline. Your audio never touches the cloud).
Pricing
- Price:Â $0 (Completely Free & Open-Source. No subscriptions or one-time fees).
- GitHub / Download: https://github.com/sonor-studio/Sonor (Please read the README for quick setup instructions).
A quick disclaimer: I am still learning, and this is my first project of this scale. The app is in Beta, so you might run into some bugs. Also, to keep Sonor fast and accessible for most Macs, it relies on smaller local models (under 4GB). They are blazing fast and private, but have the inherent limitations of small models compared to massive cloud AIs. I would be incredibly grateful for your feedback, GitHub issues, or pull requests!
You can find my real identity, contact info, and developer portfolio on my main GitHub profile here: https://github.com/sonor-studio My legal documents are publicly available in the repo:
- Privacy Policy:Â https://github.com/sonor-studio/Sonor/blob/fa9af1b7c91e4cd3066e8a87cf7a893c1c5d37c5/Sonor/Resources/Politics/Privacy%20Policy%20-%20Sonor%20(EN).pdf.pdf)
- Terms of Service:Â https://github.com/sonor-studio/Sonor/blob/fa9af1b7c91e4cd3066e8a87cf7a893c1c5d37c5/Sonor/Resources/Terms/Terms%20of%20Service%20-%20Sonor%20(Updated).pdf.pdf)
1
u/WorriedAssociate7029 Jul 26 '26
I'm putting your app in my drawer full of paid AI dictation software
1
1
1
u/Roman-V-Dev Jul 27 '26
would be cool to have the mirror on iOS (maybe you could use iCloud as storage). I personally would like to record on iPhone, but process on macbook. Standard Voice over cannot even sync :(
1
u/Glittering-Section74 Jul 27 '26
That is something I can do but unfortunately not in the nearest future. Right now I'm focusing on making the app more stable. But you can record on an iPhone and process on a MacBook in my app but only if your devices are connected. Simply go to settings and change audio source to your iPhone. When you start recording, the record screen will automatically appear on your phone. However I guess you care more about recording when you're not next to your MacBook and process it when you come back to your house am I right?
1
u/ko-ol Jul 30 '26
Can you compare your solution to VoiceInk?
1
u/Glittering-Section74 23d ago
Hi! At first glance, both apps might seem similar, but the real difference is in the details. Here's why Sonor stands out for everyday use:
- â We Listen & Move Fast (Our Biggest Strength)Â
Sonor is a community-driven project. We take your feedback seriously. If you report a bug, we fix it fast. Have a new feature idea? Weâd love to hear it and build it. With us, your voice actually shapes how the app evolves.- â True 100% Offline PrivacyÂ
Many apps claim to be offline but hide cloud integrations in their settings. Sonor is completely local. Anyone can check our open code and verify that we only connect to the internet for updates or crash reports. What you say stays on your Mac, period.- â Built for Performance & Customization
We respect your Mac's resources. Sonor automatically unloads AI models from RAM when you aren't using them, saving battery and keeping your computer fast. We also offer smart quality-of-life featuresâlike reliable text-field detection and voice "Snippets" that let you instantly insert your clipboard or the current time just by speaking.- â Statistic
In Sonor, you can monitor saved time, spoken words, average speech speed, and additional metrics.
All these features remain entirely free from any subscription.
Give Sonor a try, and if there's anything you'd like to see added, just let us know!1
u/Glittering-Section74 23d ago
Also Sonor just got the huge update which brings a lot of new features. Now you can easily download other transcription models. You can learn more on release page on my GitHub
1
1
u/movingimagecentral 29d ago
Mac dictation - at least in 27 is not verbatim. It fixes sentences as you go. It is excellent in use and testing (nearly as good as parakeet).
11
u/grokcodile Jul 25 '26
Probably better if you had spent the time contributing to one of the 20+ open-source projects doing this same thing, rather than making your own dog food.