Live data from Hacker News

Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

github.com

21–30 of 30 posts

Re: Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

#22
post #21

@claude is a contributor? I find that hard to believe.

it's just GitHub interpreting the Co-Authored-By lines in the commits. I used Claude Code quite heavily while building this, so it shows up as @claude in the contributor list — it wasn’t an independent contributor that discovered the repo and submitted a PR :)

Re: Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

#24
post #16
post #15

Question from a naive macports user. To some extent brew is orthogonal to macports. Is there an easy way to link to ffmpeg installed by macports? Thanks.

good point. I haven’t tested MacPorts, but the app currently looks for ffmpeg on PATH, and the Finder launcher doesn’t include MacPorts usual /opt/local/bin. So it may not detect it at the moment. will look into adding proper MacPorts support.

[dead]

Re: Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

#25
post #8
post #7

How does it compare to models from handy.computer and whisprflow?

Handy is honestly more mature than mine — cross platform, MIT, and you can pick between Whisper and Parakeet. The real difference is just the model family. I run Qwen3-ASR through MLX instead of Whisper/Parakeet. In my own use it holds up way better with background noise and it punctuate noticeably more naturally, Take that as impression and not a measurement. Qwen3-ASR also accept vocabulary hints, which helps a lot…

check transcribe.cpp from Handy, I see Qwen3-ASR in the list

Re: Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

#27
post #25
post #8

Earlier quoted context omitted.

Handy is honestly more mature than mine — cross platform, MIT, and you can pick between Whisper and Parakeet. The real difference is just the model family. I run Qwen3-ASR through MLX instead of Whisper/Parakeet. In my own use it holds up way better with background noise and it punctuate noticeably more naturally, Take that as impression and not a measurement. Qwen3-ASR also accept vocabulary hints, which helps a lot…

check transcribe.cpp from Handy, I see Qwen3-ASR in the list

[flagged]

Re: Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

#29

Lotsa alternatives out there that are fully Mac native like https://voice.baselinemakes.com

fair, it isn't fully native. The dictation helper is the only native piece, the UI is a local web page. That was a deliberate tradeoff to get Qwen3-ASR running through MLX on macOS 14+ rather than wait on a Swift port. Better Voice looks good. Worth noting it's closed source and needs macOS 26, where mine is Apache-2.0 and runs on 14. Different bets.

Re: Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

#30
post #8

Earlier quoted context omitted.

Handy is honestly more mature than mine — cross platform, MIT, and you can pick between Whisper and Parakeet. The real difference is just the model family. I run Qwen3-ASR through MLX instead of Whisper/Parakeet. In my own use it holds up way better with background noise and it punctuate noticeably more naturally, Take that as impression and not a measurement. Qwen3-ASR also accept vocabulary hints, which helps a lot…

That is such a refreshingly fair and honest assessment. Thanks for sharing! To me, that engenders a lot of trust in what you’ve built.

He doesn't want your trust, he wants you to use it.
Post reply on HN