frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

https://github.com/reflex-dev/xy
82•apetuskey•4h ago•24 comments

Show HN: Formally verified 3D CSG: Trust 93 lines spec, not 1000 lines AI code

https://github.com/schildep/verified-3d-mesh-intersection
101•permute•7h ago•43 comments

Show HN: Scala Tutorials – interactive Scala 3 lessons in the browser

https://scalatutorials.com
70•eranation•4d ago•30 comments

Show HN: tale.fyi, we deserve a home for fiction

https://tale.fyi/@sam/announcing-tale-fyi-read-or-listen-to-an-entire-book-from-a-single-link
69•samuelcole•7h ago•55 comments

Show HN: Flashpaper – Self-destructing secret sharing with no database

https://flashpaper.app/
23•minpym•4h ago•6 comments

Show HN: Cynative – Read-only CLI in Go that explains your live infrastructure

https://github.com/cynative/cynative
8•szin•3h ago•4 comments

Show HN: Somebodyhire.me

https://somebodyhire.me/
11•btcalex•4h ago•8 comments

Show HN: Writekin – fine-tune a local LLM on your own writing, on your Mac

https://github.com/scouttyg/writekin
2•eggbrain•1h ago•0 comments

Show HN: Segue – Save context in one AI, load it in another by a short handle

https://segue.ai/
28•csaguiar•8h ago•21 comments

Show HN: NoClick – Build always-on agents with your existing AI subscriptions

https://www.noclick.com/
4•dhruvyads•3h ago•3 comments

Show HN: Yap – OSS on-device voice dictation for macOS with no model to download

https://github.com/FrigadeHQ/yap
95•pancomplex•1d ago•37 comments

Show HN: Base-GPUI: A GPUI port of Base UI headless components

https://github.com/LukeTandjung/base-gpui
7•autodidacc•6h ago•4 comments

Show HN: BrowserAct: Browser Layer for Your AI Agent

https://github.com/browser-act/skills
11•aanthonymax•11h ago•2 comments

Show HN: Open-source Cloudflare deployed agent native task management and wiki

https://tajd.github.io/projektor/
14•tajd•9h ago•0 comments

Show HN: Encryption for YouTube Videos++

https://github.com/Kjos/VideoTomb
2•ktwee•3h ago•0 comments

Show HN: Ctrlb-decompose: Strip the noise from logs before sending to LLMs

https://github.com/ctrlb-hq/ctrlb-decompose
47•ruhani_grover•7h ago•6 comments

Show HN: Tines 3B – safe workflow automation for when everyone builds software

https://www.tines.com/
25•retsol•6h ago•2 comments

Show HN: FeyNoBg – Automatic background removal model and training library

https://usefeyn.com/blog/feynobg/
117•snyy•1d ago•28 comments

Show HN: Viso – model your full financial future before buying a house

https://www.viso.money/
2•gravelhacker•4h ago•0 comments

Show HN: DocSlicer – Structure-aware PDF/DOCX/PPTX parser, 31 pages/sec on CPU

https://github.com/DocSlicer/DocSlicer
2•JelleDM•4h ago•0 comments

Show HN: A search engine for one-word .com domains

https://www.muffin-company.com/word-domains
4•garyhbutton•4h ago•0 comments

Show HN: Minute – Offline meeting notes on macOS with Whisper and llama.cpp

https://github.com/mraza007/minute
6•mraza007•58m ago•1 comments

Show HN: Cloudrift – CLI open-source that finds wated AWS spend

https://github.com/elleVas/cloudrift
6•elleVas•7h ago•1 comments

Show HN: Is your Odyssey screening cropped? A tool to check your theater format

https://niamey-seven.vercel.app
3•theanswa•4h ago•0 comments

Show HN: Open-source, Long-horizon cite-able memory for multi-agent systems

https://github.com/Vortx-AI/emem
3•avijeetsingh16•4h ago•0 comments

Show HN: Nutaan – AI-powered voice calling assistant and live chat widget

https://nutaan.com/
2•nutaan•4h ago•1 comments

Show HN: Kiln – a fast, native batch image processor

https://kilnimage.app
8•the-hangry-dev•10h ago•1 comments

Show HN: News headline inside coding agent

https://github.com/dannylee1020/headline
2•dannylee1020•4h ago•0 comments

Show HN: A terminal editor that can discuss with OpenCode and Pi

https://sollawen.github.io/microNeo/
2•sollawen•5h ago•0 comments

Show HN: PidgeIoT – open-source IoT/Embedded device management for all (free*)

https://pidgeiot.com/
3•Voxorin•5h ago•1 comments
Open in hackernews

Show HN: Minute – Offline meeting notes on macOS with Whisper and llama.cpp

https://github.com/mraza007/minute
6•mraza007•58m ago
Hello HN,

I built Minute because I wanted searchable meeting notes without sending recordings or transcripts to a cloud service. It captures microphone and optional system audio, transcribes locally with Whisper, and generates summaries, decisions, and action items using a local LLM through llama.cpp. After the initial model download, everything runs on-device and in-process. There’s no account, server, or telemetry. The app is built with Tauri, Rust, React, and Metal acceleration. Notes are stored locally as plain text, JSON, and WAV files.

I built the project end-to-end with Codex as a design and engineering partner—including the UX, accessibility work, reliability tests, CI, and Apple Silicon/Intel release automation.

I guess software engineering isn’t ending. The leverage is getting ridiculous.

Comments

tylerak•19m ago
Clever, and I really like the design. The interface is how my brain works. Why the extra effort to support Intel Macs? What was it like building with Tauri? I only have experience with egui. Thanks!