Story

Show HN: OpenWhisper – free, local, and private voice-to-text macOS app

rwu1997 Friday, February 13, 2026

I wanted a voice-to-text app but didn't trust any of the proprietary ones with my privacy.

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

Summary
OpenWhisper is an open-source, peer-to-peer encrypted messaging system that aims to provide secure and private communication. The project focuses on developing a decentralized, end-to-end encrypted messaging protocol to protect user privacy and data.
17 4
Summary
github.com
Visit article Read on Hacker News Comments 4