Hacker News
Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon
59 points by sidclaw
ago
|
15 comments
smalltorch
|next
[-]
Stuff like this is what doctors should use instead of blasting patient data to a AI scribe who knows where. Im pretty sure that is illegal but it still takes place and I am pretty sure one of the reasons for the push to solve FHE...but its obviously way more practical and private to just do the processing locally.
zdragnar
|root
|parent
[-]
In the US, HIPAA requires companies to sign a BAA to handle any protected information. That's pretty much the only thing stopping data from being shared. That is why, for example, a company website might use Freshpaint or a similar service instead of Google Analytics, as Google will absolutely not sign a BAA for the Analytics platform.
Your data is still collected by a third party analytics company, but they contractually bear all the legal responsibility for maintaining compliance. AI scribe companies are much the same
dandaka
|next
|previous
[-]
How does it compare to models from handy.computer and whisprflow?
sidclaw
|root
|parent
[-]
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 with names and jargon. And mine does files and video with SRT export, not only dictation.
Downside: Apple Silicon only.
Wispr Flow is a different category — it's paid and your audio goes to their cloud. The text formatting is nicer than mine. Mine is local only and Apache-2.0, which for me is the entire point.
dmwood
|next
|previous
[-]
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.
jiehong
|next
|previous
[-]
Congrats on the launch!
1. I see it uses python, but I was wondering if it would use mlx-swift instead. Just curious if you considered it.
2. So far, qwen ASR seem usually less well supported than parakeet or whisper so far in most dictation applications (voxtral is similar in that regard). Why do you think that is?
Thanks and good luck with your roadmap!
yuraoak
|next
|previous
[-]
is it better than whisper from oai?