But SuperWhisper is free with Parakeet as a local model?
Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
91–100 of 139 posts
Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#92Does any of these solutions work reliably for non-English languages? I’ve had a lot of issues trying to transcribe Swedish with all the products I’ve used so far.
If you are willing to use a service for transcriptions, Mistral (which is also European) works rather nicely if they support your language https://docs.mistral.ai/capabilities/audio_transcription#tra...
Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#93I built something similar for Linux (yapyap — push-to-talk with whisper.cpp). The "local is too slow" argument doesn't hold up anymore if you have any GPU at all. whisper large-v3-turbo with CUDA on an RTX card transcribes a full paragraph in under a second. Even on CPU, parakeet is near-instant for short utterances.The "deep context" feature is clever, but screenshotting and sending to a cloud LLM feels like massive…
Too bad that tool no longer seems to be developed. Looking for something similar. But it's really nice to see what's possible with local models.
Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#94I built something similar for Linux (yapyap — push-to-talk with whisper.cpp). The "local is too slow" argument doesn't hold up anymore if you have any GPU at all. whisper large-v3-turbo with CUDA on an RTX card transcribes a full paragraph in under a second. Even on CPU, parakeet is near-instant for short utterances.The "deep context" feature is clever, but screenshotting and sending to a cloud LLM feels like massive…
Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#95Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#96Was searching for this this morning and settled on https://handy.computer/
Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#97The top feature is the per-app custom settings - you can peak different models and instructions for different apps and websites.
- I use the Parakeet fast model when working with Claude Code (VS Code app). - And I use a smart one when I draft notes in Obsidian. I have a prompt to clean up my rambling and format the result with proper Markdown, very convenient.
One more cool thing is that it allows me to use LLMs with audio input modalities directly (not as text post-processing). e.g. It sends the audio to Gemini and prompts it to transcribe, format, etc., in one run. I find it a bit slow to work with CC, but it is the absolute best model in terms of accuracy, understanding, and formatting. It is the only model I trust to understand what I meant and produce the correct result, even when I use multiple languages, tech terms, etc.
Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#98Was searching for this this morning and settled on https://handy.computer/
I just learned about Handy in this thread and it looks great! I think the biggest difference between FreeFlow and Handy is that FreeFlow implements what Monologue calls "deep context", where it post-processes the raw transcription with context from your currently open window. This fixes misspelled names if you're replying to an email / makes sure technical terms are spelled right / etc. The original hope for FreeFlow…
Re: Show HN: Free alternative to Wispr Flow, Superwhisper, and Monologue
#99Does any of these solutions work reliably for non-English languages? I’ve had a lot of issues trying to transcribe Swedish with all the products I’ve used so far.