Releases: bodharma/callcapture
v0.2.1 — notarized + cost tracking
Notarized release. brew upgrade --cask callcapture (or fresh install below).
brew tap bodharma/callcapture
brew install --cask callcaptureWhat's new
- 🔏 Fully notarized by Apple (Gatekeeper-clean double-click; no quarantine workaround needed).
- 💵 Per-session cost tracking — transcription + LLM processing cost shown per session, with editable rates in Settings → Pricing.
Self-contained: bundles the Python worker; uses cloud transcription (AssemblyAI / Deepgram) + on-device diarization, sentiment, emotion, insights. On-device Whisper is source-build only for now.
v0.2.0 — Homebrew install
Self-contained CallCapture.app installable via Homebrew.
brew tap bodharma/callcapture
brew install --cask callcaptureSigning: Developer ID-signed (EphyrTech OU). Apple notarization is pending an Apple notary-service backlog at release time; the cask uses no_quarantine so installs run cleanly. A fully notarized + stapled build will ship on the next release once Apple's notary recovers.
The packaged app uses cloud transcription (AssemblyAI / Deepgram) + on-device diarization, sentiment, emotion, and insights. On-device Whisper is source-build only for now.
v0.1.0 — first public release
First public release of CallCapture — private, local-first call & meeting recording for macOS.
Highlights
- 🎙️ System-audio capture via Core Audio process taps (macOS 14.2+), no meeting bot
- 🧑🤝🧑 Mic/system stem separation + on-device speaker diarization (FluidAudio)
- 📝 On-device Whisper or cloud transcription (AssemblyAI, Deepgram Nova-3) with per-language routing
- 🌍 Multi-language, with separate spoken vs. notes/output language
- 🧠 Conversation insights: sentiment, acoustic emotion, key points, action items (OpenRouter or local LLM)
- 🗒️ Markdown notes with Obsidian export
Getting started
Build from source — see the README and docs/DEVELOPMENT.md.
Prebuilt signed
.appdistribution is planned for a future release.
Licensed under AGPL-3.0.