frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required

https://github.com/Whamp/chirp
9•whamp•1h ago
I’ve been working in fairly locked‑down Windows environments where I’m allowed to run Python, but not install or launch new `.exe` files. In addition the built-in windows dictations are blocked (the only good one isn't local anyway). At the same time, I really wanted accurate, fast dictation without sending audio to a cloud service, and without needing a GPU. Most speech‑to‑text setups I tried either required special launchers, GPU access, or were awkward to run day‑to‑day.

To scratch that itch, I built Chirp, a Windows dictation app that runs fully locally, uses NVIDIA’s ParakeetV3 model, and is managed end‑to‑end with `uv`. If you can run Python on your machine, you should be able to run Chirp—no additional executables required.

Under the hood, Chirp uses the Parakeet TDT 0.6B v3 ONNX bundle. ParakeetV3 has accuracy in the same ballpark as Whisper‑large‑v3 (multilingual WER ~4.9 vs ~5.0 in the open ASR leaderboard), but it’s much faster and happy on CPU.

The flow is: - One‑time setup that downloads and prepares the ONNX model: - `uv run python -m chirp.setup` - A long‑running CLI process: - `uv run python -m chirp.main` - A global hotkey that starts/stops recording and injects text into the active window.

A few details that might be interesting technically:

- Local‑only STT: Everything runs on your machine using ONNX Runtime; by default it uses CPU providers, with optional GPU providers if your environment allows.

- Config‑driven behavior: A `config.toml` file controls the global hotkey, model choice, quantization (`int8` option), language, ONNX providers, and threading. There’s also a simple `[word_overrides]` map so you can fix tokens that the model consistently mishears.

- Post‑processing pipeline: After recognition, there’s an optional “style guide” step where you can specify prompts like “sentence case” or “prepend: >>” for the final text.

- No clipboard gymnastics required on Windows: The app types directly into the focused window; there are options for clipboard‑based pasting and cleanup behavior for platforms where that makes more sense.

- Audio feedback: Start/stop sounds (configurable) let you know when the mic is actually recording.

So far I’ve mainly tested this on my own Windows machines with English dictation and CPU‑only setups. There are probably plenty of rough edges (different keyboard layouts, language settings, corporate IT policies, etc.), and I’d love feedback from people who:

- Work in restricted corporate environments and need local dictation. - Have experience with Parakeet/Whisper or ONNX Runtime and see obvious ways to improve performance or robustness. - Want specific features (e.g., better multi‑language support, more advanced post‑processing, or integrations with their editor/IDE).

Repo is here: `https://github.com/Whamp/chirp`

If you try it, I’d be very interested in:

- CPU usage and latency on your hardware, - How well it behaves with your keyboard layout and applications, - Any weird failure cases or usability annoyances you run into.

Happy to answer questions and dig into technical details in the comments.

Comments

whamp•1h ago
btw this is my first open-source project
lxe•42m ago
I've done something similar for Linux and Mac. I originally used Whisper and then switched to Parakeet. I much prefer whisper after playing with both. Maybe I'm not configuring Parakeet correctly, But the transcription that comes out of Whisper is usually pretty much spot on. It automatically removes all the "ooms" and all the "ahs" and it's just way more natural, in my opinion. I'm using Whisper.CPP with CUDA acceleration. This whole comment is just written with me dictating to a whisper, and it's probably going to automatically add quotes correctly, there's going to be no ums, there's going to be no ahs, and everything's just going to be great.

Show HN: Tiny Diffusion – A character-level text diffusion model from scratch

https://github.com/nathan-barry/tiny-diffusion
32•nathan-barry•4d ago•4 comments

Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required

https://github.com/Whamp/chirp
9•whamp•1h ago•2 comments

Show HN: Dumbass Business Ideas

https://dumbassideas.com
19•elysionmind•2h ago•15 comments

Show HN: Bubble Lab – Code-based agentic workflow platform (open-source)

https://github.com/bubblelabai/BubbleLab
4•hkselinali•1h ago•1 comments

Show HN: Free, dead simple trust center

https://github.com/kodustech/trust-center
2•gamalinosqui•1h ago•0 comments

Show HN: Unified Payment Sandbox – A UAT Env for Stripe/Razorpay Integrations

2•g-sudarshan•1h ago•0 comments

Show HN: European Tech News in 6 Languages

https://europedigital.cloud/en/news
31•Merinov•8h ago•38 comments

Show HN: Encore – Type-safe back end framework that generates infra from code

https://github.com/encoredev/encore
68•andout_•8h ago•47 comments

Show HN: Epstein Files Organized and Searchable

https://searchepsteinfiles.com/
6•searchepstein•44m ago•0 comments

Show HN: DBOS Java – Postgres-Backed Durable Workflows

https://github.com/dbos-inc/dbos-transact-java
105•KraftyOne•1d ago•48 comments

Show HN: spymux – Spy on your tmux panes

https://github.com/terror/spymux
6•crap•3h ago•1 comments

Show HN: An easy-to-use online curve fitting tool

https://byx2000.github.io/curve-fit/
30•byx•1w ago•13 comments

Show HN: What if MCP agents were JIT compiled to code?

https://github.com/stanford-mast/a1
3•ardmiller•3h ago•0 comments

Show HN: TalkiTo – enabling voice and Slack for Claude Code and Codex CLI

https://github.com/robdmac/talkito
5•robbomacrae•4h ago•4 comments

Show HN: I built a pipeline to extract UK visa timelines from Reddit comments

https://github.com/hnarayanan/processing-timelines
2•hnarayanan•1h ago•0 comments

Show HN: GreasePanda – Modify Any Website Instantly with Userscripts

https://chromewebstore.google.com/detail/greasepanda/aopmgjdppgdhejibmejbahdkhpklkdjf
2•sudosoft•1h ago•0 comments

Show HN: Simulator86, prototype embedded system projects on the browser

2•grog6•5h ago•0 comments

Show HN: ByteSync – Open-source hybrid file sync (LAN and remote, E2EE)

2•paulfresquet•6h ago•1 comments

Show HN: Fun, Open-source Japanese learning Platform inspired by Monkeytype

https://github.com/lingdojo/kana-dojo
3•aladybug•6h ago•0 comments

Show HN: I made a simple time card calculator

https://www.mytimecardcalculator.com/
5•atharvtathe•11h ago•0 comments

Show HN: Agent Playbook – An open-source Storybook-like playground for AI agents

https://github.com/orlevii/agent-playbook
3•orlevii•9h ago•0 comments

Show HN: Pegma, the free and open-source version of the classic Peg solitaire

https://pegma.vercel.app
32•GlebShalimov•12h ago•48 comments

Show HN: Gerbil – an open source desktop app for running LLMs locally

https://github.com/lone-cloud/gerbil
36•lone-cloud•3d ago•9 comments

Show HN: I'm a CEO Coding with AI – Here's the Air Quality iOS App I Built

12•ahaucnx•20h ago•3 comments

Show HN: SpeedyShare – Cross-platform file sharing with no accounts or tracking

https://speedyshare.app/
2•benjohnson8•14h ago•0 comments

Show HN: Cactoide – Federated RSVP Platform

https://cactoide.org/
67•orbanlevi•3d ago•29 comments

Show HN: TranscribeAndSplit – AI that transcribes audio and splits it by meaning

5•hunglv•15h ago•0 comments

Show HN: Cancer diagnosis makes for an interesting RL environment for LLMs

45•dchu17•2d ago•20 comments

Show HN: Treasury – The personal finance app built for you (public beta)

https://treasury.sh/
5•junead01•16h ago•0 comments

Show HN: I made an open-source Rust program for memory-efficient genomics

https://github.com/logannye/rosalind
16•logannyeMD•1d ago•0 comments