โ† lucinda allen / things i’ve built

whisper dictation for mac

a free, local superwhisper alternative. no subscription, no cloud โ€” your voice never leaves your machine.

๐ŸŽ™ get it on github โ€” it’s free

why i built it

i dictate half my life into my computer, and superwhisper is lovely โ€” but it’s a subscription for something my mac can do by itself. whisper.cpp runs openai’s whisper models on apple silicon fast enough that dictation feels instant, so i built the two things i actually used: a global hotkey that types what i say, and a meeting recorder that hears both sides of a call.

the meeting recorder was the part i couldn’t find anywhere else without hacks: everything wants you to install blackhole and wrestle audio devices. macos has had a built-in system-audio tap since 14.2 โ€” this uses it directly, so recording a zoom call or a youtube lecture is one click in a little local web page.

it’s a folder of scripts, not an app store product: you’ll run a setup script and grant a few permissions once. the readme walks through all of it. if you can open terminal, you can have free local dictation in about ten minutes.

the fine print

needs: a mac with apple silicon (any m-chip), macos 14.2+ for meeting mode, and ~550 mb for the whisper model. doesn’t do: superwhisper’s llm rewrite modes โ€” though pasting a transcript into your favourite ai gets you the same thing. license: free & open โ€” read it, fork it, make it yours.

โ†’ github.com/charlottelucinda/whisper-transcription