โ† Back to VoxPilot

๐Ÿ”’ Privacy Policy

Last updated: April 6, 2026

TL;DR: VoxPilot processes all audio on your device. We collect nothing. No telemetry, no analytics, no cloud calls. Your voice stays yours.

Audio Data

๐ŸŽ™๏ธ Your audio never leaves your machine

VoxPilot captures microphone audio solely for real-time transcription using on-device ASR models (Moonshine, Whisper, or Parakeet). Audio is processed in memory and discarded immediately after transcription. No audio is recorded to disk, transmitted over the network, or stored anywhere.

Transcription Output

Transcribed text is delivered to the destination you choose โ€” your editor cursor, a chat panel, or the clipboard. VoxPilot does not store, log, or transmit your transcripts. Once delivered, the text is under your control and your IDE's standard data handling applies.

Data Collection

VoxPilot collects zero data. Specifically:

The only network activity VoxPilot may perform is downloading ASR model files when you explicitly request a model download from the Model Manager panel. These downloads fetch ONNX model files from Hugging Face. No user data is sent during this process.

Third-Party Services

VoxPilot does not integrate with, send data to, or depend on any third-party services during operation. The extension runs entirely within your VS Code / Kiro instance using local compute.

Model downloads (user-initiated only) fetch files from:

No authentication, API keys, or user identifiers are required or transmitted.

Local Storage

VoxPilot stores the following on your local filesystem:

You can delete all stored data by uninstalling the extension and removing the model files from the global storage directory.

Permissions

VoxPilot requires access to your microphone via your operating system's audio capture tools (ffmpeg, arecord, or sox). Microphone access is used exclusively for voice transcription and only while you are actively recording (press-to-talk or dictation mode).

No other system permissions are required.

Children's Privacy

VoxPilot does not collect any data from any user, including children. There is nothing to comply with because there is nothing collected.

Open Source

VoxPilot is MIT-licensed and fully open source. You can audit every line of code to verify these privacy claims:

github.com/natearcher-ai/voxpilot

Changes to This Policy

If this policy changes, the update will be reflected in the "Last updated" date above and in the project's CHANGELOG. VoxPilot's core commitment โ€” no data collection, no cloud processing โ€” is fundamental to the project and will not change.

Contact

Questions or concerns? Open an issue on GitHub.