I built a dictation app for Windows that never sends your voice anywhere.
Hold Ctrl+Win, talk, let go. The text lands in whatever window you're in.
Runs on your CPU with Whisper. No account, no cloud, no subscription. $29 once.
https://t.co/01DNY3sAJM
Impulse lets you hold Ctrl+Win, talk, pause for 10 minutes mid-sentence, and keep talking without getting cut off. Formats clean text straight into your editor.
This is why Impulse is 100% local. Faster-Whisper runs on your GPU/CPU, works in airplane mode, zero telemetry on your voice. $29 once.
https://t.co/01DNY3sAJM
Built Impulse for this. Windows native, runs Whisper on-device so 0 audio leaves your PC, $29 one-time instead of a monthly subscription.
https://t.co/01DNY3sAJM
@that_ambuj Counterpoint: the people with the loudest internal monologue are the ones who need it most. Mine runs faster than I can type, and the whole reason I built a dictation app was to get the monologue onto the page before it edits itself.
@someRandomDev5@superwhisper The paste step is where most of these break, not the model. Clipboard race, focus changing mid-paste, double fire on release. I built a Windows one and the paste path got more test coverage than the transcription did. Dropped words are usually VAD trimming the take too.
The dashboard got a rebuild this week. Words today is the number it's built around now, with speed, time saved, streak, and a 14 day chart.
XP and ranks are gone. Nobody asked for a level system in a dictation app.
Every take stays in local SQLite on your PC.
@namanc19@tankots The cloud model changing underneath you is the part that got me. I ended up building a fully local one for Windows so the model is the same file every day and nothing can quietly get worse. Different tradeoff (no AI rewrite), but it never depletes.
I built a dictation app for Windows that never sends your voice anywhere.
Hold Ctrl+Win, talk, let go. The text lands in whatever window you're in.
Runs on your CPU with Whisper. No account, no cloud, no subscription. $29 once.
https://t.co/01DNY3sAJM
The whole source is public. Read the code if you don't want to take my word on the privacy claim. That's the point of putting it out there.
https://t.co/clXejzLR1a