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

No-.exe dictation app sparks Whisper vs Parakeet feud and 'Jason vs JSON' jokes

TLDR: Chirp brings offline Windows dictation without .exe files, using a fast CPU-only model. Comments split between fans of Whisper’s smoother output and Parakeet’s speed, with jokes about “JSON becoming Jason” and cheers for a first-time open-source dev—big news for privacy and locked-down corporate PCs.

A new Windows talk-to-text toy just dropped: Chirp, a fully local dictation app that runs with just Python—no .exe files—using ParakeetV3 speech-to-text. Dev claims it’s as accurate as Whisper (the darling of AI dictation) but 17x faster on a CPU. The crowd went from curious to chaotic fast. One veteran said they “much prefer whisper,” arguing Whisper cleans up the “ums” and “ahs” into something more human, while Parakeet feels a bit robotic. Speed vs vibe: the comment war begins. Meanwhile, an office hero asked how it stacks up to Windows’ built-in Win+H, joking that “JSON becomes Jason.” The room cackled, then nodded—technical terms are the real boss battle.

There’s love too: ONNX nerds cheered the local-first approach and dropped links to CoreML/OpenVINO tweaks, while the dev casually revealed, “this is my first open-source project,” prompting wholesome high-fives. Corporate captives are hyped: Chirp runs via uv run and dodges strict .exe bans, a sneaky win for locked-down laptops. Features like global hotkeys and word overrides (yes, “parra keet” can still become “parakeet”) add spice. Verdict? Check out Chirp on GitHub and the ASR leaderboard. The community is split: speed demons vs quality purists, and the memes are flying.

Key Points

  • Chirp is a local Windows dictation app using ParakeetV3 STT, designed to run without .exe files and managed via uv.
  • It claims accuracy comparable to Whisper-large-V3 (WER 4.91 vs 5.05) while being 17x faster and CPU-only by default.
  • Features include global hotkey, clipboard injection, word overrides, audio cues, style prompting, and optional int8 quantization.
  • Architecture spans CLI entrypoint, config management, Parakeet backend integration, and a setup script for model assets.
  • Setup and usage are performed with uv-run Python commands; removal is done by deleting the cloned directory.

Hottest takes

"I much prefer whisper after playing with both" — lxe
"JSON becomes Jason, but otherwise is fine" — hastamelo
"btw this is my first open-source project" — whamp
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.