▲ | Show HN: Hyprnote – VSCode for Meeting Notes (Open-Source and Local-First)(github.com) | |
17 points by yujonglee 2 days ago | 1 comments | ||
Hi HN. This is Yujong from Hyprnote. Hyprnote is an open-source, local-first macOS app that you can use for meetings. - It uses Mic + System Audio for audio sources. - Whisper (small-en-q8) + Llama (3b-q8) for transcription + summarization. Some interesting bits: - Extension & plugin system that you can use to create widgets (inspired by VSCode). - Built with Libsql. Will enable DB sync across cloud/devices in the future. There are still some rough edges, but I thought it is worth sharing the concept and getting feedback. We have an interesting onboarding video. Please try it out! ```bash brew tap fastrepl/hyprnote && brew install hyprnote --cask ``` If you want to see how it looks first - https://www.youtube.com/watch?v=-apfueHQHBk | ||
▲ | insubkim a day ago | parent [-] | |
Cool idea! Was looking for something like this. |