Introduction
MeetGist is an open-source native Mac meeting recorder and AI notes app. It records your microphone and the system audio of any call separately, then turns each meeting into a verbatim transcript, polished minutes, and a structured summary — with no bot joining your call.
Why MeetGist
- Bot-free. Recording happens on your Mac. Nobody sees a bot in the meeting.
- Separate tracks. Your voice (mic) and the other side (system audio) are captured as two files, so “who said what” is reliable.
- Bring your own key. Transcription + summaries use your own Gemini or OpenAI API key. The app itself is free and open source.
- Open-source core. The engine is AGPL-3.0 — read it, build it, trust it.
Core features
- Dual-track capture (ScreenCaptureKit system audio + microphone)
- Verbatim, timestamped transcripts
- Polished minutes (decisions, action items, per-speaker stance)
- A punchy summary (TL;DR, key decisions, follow-ups)
- Pre-recorded audio import (drag in a file or folder)
- Apple Voice Memos auto-import
- Time-synced tracks (
capture_timing.json→sync_map.json) for cleaner diarization
How to use it
- Install — see Installation.
- Grant permissions — Screen Recording + Microphone (Permissions).
- Add your API key — Gemini or OpenAI (API key).
- Record — start, hold your meeting, stop (Recording).
- Read your notes — transcript, minutes, summary (Notes).