Hacker News new | ask | show | jobs
Show HN: VoxPaste – Fast voice-to-text CLI for dictating to Claude/Cursor (github.com)
2 points by brockmeier 139 days ago
Built this because typing long prompts to Claude Code got tedious. VoxPaste records audio and transcribes via your choice of provider—Mistral, Groq, OpenAI, or Deepgram—then copies directly to clipboard.

Unlike single-provider tools, you can pick the fastest option for your needs. Mistral and Groq deliver fastest. Bind it to a hotkey and invoke from anywhere.

Audio goes directly to your chosen provider.

https://github.com/felixbrock/voxpaste

2 comments

Also, the new Mistral model is unbelievably fast:

https://simonwillison.net/2026/Feb/4/voxtral-2/

And the costs of usage are very low. For instance, with voxtral-mini-latest, you you can dictate for 5.5 hours and only have to pay $1:

https://mistral.ai/pricing#api

Just added openrouter support as well.