Skip to content

Releases: bodharma/callcapture

v0.2.1 — notarized + cost tracking

04 Jun 09:41

Choose a tag to compare

Notarized release. brew upgrade --cask callcapture (or fresh install below).

brew tap bodharma/callcapture
brew install --cask callcapture

What'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

31 May 09:32

Choose a tag to compare

Self-contained CallCapture.app installable via Homebrew.

brew tap bodharma/callcapture
brew install --cask callcapture

Signing: 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

29 May 10:03

Choose a tag to compare

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 .app distribution is planned for a future release.

Licensed under AGPL-3.0.