GitHub radar

Quill: AI Meeting Recorder for macOS

A minimal menu-bar tool that records your meetings and transcribes both sides — mic and system audio — entirely on-device using the Parakeet TDT speech model, nothing sent to the cloud.

01digimata/quill 668Swift

Quill is a lightweight macOS menu-bar app that records meetings locally — capturing your mic and all system audio as separate tracks — then transcribes both using the on-device Parakeet TDT 0.6B v2 speech model. The result is a speaker-tagged transcript (you vs. them) without a single byte leaving the machine. Models download once (~600 MB) on first use, then everything runs offline.

Why a vibe-coder should care

No cloud, no account, no data sent anywhere — the transcript lands as a markdown file in your Recordings folder. If you want to process it further after the call (summarize, file, index), Quill supports a post-recording hook that runs any shell command on the session directory.

Open on GitHub