Voxxy – a minimal, fast voice-to-text app for macOS
Whisper-powered dictation that lives in your menu bar and pastes directly into any app.
Local Whisper with auto-paste and hotkey—Cursor/Claude-coded, shipped, and works.
macOS users prioritizing privacy, knowledge workers needing voice-to-text transcription
Superwhisper · Monologue · Wispr Flow
So I decided to see if I could vibe code it with 0 macOS app & Swift experience.
It uses a local binary of whisper.cpp (a fast implementation of OpenAI's Whisper voice-to-text model in C++).
Github: https://github.com/richardwu/openwhisper
I also decided to take this as an opportunity to compare 3 agentic coding harnesses:
Cursor w/ Opus 4.6: - Best one-shot UI by far - Didn't get permissioning correct - Had issues making the "Cancel recording" hotkey being turned on all the time
Claude Code w/ Opus 4.6: - Fewest turns to get main functionality right (recording, hotkeys, permissions) - Was able to get a decent UI with a few more turns
Codex App w/ Codex 5.3 Extra-High: - Worst one-shot UI - None of the functionality worked without multiple subsequent prompts
Whisper-powered dictation that lives in your menu bar and pastes directly into any app.
Hold-to-talk Whisper dictation that beats Mac's built-in tool for privacy and control.
Local Moonshine transcription streams text to any app, no audio leaves your Mac.
Free open-source alternative to Wispr Flow that runs Whisper and Qwen entirely offline.
Two-stage local pipeline fixes filler words and grammar better than macOS dictation.
Native Swift menu bar timers with App Sandbox privacy and negligible battery footprint.