Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
31–40 of 54 posts
Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#32Earlier quoted context omitted.
Does the new SpeechAnalyzer API not call Apple Servers? I remember when I was building on the last version, it you wanted real time transcription you needed at least to upload it to Apple Servers for processing.
I think it once did! Now it doesn't - ways to easily verify this: 1) install the dmg in the GH repo 2) turn off wifi 3) use it offline
Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#33Amazing! This is something I wanted to look into too. The Apple Foundation models SDKs are surprisingly cool. I recently started working on a personal productivity app that tries to keep track of all the projects I work on, and the ideas and initiatives within these. It does so by creating a graph of events, fed by Claude transcripts and the git and browser history, then letting FM summarize and describe all events;…
Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#34Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#35Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#36Seems nice! I have been using Handy https://handy.computer/ for a while and I am happy with it (using Parakeet), this seems quite similar in terms of features, except that is uses Apple's APIs.
Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#37Does the built-in dictation not use these models or why would I use this app instead of Apple's own dictation?
This project uses the on-device SpeechAnalyzer API directly and makes zero network calls, and since it's open source you can verify that nothing leaves your Mac.
Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#38Strangely, on my macOS 27 Beta build 26A5388g, nothing happens after I finish speaking. No input is transcribed or pasted and nothing is shown in the history. I do see the input being listed to — there's an audio graph animated as I speak (~US English), though it appears to be late in picking up my speech. Only my second "test?" is represented in the graph as it moves leftwards. I went through all the permissions, th…
Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#39Re: Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
#40Incidentally, I've been testing a lot of dictation apps and models. I am on macOS Sequoia and intend to skip Tahoe altogether, so newer Apple models were not an option. I also dictate in multiple languages. I mostly use the MacWhisper app until now, but I got frustrated by its slow development and lack of focus and dictation. So I tried the free TypeWhisper app. It works very well, but then I tested multiple models a…
This is exactly why I made TypeWhisper’s engine and plugin layer extensible. The best setup depends heavily on language, hardware, and workload. Your result that Large v3 can run close to Parakeet speeds on a modern Mac is especially interesting, as is your fully local Whisper plus Gemma correction workflow.
If you’re comfortable sharing the plugin or benchmark setup, I’d be very interested in taking a closer look and seeing whether it could benefit more users. Either way, thank you for putting so much time into this and contributing your findings back to the project.