Live data from Hacker News

Ask HN: Best meeting transcription daemon for macOS?

news.ycombinator.com

1–9 of 9 posts

Ask HN: Best meeting transcription daemon for macOS?

#1
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

Re: Ask HN: Best meeting transcription daemon for macOS?

#3
post #2

I don't know if it meets your needs, but I use MacWhisper (Pro) for this. I was an early Pro user so I think I only paid $5 at the time. https://goodsnooze.gumroad.com/l/macwhisper https://www.macwhisper.com/

thanks - I've also bought macwhisper. I'm looking for less GUI and more daemon (also it's been super buggy - hopefully their recent update helps)

Re: Ask HN: Best meeting transcription daemon for macOS?

#4
post #2

I don't know if it meets your needs, but I use MacWhisper (Pro) for this. I was an early Pro user so I think I only paid $5 at the time. https://goodsnooze.gumroad.com/l/macwhisper https://www.macwhisper.com/

thanks - I've also bought macwhisper. I'm looking for less GUI and more daemon (also it's been super buggy - hopefully their recent update helps)

I found MacWhisper to be great. I built and used my own solution for a couple of years before settling on MacWhisper.

I’ve also encountered some bugs. While debugging, I found that many stem from Apple’s platform itself (not MacWhisper) particularly around Metal and arbitrary object resource limits.

I can always feel hte MacWhisper bugs about to come on when you start to see little glitches like document icon previews in the Dock not rendering or screenshot utility not rendering the screenshot preview, brief flashes of magenta or green when resizing windows.

Re: Ask HN: Best meeting transcription daemon for macOS?

#5
post #4

Earlier quoted context omitted.

thanks - I've also bought macwhisper. I'm looking for less GUI and more daemon (also it's been super buggy - hopefully their recent update helps)

I found MacWhisper to be great. I built and used my own solution for a couple of years before settling on MacWhisper. I’ve also encountered some bugs. While debugging, I found that many stem from Apple’s platform itself (not MacWhisper) particularly around Metal and arbitrary object resource limits. I can always feel hte MacWhisper bugs about to come on when you start to see little glitches like document icon preview…

interesting - I'll keep an eye out for that and see if I can identify it too

Re: Ask HN: Best meeting transcription daemon for macOS?

#6
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

Re: Ask HN: Best meeting transcription daemon for macOS?

#7
post #4

Earlier quoted context omitted.

thanks - I've also bought macwhisper. I'm looking for less GUI and more daemon (also it's been super buggy - hopefully their recent update helps)

I found MacWhisper to be great. I built and used my own solution for a couple of years before settling on MacWhisper. I’ve also encountered some bugs. While debugging, I found that many stem from Apple’s platform itself (not MacWhisper) particularly around Metal and arbitrary object resource limits. I can always feel hte MacWhisper bugs about to come on when you start to see little glitches like document icon preview…

I decided I needed to make my own: https://news.ycombinator.com/item?id=49091894

Re: Ask HN: Best meeting transcription daemon for macOS?

#8

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 k…

I ended up building my own take that doesn't have an annoying UI https://news.ycombinator.com/item?id=49091894

Re: Ask HN: Best meeting transcription daemon for macOS?

#9

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 k…

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