Thursday, August 14, 2025

Show HN: OWhisper – Ollama for realtime speech-to-text https://ift.tt/ohFDrKj

Show HN: OWhisper – Ollama for realtime speech-to-text Hello everyone. This is Yujong from the Hyprnote team ( https://ift.tt/2WZBa3c ). We built OWhisper for 2 reasons: (Also outlined in https://ift.tt/Q9wWvk1 ) (1). While working with on-device, realtime speech-to-text, we found there isn't tooling that exists to download / run the model in a practical way. (2). Also, we got frequent requests to provide a way to plug in custom STT endpoints to the Hyprnote desktop app, just like doing it with OpenAI-compatible LLM endpoints. The (2) part is still kind of WIP, but we spent some time writing docs so you'll get a good idea of what it will look like if you skim through them. For (1) - You can try it now. ( https://ift.tt/i5bjGIA ) bash brew tap fastrepl/hyprnote && brew install owhisper owhisper pull whisper-cpp-base-q8-en owhisper run whisper-cpp-base-q8-en If you're tired of Whisper, we also support Moonshine :) Give it a shot (owhisper pull moonshine-onnx-base-q8) We're here and looking forward to your comments! https://ift.tt/Q9wWvk1 August 14, 2025 at 09:17PM

No comments:

Show HN: MCP Security Suite https://ift.tt/bSxuRaF

Show HN: MCP Security Suite Hi HN! We kept seeing devs get pwned through MCP tools in ways that security scanners completely miss. So we bui...