Comparison · Updated May 2026

Voice dictation
for VS Code.

VS Code with voice dictation is the longest-running productivity hack in the dev world — comments, commit messages, Copilot prompts, even literal code via natural language. The friction has always been finding a Mac dictation app that doesn't fight VS Code for memory, doesn't auto-correct camelCase identifiers, and works inside the editor's quirky text fields. Dollop covers all three: free, on-device, 0 GB of RAM, with cleanup that respects how developers actually dictate.

Voice typing in VS Code has its own UX rules that most general-purpose dictation tools don't think about.

01
It must paste into all of VS Code's text fields

VS Code uses Electron — its text inputs aren't standard macOS text fields, which trips up some dictation tools. Dollop uses Accessibility APIs to paste into any focused text field, including the editor itself, the terminal, the Copilot Chat panel, the search bar, and extension panels.

02
It can't bloat alongside Electron

VS Code is already an Electron app — Chromium plus Node, hundreds of MB of memory before you open a single file. Pairing it with Whisper-based dictation tools (700 MB to 3 GB) puts pressure on 16 GB Macs. Apple Foundation Models lives in the OS so Dollop contributes 0 GB.

03
It must respect identifiers and not auto-format

Generic LLM cleanup will "fix" useState() to "use state" and break camelCase. Dollop's tuned LoRA preserves identifiers because it was trained on dictation pairs — including code-adjacent prose where developers literally say "useState" out loud.

04
Hotkey that doesn't collide with VS Code shortcuts

VS Code's default keybindings are dense. Dollop's defaults (hold-fn for push-to-talk, ⌘ Space for toggle) don't conflict with any common VS Code shortcut. Both are remappable if you've already claimed those.

Most comparison pages list ten features. Three of them matter when you're actually switching.

Where does the audio go?
On-device means your voice and the transcript stay on the Mac you're typing on. Cloud means audio is uploaded, transcribed remotely, and the text is downloaded back — usually with no way to know which providers see it on the way through. This is load-bearing for anyone touching client work, regulated content, or proprietary information.
How much RAM does it actually take?
The forgotten metric. "On-device" doesn't mean "free" — Whisper-based tools load 700 MB to 3 GB into memory while running. If you already have Cursor, Chrome, Slack, and a Docker container open, that matters. Apple Foundation Models is the only path right now to real on-device dictation at 0 GB.
How clean is the cleaned text?
Raw transcription is a solved problem — Whisper, Parakeet, and Apple's models are all excellent. The differentiator is what happens after: filler removal, punctuation, formatting commands, tone-matching to the active app. A tuned dictation model beats a generic LLM polish step every time.
ToolRAMAudio leaves Mac?PricingCleanup
Dollop0 GBNeverFreeTuned LoRA
Superwhisper~1.5 GBOptional$249 onceGeneric LLM
Voibe~700 MBNever$9.90/moWhisper + rules
VoiceInk~2 GBNeverFree / open-sourceOptional
MacWhisper~1–3 GBNever€64 onceFile-based
LumeVoice~700 MBNeverSubscriptionWhisper
Apple Dictation~0 GBNever (Ventura+)Free (built-in)None

RAM figures are approximate, measured at idle with the smallest model loaded. Dollop uses Apple Foundation Models — the OS keeps the model warm independently of the app, so the app itself contributes 0 GB beyond the OS baseline.

FeatureDollopSuperwhisperwisprflowVoiceInkapple
Works in VS Code Electron text fields
Preserves camelCase / snake_case
RAM cost0 GB~1.5 GB~700 MB~1-2 GB0 GB
PriceFree$249$15/moFreeFree
On-device (no upload of code)
Custom code vocabulary

● Yes · ◐ Partial · ○ No. Verified May 2026.

A short list of friction points specific to this app, and the fix for each. We use Dollop in this app daily; these are observed, not invented.

Conflict
⌥ Space is sometimes captured by Spotlight (older macOS) or by VS Code "Suggest" if you have it remapped.
Fix
Remap Dollop dictation to ⌥⇧ Space in Settings → Hotkeys, or disable VS Code's suggest-trigger remap. Spotlight can be moved to ⌘ Space (the modern default) if it isn't already.
Conflict
Electron text fields occasionally reject paste from accessibility APIs, leaving dictation appearing in the wrong tab.
Fix
Dollop uses both Cmd-V paste and direct AX insertion, with a fallback chain. If insertion fails twice, the cleaned text is copied to the clipboard so you can paste manually with ⌘V.
Conflict
Dictating into the integrated terminal turns "minus rf" into the wrong shell flag.
Fix
Dollop's code vocabulary recognizes "dash r f" → "-rf" and similar shell-flag patterns when the active app is a terminal or terminal-pane.
Conflict
Copilot Chat's autocomplete swallows characters mid-dictation if the suggestion popover is open.
Fix
Press Esc to dismiss the suggestion popover before dictating, or set Dollop to insert with a 50ms delay (Settings → Insertion → Defer until input idle).
01

Dollop

Free · dollop.co
Editor's pick (us)

Dollop is the voice OS I built for the Mac. It does four things, all on-device, all free: dictation (clean text pasted at your cursor in any app), an AI chat overlay (multi-turn, optionally screen-aware) for asking questions or rewriting, Little Overlay (⌃ A — a tiny floating glass pill that hears your selection, sees your screen, and answers in place for the one-shot question that doesn’t need a chat thread), and Meeting Notes (record and transcribe lectures, calls, and meetings with summaries and action items, fully on-device). It runs on Apple Foundation Models, the on-device LLM Apple ships with macOS 26, and ships with a tuned cleanup adapter trained specifically for the way people actually speak. Because Apple already keeps the foundation model warm in the OS, Dollop contributes 0 GB to your RAM footprint. Your audio never leaves the Mac. Completely free.

What's good
  • Four pillars in one app: dictation, AI chat, Little Overlay, Meeting Notes
  • Only Mac dictation app on Apple Foundation Models
  • 0 GB RAM cost, the OS hosts the model
  • Tuned cleanup adapter, not a generic polish step
  • Meeting Notes: record + transcribe + summarize on-device
  • Per-app tone (Casual / Formal / Excited)
  • Completely free, no subscription, no premium tier
What to know
  • Apple Silicon + macOS 26 only, no Intel, no Windows
  • Apple Intelligence must be enabled
  • New product, smaller community than Wispr or Superwhisper
02

Superwhisper

$249 once · superwhisper.com

Mature commercial pick. $249 one-time, ~1.5 GB RAM, works in VS Code like any Mac app. The RAM cost matters more here than in lighter editors.

What to know
  • $249 up front
  • 1–3 GB RAM alongside VS Code
  • Generic LLM polish
03

VoiceInk

Free / open-source
Best free open-source

Open-source, free, runs Whisper locally. Auditable. Same RAM concern as Superwhisper but no subscription.

04

Voibe

$9.90/mo · getvoibe.com

Subscription dictation, $9.90/month. Works in VS Code's text fields. Lighter Whisper model than Superwhisper (~700 MB).

05

Wispr Flow

$15/mo · wisprflow.ai

Cloud dictation, $15/month. Fast UX but ships your code-adjacent prompts to OpenAI / Anthropic / Cerebras. Privacy crisis in early 2026.

What to know
  • Code context leaves your Mac
  • $15/mo
  • 2.7 Trustpilot
06

Apple Dictation

Free (built-in)
The free baseline

Built into macOS, works in VS Code's text fields. No cleanup, no formatting commands — but if you just want to throw thoughts at Copilot Chat and edit, it's free.

If RAM is tight on your Mac …
Dollop — 0 GB resident, the OS hosts the model.
If you want zero subscription, ever …
Dollop — completely free, no premium tier.
If your work is sensitive and audio cannot leave the Mac …
Dollop — fully on-device, no cloud at any step.
If you live in Cursor, VS Code, Slack, Linear, Mail …
Dollop — per-app tone (Casual / Formal / Excited).
If you want cleanup that's actually tuned for dictation …
Dollop — the only one with a LoRA finetuned for it.
If casual is enough and you don't want a new app …
Dollop — installs in 30 seconds and stays out of the way.

Hard requirement: Dollop runs on Apple Silicon Macs with macOS 26 or later. Most Macs sold since 2021 qualify. If you're on Intel, that's the constraint to plan around.

Does dictation work in VS Code's Copilot Chat / inline AI?
Yes. Dollop pastes wherever your text cursor is — Copilot Chat, inline edit panels, the editor itself, the terminal, the search bar. No per-app integration needed.
Will dictation mess up my code formatting?
Not for cleanup-tuned tools. Dollop's LoRA was trained on dictation pairs, so it preserves identifiers, doesn't auto-correct camelCase to "camel case," and doesn't insert punctuation that would break syntax. For dictation INTO comments and Copilot prompts, this matters a lot.
Can I dictate actual code, not just comments?
Code with literal syntax ("open paren close paren") is awkward. Dictating intent ("a function that takes a user and returns their email") and letting Copilot complete it is the natural pattern. For literal code dictation, look at tools like Talon (specialized speech-to-code) — different category from Dollop.
What does Dollop actually do?
Four things, all on-device. (1) Dictation: hold ⌥ Space, talk, and clean text appears at your cursor in any app. (2) AI chat: hit ⌃ S to summon a floating chat overlay, optionally screen-aware so it can answer questions about your active window. (3) Little Overlay: hit ⌃ A for a tiny floating glass pill — the smallest surface — that hears your selection, sees your screen, and answers in place for the one-shot question that doesn't need a chat thread. (4) Meeting Notes: record any class, call, or meeting; Dollop transcribes, summarizes, and pulls action items, all locally on your Mac.
How much does Dollop cost?
Free. No credit card, no trial, no premium tier. Dictation, AI chat, Little Overlay, and Meeting Notes are all unlocked from the moment you download.
Does Dollop work without an internet connection?
Yes. Dictation, the chat overlay, and Meeting Notes (recording, transcription, and summarization) all run on-device on Apple Silicon. Your audio never leaves your Mac. The app does check for software updates over the network, but the core features work offline, on a plane, in a SCIF, in a basement seminar room, anywhere.
Can Dollop record and transcribe meetings or lectures?
Yes, that is what Meeting Notes does. Hit record before a class, Zoom call, or in-person meeting; Dollop captures audio (via system audio capture or your mic), transcribes it on-device, and produces a clean summary with action items. Everything stays on your Mac.
Will Dollop work on Intel Macs?
No, Dollop uses Apple Foundation Models, which require Apple Silicon and macOS 26 or later. Most Macs sold since 2021 qualify. If you are still on Intel, that is the upgrade to plan around; the rest of this guide assumes you are on Apple Silicon.
Can I dictate into Cursor, VS Code, Slack, and other apps?
Yes. Dollop pastes the cleaned text wherever your cursor is. There is no per-app setup. You can also assign different writing tones (Casual, Formal, Excited) to different apps so dictation in Slack reads casually and dictation in Mail reads formally.
How do I add code-specific vocabulary?
Dollop Settings → Vocabulary → paste a list of identifiers, framework names, and your own custom terms. The cleanup pass uses these to spell things correctly from the first dictation. Update the list any time the project's vocabulary expands.
Does Dollop work with VS Code on Linux or Windows?
Not yet. Dollop is Mac-only because it uses Apple Foundation Models. For VS Code dictation on Linux or Windows, Talon (paid, accessibility-focused) is the established choice; on Windows, Wispr Flow works (cloud-based) and Superwhisper has Windows support.

For VS Code dictation on a Mac in 2026, Dollop is the answer. Free, on-device, 0 GB of RAM, with a cleanup adapter that respects identifiers and doesn't fight Electron for memory.

If you're on an older Mac without Apple Intelligence, Superwhisper is the safest commercial pick. The Whisper RAM cost matters more here than in lighter apps — keep an eye on Activity Monitor.

Get Dollop — free
Completely free. No credit card, no premium tier. macOS 26+, Apple Silicon.