Hyprnote – VSCode for Meeting Notes (Open-Source and Local-First)
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!…
In plain words
Hyprnote is an open-source, local-first macOS app for recording and transcribing meeting notes. It captures audio from the microphone and system audio, then uses Whisper for transcription and Llama for summarization, all processing locally on the user's device. The app features an extensible plugin system inspired by VSCode for creating custom widgets and uses Libsql for data storage, with future plans for cloud and cross-device synchronization.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
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
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, April 2025
the whole month →- IB
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions.…
Dev tools · 2025 · runpyxl.com
- UC
Life & fun · 2025 · filiph.github.io
- IB
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/
AI · 2025 · github.com


