Show HN: Voxcode: local speech to text and ripgrep = transcript and code context (github.com) AI

Voxcode is an open-source macOS app for local speech-to-text tailored to coding agents: you select code in your editor, speak instructions, and it pastes the transcript back with a ripgrep-style file/line reference (or the selected snippet when exact lines can’t be resolved). The project indexes local git repositories and uses an optimized parallel file-walking approach plus a local ONNX Runtime transcription model (Parakeet TDT) to keep searches and transcription fast. It’s designed to work across IDEs and agent tools without direct integration by operating purely on clipboard/paste and filesystem context.

April 08, 2026 17:35 Source: Hacker News