FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built a Voice-to-Code VS Code Extension That Runs Entirely On-Device
NewsTools

I Built a Voice-to-Code VS Code Extension That Runs Entirely On-Device

via Dev.toNate Archer1mo ago

Every AI coding assistant requires typing. GitHub Copilot, Continue, Kiro — they all expect you to type your prompts. But what if you could just talk? That's why I built VoxPilot. The Problem I spend a lot of time typing prompts like "refactor this function to use async/await with proper error handling and add unit tests." That's 15 seconds of typing for something I could say in 3 seconds. For developers with RSI or carpal tunnel, the problem is worse. Typing isn't just slow — it's painful. The Solution VoxPilot is a VS Code extension that captures your voice, transcribes it locally using Moonshine ASR, and sends the text to your coding assistant. The key word is "locally." Your audio never leaves your machine. There are no API keys, no cloud calls, no telemetry. The ASR model is 27MB and runs via ONNX Runtime. How It Works Microphone → PCM Audio → Voice Activity Detection → Moonshine ASR → Text → VS Code Chat Audio Capture : Native CLI tools (arecord on Linux, sox on macOS, ffmpeg on

Continue reading on Dev.to

Opens in a new tab

Read Full Article
33 views

Related Articles

Anker’s power bank with built-in cables is one of my favorite gadgets, and it’s cheaper than usual
News

Anker’s power bank with built-in cables is one of my favorite gadgets, and it’s cheaper than usual

The Verge • 7h ago

Meta was finally held accountable for harming teens. Now what?
News

Meta was finally held accountable for harming teens. Now what?

TechCrunch • 7h ago

Every Senior Engineer I Respect Has Read These Books (Have You?)
News

Every Senior Engineer I Respect Has Read These Books (Have You?)

Medium Programming • 7h ago

Caller ID app Truecaller hits 500 million monthly users
News

Caller ID app Truecaller hits 500 million monthly users

TechCrunch • 8h ago

Evercade’s new handheld has a larger screen and dual thumbsticks for 3D games
News

Evercade’s new handheld has a larger screen and dual thumbsticks for 3D games

The Verge • 8h ago

Discover More Articles