Ask HN: Best meeting transcription daemon for macOS?

5 points by tomelliot ↗ HN
Granola are cracking down on their auth and I can no longer pull my meeting notes out and put them in Obsidian (my plugin is gonna have to be deprecated: https://github.com/tomelliot/obsidian-granola-sync/).

That means I'm gonna need a different meeting transcription/summary pipeline. There's a cambrian explosion of meeting transcription tools (https://hn.algolia.com/?q=Show+HN%3A+transcription). It's awesome.

I've tried some, but haven't found one that works how I want. Can you help me find one that suits my use case?

- daemon runs in the background

- uses local models for transcription, diarization/speaker identification

- primary interface is CLI/no UI. It should just happen in the background.

- GUI is secondary. Maybe a button in the menu bar for starting/stopping a meeting

optional/secondary

- pulls in calendar info for titling and attendees

- cleans the transcript

- generates summary

5 comments

[ 2.0 ms ] story [ 19.9 ms ] thread
I'm building one that finally seems to be reasonably stable https://mimicscribe.app/.

Speaker identification is a huge trick to do on device. I've masked by sentence and capture embeddings within that mask to get things more accurate.

If you try it that would be super cool and it's basically free rn while I figure out how to market.

I'm testing obsidian integration rn. It's currently available through mcp but that kind of defeats the offline transcription thing

I ended up building my own take that doesn't have an annoying UI https://news.ycombinator.com/item?id=49091894
lol fair that's very dev of you. The next gen of models will prob one shot my app anyway.

I like the idea of having a completely headless auto recording system. I was against it initially over privacy concerns but with completely on-device its a better idea. I might snag the concept