Analysis updated 2026-08-13
Record a video call or in person meeting entirely on your own Mac with no cloud upload.
Get an automatic, speaker labeled transcript right after a meeting ends.
Keep a private, searchable archive of past meetings organized by date and time.
Trigger a follow up action, such as summarizing or filing notes, right after transcription finishes.
| digimata/quill | slackhq/panmodal | ts1/bleunlock | |
|---|---|---|---|
| Stars | 3,790 | 3,786 | 3,796 |
| Language | Swift | Swift | Swift |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS 15 or newer, building from source with Swift, and granting microphone and system audio recording permissions.
Quill is a small macOS app that sits in your menu bar and records meetings. Click one button in the menu bar and it starts recording your microphone and everything the computer plays, such as the other people on a video call, as two separate audio tracks. Click stop, and it automatically transcribes both tracks into text, with each speaker labeled. Everything happens on your own Mac. No audio or text is sent anywhere else. Each recording session is saved in its own folder inside your Recordings directory, named with the date and time. That folder holds the raw audio from your microphone, the raw audio from the system, a small file with timing details, and the finished transcript in two formats, one for machines to read and one plain text version for you to read. Recording your voice and the other side of a call as two separate tracks makes the transcript more accurate and makes it easy to tell who said what without any extra speaker recognition step. Transcription runs automatically using a built in, on device speech model. The first time you transcribe something, it downloads a roughly 600 megabyte model, and after that it works without an internet connection. Transcription is fast on newer Apple computers with Apple Silicon chips. You can start a new recording while an older one is still being transcribed, and if the app quits partway through a job, it will pick that job back up the next time it runs. Quill is meant to be installed once and then mostly forgotten, running quietly in the background and starting automatically when you log in if you choose that option. It is configurable through a simple settings file, where you can change where recordings are saved, turn transcription on or off, and set up a command that runs automatically once a transcript is ready, for example to summarize it or file it away. Currently the transcription only understands English, though the project notes that support for other languages is planned. Quill requires a fairly recent version of macOS because it relies on newer system audio recording features, and it currently only exists as a command line and menu bar tool without a full graphical app, so installing it means building it from source with Swift's build tools.
Quill is a free, local only macOS menu bar app that records meetings and automatically transcribes both sides of the conversation on your own computer.
Mainly Swift. The stack also includes Swift, Core Audio, AVAudioEngine.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.