You don’t need a meeting bot to get a transcript. On a Mac you can capture the call’s audio and your mic locally, run Whisper on-device, and get a clean note — with no bot in the call and no audio uploaded. Here’s the fast way, plus the manual route if you’d rather wire it up yourself.
No participant joins the call. No “X is recording” banner from a notetaker bot. Just a Mac app capturing locally.
It announces itself. A notetaker bot shows up in the participant list and tips off everyone on the call. For a sales, hiring, or NDA conversation that’s the wrong first impression.
It uploads your audio. Bot-based tools send the call to their cloud to transcribe. “Bot-free” cloud tools still upload the audio — that’s not the same as staying on your machine.
It only does scheduled calls. A bot needs a meeting link to join. It can’t record the hallway conversation, the phone call, or the audio file already on your disk.
It bills monthly. Most bot notetakers are a per-seat subscription. You pay every month for a transcript you could have captured locally for a one-time price.
Capture the call on your Mac — no bot, no driver. Open Quietly and start recording (calendar prompt, or hit ⌘R). It captures the call’s audio and your mic on separate tracks, straight from the system — nothing joins the Zoom call, and there’s no virtual audio device to install.
Whisper transcribes on-device, then an LLM cleans it up. Quietly runs Whisper large-v3 locally for speech-to-text, then an on-device LLM removes fillers and false starts and fixes punctuation — so the note reads clean, not like raw transcription. No API key, no audio uploaded.
A Markdown note lands in your folder. Front-matter has attendees, calendar, and duration; the body is the clean transcript split into speaker turns. It’s plain .md — open it in any editor, grep it, or hand it to Claude, Cursor, or Codex.
No calendar event? Hit ⌘R for an ad-hoc recording. Already
have a Zoom cloud recording? Pick Transcribe a file… and drop
in the .mp4 or .m4a — same note, same
folder. The same flow covers
Google Meet, Teams, and in-person meetings.
Three ways to transcribe a Zoom call — only one keeps the audio on your Mac.
| Quietly (local) | Bot-free cloud | Bot notetaker | |
|---|---|---|---|
| No bot in the call | No bot | Joins | |
| Audio stays on your Mac | Uploaded | Uploaded | |
| Works offline | |||
| Records in-person + audio files | Some | Link only | |
| Notes you own as plain Markdown | |||
| Pricing | $49 once | Subscription | Subscription |
See the full field in our guide to the best local meeting note takers for Mac.
It’s a legitimate option, and it’s free. You can capture
system audio on macOS (ScreenCaptureKit, or a loopback device), run
whisper.cpp with the large-v3 model on the saved file,
and pipe the output into a Markdown file. Expect to assemble four
things yourself — capture, transcription, transcript cleanup,
and file output — and to babysit it per meeting. Quietly is the
one-app version of exactly that pipeline: calendar-aware capture,
local Whisper, on-device cleanup, and a Markdown note in your folder,
with nothing to stitch together.
On-device Whisper + LLM cleanup, plain Markdown, no subscription. $49 once, macOS 13+.