A macOS menu-bar app that records meetings and transcribes them locally into Markdown notes for Obsidian.
![]() | ![]() |
- Fully local transcription — uses FluidAudio (Parakeet TDT v3) running on Apple Neural Engine. No audio leaves your machine.
- Menu-bar native — lives in the status bar, stays out of your way
- Obsidian integration — saves transcripts as
.mdfiles with YAML frontmatter, directly into your vault - Calendar integration — shows upcoming Apple Calendar events, click to use as the recording title
- Configurable output — separate folders for audio recordings and transcript notes, customizable filename templates with
{{date}}and{{title}}tokens
- macOS 14.0+
- Apple Silicon (M1+) recommended for fast transcription via Neural Engine
- ~1 GB disk space for the transcription model (downloaded on first use)
Requires XcodeGen and Xcode 15.4+.
brew install xcodegen xcodegen generate xcodebuild -scheme Audite -configuration Debug -derivedDataPath build build open build/Build/Products/Debug/Audite.app- Click the waveform icon in the menu bar
- Go to Settings and download the transcription model (~1 GB, one-time)
- Set your Recordings Folder (where
.cafaudio goes) and Obsidian Output Folder (where.mdnotes go) - Type a meeting name or pick one from your calendar
- Hit Start Recording — hit Stop Recording when done
- The transcript saves automatically as a Markdown note
MIT
Built with vibes 🤙 forever local and unshitified


