Private voice-to-text for macOS using Apple's SpeechAnalyzer
I built a menu bar app for voice typing on macOS that's 100% on-device. No cloud, no subscription, no data collection. It uses Apple's new SpeechAnalyzer framework (macOS 26 Tahoe), which means: - Speech models are system-managed, not bundled – the app is just 1.5MB - Models run outside your app's memory space - Automatic punctuation and optional emoji conversion Press a hotkey, speak, and your words appear in real-time in whatever app has focus. An audio-reactive screen border shows you're recording. MIT licensed: https://github.com/leftouterjoins/voicewrite I built this…
What it does
In the maker’s words, at launch
I built a menu bar app for voice typing on macOS that's 100% on-device. No cloud, no subscription, no data collection. It uses Apple's new SpeechAnalyzer framework (macOS 26 Tahoe), which means: - Speech models are system-managed, not bundled – the app is just 1.5MB - Models run outside your app's memory space - Automatic punctuation and optional emoji conversion Press a hotkey, speak, and your words appear in real-time in whatever app has focus. An audio-reactive screen border shows you're recording. MIT licensed: https://github.com/leftouterjoins/voicewrite I built this because I wanted voice typing that doesn't send my audio to someone else's servers. The new SpeechAnalyzer API made it possible without bundling a 1GB+ Whisper model. Its also very fast, IMO. Happy to answer questions about the SpeechAnalyzer API or the implementation.
Does the same job
all alternatives →- YOYap – OSS on-device voice dictation for macOS with no model to downloadJul 2026 · github.com · ▲104
Hey HN! I wanted to share this OSS project I've been working on. It's called Yap and its a small menu-bar app for macOS that does voice to text for any input. You'll set a hotkey, press it, talk, press it again, and the text gets pasted into whatever field you were in. Everything runs locally and never leaves your computer. Fully OSS and MIT licensed. With macOS 26, Apple recently added two new APIs, SpeechAnalyzer and SpeechTranscriber, that do streaming on-device speech to text using models the OS ships and manages. So the app ships no model of its own and loads nothing before the first…



MegaphoneJul 2026 · megaphone.kuber.studio · ▲102Open-source Mac dictation App that's 100% on-device
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
