
Who Voquill is for#
Developers dictating documentation and commit messages
Voquill inserts transcribed text directly into code editors without clipboard workarounds. Combined with a technical glossary of function names, library names, and jargon, it reduces the friction of writing inline documentation, commit messages, and README sections by voice.
Skip if:
Your workflow requires voice-to-code completion rather than voice-to-text insertion. Voquill transcribes speech into text; it does not generate code from voice commands or integrate with IDE completion engines.
Writers and knowledge workers reducing typing load
In Polished mode, Voquill's AI cleanup produces clean, punctuated prose from natural speech. The transcription history panel lets you replay and copy any past session, making it a workable first-draft tool for long-form content.
Skip if:
You need real-time transcription integrated with a specific app's native dictation API. Voquill uses a global overlay, which may conflict with apps that handle keyboard input at a low level.
Privacy-focused professionals handling sensitive content
With a local Whisper instance configured, no audio leaves your device. This makes Voquill viable for legal, medical, or financial workflows where sending audio to cloud APIs would conflict with data handling policies.
Skip if:
Your organization requires a vendor-certified, HIPAA-compliant or SOC 2-audited solution. Voquill is open source and self-hosted; compliance certifications are your responsibility to obtain.
The problem it solves#
Voice dictation tools promise to cut typing time, but most of the good ones are cloud-only and subscription-based. Sending audio to a proprietary server is a non-starter when you work with sensitive content, and there is no way to inspect or modify the transcription pipeline when accuracy problems arise.
The deeper pain is vocabulary drift. Generic speech recognition stumbles on technical jargon, proper nouns, and domain-specific terms. Paid tools like Dragon Professional address this through voice profile training, but the profiles are locked to the vendor's platform. If you switch tools or the vendor changes pricing, your custom vocabulary goes with them. A locally-operated, open-source dictation system where you own the glossary and the backend is the missing option for most technical and professional users.
How it solves it#
System-wide voice input across all apps
Voquill attaches a global hotkey and overlay to intercept voice input on macOS, Windows, and Linux. Text is inserted directly into any focused application, including code editors, terminals, browsers, and messaging apps, without clipboard workarounds.
Local Whisper transcription with GPU acceleration
Run the full Whisper speech recognition model locally, with optional GPU acceleration for faster inference. Point Voquill at any Whisper-compatible endpoint, including one running on your own machine, so audio never leaves your device.
AI filler-word cleanup
After transcription, a configurable AI pass removes filler words, false starts, and repeated phrases. The cleaned text is what gets inserted, not the raw transcript. Toggle Verbatim mode to bypass cleanup when you need the literal speech.
Personal dictionary and replacement rules
Define glossary terms so recurring names, technical abbreviations, and domain-specific phrases transcribe correctly every time. Replacement rules silently rewrite words Whisper consistently mishears, without requiring retraining the model.
Writing styles: Polished, Verbatim, Chat
Switch between Polished, Verbatim, and Chat modes to control how post-processing shapes the output. Polished produces corrected formal prose; Chat keeps the casual rhythm of spoken sentences. Each mode applies a different AI profile after transcription.
Built-in voice AI assistant
A built-in chat interface routes voice conversations to your chosen AI provider, so you can ask questions or compose content without switching apps. Privacy controls match the main transcription setup: local provider means no data leaves the device.
Strengths and trade-offs#
Strengths
- Local-first, offline-capable transcriptionUnlike Wispr Flow or Superwhisper, Voquill can run entirely offline by pointing it at a local Whisper instance. No audio is sent to a third party unless you configure a cloud provider. This matters for regulated industries, sensitive content, and low-connectivity environments.
- Bring your own transcription providerThe Providers panel accepts any API key: OpenAI, local Whisper, or any compatible endpoint. You are not locked into a single inference backend, which means you can balance cost, latency, and privacy per use case without switching applications.
- Native desktop app on all three major platformsBuilt with Tauri (TypeScript and Rust), Voquill runs as a native desktop app on macOS, Windows, and Linux with auto-updates built in. Most voice dictation tools are macOS-only; Voquill is one of the few open source options that covers all three platforms.
- Auditable open source codebase under AGPLv3The repository includes the desktop app, mobile app, CLI, documentation site, and enterprise services. You can audit the transcription pipeline, fork it for a specific domain, or contribute directly. Internal and personal use carry no restrictions under AGPLv3.
Trade-offs
- -AGPLv3 restricts hosted service redistributionAGPLv3 allows you to run Voquill for personal, internal, or commercial team use without restriction. The condition that applies to hosted services: if you modify Voquill and make the modified version available over a network to others, you must publish your changes. Teams building a commercial SaaS product on top of Voquill must comply or negotiate a separate license.
- -Local Whisper demands capable hardwareRunning Whisper locally for real-time dictation requires meaningful CPU or GPU resources. On machines with less than 8GB RAM or no dedicated GPU, transcription latency may be noticeable during continuous dictation. Cloud provider mode resolves the hardware requirement but reintroduces network dependency and API costs.
- -Active early-stage project with 60 open issuesWith 60 open GitHub issues and a repository created in September 2025, Voquill is still maturing. Hotkey handling, multi-display setups, and specific Linux window managers may have rough edges. The project is actively maintained, but edge cases that a more established tool would handle silently may surface.
Voquill vs alternatives#
Voquill vs Wispr Flow
Wispr Flow is a macOS-only proprietary voice dictation app with monthly subscription pricing. Voquill covers the same use case: system-wide AI voice typing with automatic text cleanup. The key differences are platform reach, licensing, and backend control.
| Feature | Voquill | Wispr Flow |
|---|---|---|
| License | AGPLv3 (open source) | Proprietary |
| Platforms | macOS, Windows, Linux | macOS only |
| Self-hosting | Yes (local backend) | No |
| Transcription backend | Local Whisper or any provider | Proprietary cloud |
| Pricing | Free (self-hosted) | Subscription |
| Personal glossary | Yes | Yes |
Voquill is the better choice when you need cross-platform support, want audio to stay on-device, or need to control the transcription backend. Wispr Flow is a better fit when you want a polished, zero-configuration Mac app and are comfortable with subscription pricing and cloud audio processing.
Voquill vs Superwhisper
Superwhisper is a macOS app that runs Whisper locally, making it a closer architectural match to Voquill. Both use Whisper for transcription and offer local processing. The difference is Superwhisper is a proprietary, paid macOS app; Voquill is open source and cross-platform.
| Feature | Voquill | Superwhisper |
|---|---|---|
| License | AGPLv3 (open source) | Proprietary |
| Platforms | macOS, Windows, Linux | macOS only |
| Source code access | Yes | No |
| Pricing | Free | Paid |
For macOS users who want Whisper-based local transcription with the least friction, Superwhisper's native experience may be smoother. For users on Windows or Linux, or anyone who wants to inspect or extend the transcription pipeline, Voquill is the only open source option in this category.
Voquill vs Dragon Professional
Dragon Professional (by Nuance/Microsoft) is the dominant enterprise voice dictation product, with decades of accuracy tuning and deep Microsoft 365 integration. It is Windows-focused, requires a significant per-seat license, and does not support self-hosting.
| Feature | Voquill | Dragon Professional |
|---|---|---|
| License | AGPLv3 (open source) | Proprietary, per-seat |
| Platforms | macOS, Windows, Linux | Windows |
| Transcription engine | Whisper (local or cloud) | Proprietary |
| Enterprise integrations | None built-in | Microsoft 365, EHR systems |
| Pricing | Free | High per-seat cost |
Dragon Professional wins on raw accuracy for specialized domains (medical, legal) where it has been trained for decades, and on enterprise integration depth. Voquill is the better choice for individuals and teams who want a free, auditable, cross-platform option and can tune accuracy through Whisper model selection and a personal glossary.
What it's built on#
- Languages
- DartJavaScriptKotlinPythonRustSwiftTypeScript
- Frameworks
- React
FAQ#
Is Voquill free to use?
Yes. Voquill is open source under AGPLv3 and free to download, run, and modify for personal or internal use. If you run a modified version as a hosted service for others, you must publish the source changes under AGPLv3. There is no paid cloud tier; if you use a cloud transcription provider like OpenAI, their API costs apply separately.
Does Voquill work on Windows and Linux?
Yes. Voquill runs on macOS, Windows, and Linux. It is built with Tauri, which compiles to a native desktop app on all three platforms. Most competing voice dictation tools are macOS-only, so Linux and Windows support is a notable differentiator for technical users on those platforms.
Can Voquill transcribe without an internet connection?
Yes, if you configure a local Whisper instance. Voquill lets you point its transcription engine at any Whisper-compatible endpoint running on your own machine. With a local backend configured, no audio is sent over the network. Cloud provider mode, such as OpenAI, requires an internet connection and incurs API costs.
How does Voquill compare to Wispr Flow?
Both tools provide system-wide AI voice dictation with post-processing cleanup. Wispr Flow is a proprietary macOS app with a subscription model; Voquill is open source, cross-platform (macOS, Windows, Linux), and free to self-host. Voquill adds local-first transcription and full glossary control. Wispr Flow offers a more polished, zero-configuration onboarding experience and requires no infrastructure decisions.
What does the AGPLv3 license allow for self-hosters?
AGPLv3 allows you to run, use, and modify Voquill for any personal, internal, or commercial team purpose without restriction. The key condition: if you deploy a modified version of Voquill as a network-accessible service for users outside your organization, you must publish your modified source code under AGPLv3. Internal self-hosting for your own team is fully permitted with no source disclosure requirement.
Similar open-source tools#
OpenWhispr
Local-first voice dictation with Whisper, offline mode, and AI cleanup
VoiceInk
Private voice dictation for Mac, no subscription required.
FreeFlow
Free, open source Mac dictation with AI cleanup and voice macros
SpeakoFlow
Voice dictation and AI assistant for your desktop, fully offline
openless
Dictate to any app; AI polishes it. MIT licensed, no subscriptions.
Handy
Free offline speech-to-text: runs on Windows, macOS, and Linux

