r@ronakjain4448· 1h
Push-to-talk dictation app for windows
I stopped typing.
Not clickbait, I built a push-to-talk dictation app for Windows and it's replaced my keyboard for everything except code.
Hold Ctrl+Win, speak naturally, release. Your words land at your cursor, in Slack, Notion, the browser, anywhere.
I couldn't find one I trusted with my voice, so I built PITCH:
- Local AI speech recognition (NVIDIA Parakeet) — runs fully on your machine, works offline
- Whisper large-v3 via Groq as an automatic cloud fallback
- A personal dictionary that fixes what ASR gets wrong ("get hub" → GitHub)
- Snippets — say "my linkedin", paste your full profile URL
- Searchable history of everything you've dictated
- Light & dark themes, 8 MB installer
All in ~2,000 lines of Rust + web tech. Your audio never leaves your machine in local mode.
Demo in the video below
Repo + free installer: [GitHub](https://github.com/Ronak-jain-afk/Pitch)