01
Yap — zero parameters, and that is the pitch
A macOS menu-bar dictation app: press a shortcut, talk, press it again, and the text lands in whatever field you were already in. What makes it worth a slot on a day about open weights is that it carries no model. macOS 26 added two APIs, SpeechAnalyzer and SpeechTranscriber, that do on-device streaming speech-to-text against models the OS ships and manages, so Yap is roughly three thousand lines of native Swift in a 4 MB app that loads nothing into memory before the first word and idles around 60 MB. No API key, no per-minute cost, no browser engine, no 600 MB of Whisper weights parked in RAM. The README cites an independent benchmark across 5,559 LibriSpeech clips putting Apple's model at 2.12% word error rate on clean audio and 4.56% on noisy, against Whisper Small's 3.74% and 7.95%, at roughly three times the speed.
The thread surfaced the fact the README undersells. The obvious objection is that macOS already has dictation built in — and it does, except Apple's own disclosure says it sends voice input, contacts, and location to Apple's servers. Yap calls the on-device API directly and makes zero network calls, and it is open source, which is the only reason you can confirm that rather than take it on faith. Invert that and you have the shape of this whole edition: the weights are a black box you were given for free, and the thing being opened is the app wrapped around them. Built by Frigade, whose auto-generated-MCP tool was a pick here on 07-10, and the 07-20 voice-stack watch is now resolved — though not in the form that watch predicted. It guessed a coding-agent harness would wire push-to-talk natively; this is OS-wide dictation you point at any harness. Third time this month a watch has landed above the layer it named.
Reach for it when you dictate prompts to coding agents all day and resent paying a subscription for it. Delete the paid dictation app and the gigabytes of local speech weights it needed to justify itself. Tradeoff: macOS 26 or newer only, and Apple's model is a box you cannot swap, inspect, or fine-tune — one commenter correctly noted that "works with wifi off" proves a local path exists, not that the network path is never used; NVIDIA's Parakeet TDT v2 still benchmarks ahead on accuracy; and there is a name collision with an unrelated finnvoor/yap that wrapped the same APIs last year. MIT, 180 stars since 07-23, signed and notarized .dmg shipped this morning as v0.1.2. The Homebrew tap in the README was broken at launch and fixed within the hour.