A macOS app for recording meetings, transcribing them locally, and committing the results to GitHub.
Part of the Synapse ecosystem alongside Synapse Notes.
⬇️ Download the latest release
- Download
SynapseMeetings-<version>.dmgfrom the release page. - Open the DMG and drag Synapse Meetings to your Applications folder.
- Launch it from Applications or Spotlight.
The app is signed with a Developer ID and notarized by Apple, so it should launch without Gatekeeper prompts on macOS 14.0 or later.
Synapse Meetings ships with Sparkle, so once you've installed it you'll get future updates automatically. You can also trigger a check manually from Synapse Meetings → Check for Updates… in the menu bar.
- macOS 14.0 (Sonoma) or later
- Apple Silicon strongly recommended. Transcription runs on the Apple Neural Engine via Core ML — Intel Macs will fall back to CPU and may be unusably slow.
- Microphone access (you'll be prompted on first recording)
- An Anthropic API key for AI summarization (optional)
- A GitHub personal access token for commit-to-repo (optional)
- Local audio recording with system + microphone capture
- On-device transcription powered by FluidAudio using the Parakeet TDT 0.6B v3 Core ML model (first launch downloads ~470MB of model weights)
- AI-assisted summarization via the Anthropic API
- Commit to GitHub — push transcripts and summaries directly to a repo from the app
- Auto-updating via Sparkle
Requires XcodeGen:
brew install xcodegen
git clone git@github.com:dep/synapse-meetings.git
cd synapse-meetings
xcodegen generate
open SynapseMeetings.xcodeprojThen build and run the SynapseMeetings scheme in Xcode.
See .agents/commands/EXPORT-SIGNED-APP.md for the full sign + notarize + Sparkle release pipeline.
MIT © 2026 Synapse Meetings