Yes, but it's a conversation feature, not a dictation feature. Claude's voice mode (web, iOS, and Android, on all plans) lets you speak to Claude and hear it speak back — it's built for back-and-forth conversation, not for typing text into a document, email, or prompt box elsewhere. If you want speech converted into editable text at your cursor, that's a different feature (or a different app).
Use case · Updated July 2026
Claude voice input in 2026: what Claude.ai and Claude Code offer natively, and how to dictate with FluidVox
"Claude voice input" actually points to three different features: Claude.ai's conversational voice mode, Claude mobile's speech-to-text dictation, and Claude Code's /voice for the terminal. Each is genuinely useful, and each has a real limit — conversation-only, mobile-only, or cloud-only. This page covers what each one actually does, then how FluidVox fills the gaps: dictating prompts into Claude on the web or desktop, and dictating straight into Claude Code's terminal, on Mac and Windows.
Native features
Does Claude already have voice input built in?
Claude.ai voice mode — conversation, not a composer
Voice mode is available on the web and in the Claude mobile apps, on every plan including free, and now supports multilingual input in beta. It's a genuine two-way conversation: you speak, Claude speaks back, with hands-free and push-to-talk options. What it isn't built for is typing text into a document, email, or someone else's app — it's a chat interface, not a dictation tool, and the transcript lives inside your Claude conversation history rather than landing at your cursor elsewhere.
Claude mobile dictation — real speech-to-text, but iOS/Android only
This is the feature closest to true dictation: tap the microphone icon beside the chat input in Claude for iOS or Android, speak, and your words convert to editable text in the prompt box. Anthropic says the audio is deleted after transcription and isn't used for training. It's free, it works well for its job, and it's limited to that one text field inside Claude's own mobile app — there's no equivalent for Claude on the web or desktop, and no way to dictate into other apps with it.
Claude Code's /voice — solid for the CLI, cloud-only, no SSH
Developers searching "claude code voice input" are usually looking for this one. Run /voice in the Claude Code CLI (v2.1.69+) to enable hold-to-record or tap-to-record dictation, with transcription tuned for coding vocabulary — terms like regex, OAuth, and localhost come through cleanly, and your project name and git branch are added as recognition hints automatically. It also works in the Claude Code VS Code extension.
The catches: it requires signing in with a Claude.ai account rather than an API key, Bedrock, Vertex AI, or Foundry; audio streams to Anthropic's servers rather than staying on-device; and it doesn't work in remote sessions — SSH, Claude Code on the web, or VS Code Remote — because the microphone has to be local to where the CLI is running.
Where FluidVox fits for Claude Code
FluidVox isn't a Claude Code plugin — it's a system-wide dictation app that happens to work in your terminal the same way it works in every other window. Hold your FluidVox hotkey with a local Terminal, iTerm2, or VS Code integrated terminal focused, speak your instruction, and it lands at your cursor — whether Claude Code's own /voice is enabled or not, and regardless of whether you're signed in with an API key.
On the Local plan, that dictation runs entirely on-device rather than streaming to a server. FluidVox's Code style tightens punctuation and formatting for exactly this kind of input. It doesn't solve the remote-session limitation either — audio capture is inherently a local-machine problem for any dictation tool, Claude's included.
Side-by-side
Claude's voice features vs FluidVox
| Claude.ai voice mode | Claude mobile dictation | Claude Code /voice |
|
|
|---|---|---|---|---|
| What it's for | Spoken conversation with Claude | Speech-to-text into the mobile prompt box | Speech-to-text into the CLI prompt | Speech-to-text into any app, including Claude |
| Platforms | Web, iOS, Android | iOS, Android only | Terminal + VS Code, local machine only | Mac, Windows, iPhone |
| Works in Claude web/desktop text fields | N/A — it's the conversation itself | No | No | Yes |
| Runs on-device / offline | No | No | No — streams to Anthropic's servers | Yes — Local plan is fully on-device |
| Account requirement | Any Claude account, all plans | Any Claude account | Claude.ai account only (no API key/Bedrock/Vertex/Foundry) | FluidVox account, independent of Claude |
| Works over SSH / remote sessions | N/A | N/A | No | No — local sessions only (same audio-hardware limit) |
| Custom vocabulary / dictionary | No | No | Auto-hints from project/branch name only | Yes — personal dictionary, auto-learned corrections |
| Per-app tone/style control | No | No | No | Yes — 6 styles, matched automatically per app |
| Cost | Free, all plans | Free | Free, doesn't count toward usage limits | 14-day free trial, then $2.99/mo or $39 one-time |
None of this is a knock on Claude's voice features — mobile dictation and Claude Code's /voice are both well built for what they do. The honest gap is that neither one follows you outside its own text field, and neither runs offline. That's the specific space FluidVox occupies.
How it works
Dictating into Claude with FluidVox
Open Claude
The web app, the desktop app, or a Claude Code session in your terminal — FluidVox works the same way in all three.
Hold your hotkey and speak
Fn on Mac, Ctrl+Shift+Space on Windows (both configurable). Fn+Space or Ctrl+Shift+H toggles hands-free mode for longer prompts.
Release and review
Formatted text appears at your cursor, in the style matched to whatever app you're dictating into.
Smart Formatting
Detailed prompts, naturally
Speaking tends to produce more context and detail than typing the same request — useful for prompts, less useful when you actually wanted three words. FluidVox's Natural style keeps conversational phrasing intact for prompt boxes; the Code style tightens things up when you're dictating into a terminal or a code comment instead.
Speed
Explain faster than you type
Speaking is naturally faster than typing, and FluidVox transcribes it in real time. That matters most for the long, context-heavy prompts Claude tends to handle best — architecture questions, debugging walkthroughs, document review requests.
Accuracy
Project terms preserved, everywhere you dictate
Claude Code's /voice auto-hints your current project and branch name — but only inside Claude Code. Add the same terms to FluidVox's personal dictionary once and they're recognized correctly in Claude Code, the Claude web app, Slack, email, and everywhere else you dictate.
A day dictating into Claude with FluidVox
Terminal, Claude Code
Dictate a bug description straight into your terminal, technical terms preserved via your dictionary
Browser, document review
Speak a long prompt asking Claude to review and summarize a document — hands-free mode for the length
Desktop app, architecture
Talk through your system design in the Claude desktop app for Claude to evaluate trade-offs
Writing review
Dictate feedback criteria for Claude to apply while reviewing a draft, in Professional style for the write-up after
Claude voice input FAQ
Yes. Run /voice in the Claude Code CLI to enable hold-to-record or tap-to-record dictation into your prompt, with recognition tuned for coding terms like regex, OAuth, and localhost. It requires a Claude.ai account (not an API key, Bedrock, Vertex AI, or Foundry), streams audio to Anthropic's servers rather than processing it locally, and doesn't work over SSH or in remote/web sessions since the microphone has to be local.
No. Claude Code's /voice dictation streams your audio to Anthropic's servers for transcription, and Claude's mobile dictation and voice mode both require an internet connection too — none of Claude's own voice features run on-device. FluidVox's Local plan is the offline option: transcription runs entirely on your Mac or Windows machine, audio never leaves the device, and it works whether or not Claude itself is reachable.
The most common causes: Claude Code's /voice requires you to be signed in with a Claude.ai account (it's disabled if you're using an API key, Bedrock, Vertex AI, or Foundry), it needs a local microphone so it fails over SSH or in Claude Code on the web, and organizations with HIPAA compliance enabled block it entirely. For mobile dictation, check that microphone permission is granted to the Claude app in your phone's settings. If Claude's own dictation keeps failing in your setup, FluidVox is a system-wide alternative that doesn't depend on Claude's account type or connectivity.
Yes. Claude's voice mode is available on all Claude plans (including free), mobile dictation is free with any Claude account, and Claude Code's voice dictation doesn't consume Claude messages or tokens. FluidVox is a separate app with its own pricing — a 14-day free trial with full access, then from $2.99/month or $39 one-time for the on-device Local plan.
Yes. The Claude iOS app has had dictation since 2025 — tap the microphone icon next to the chat input field and your speech converts to text in the prompt box. Anthropic states the audio recording is deleted after transcription and not used for training. FluidVox also has an iPhone app, including a custom keyboard, for dictating into any iOS app beyond just Claude.
Yes, the same mobile dictation feature — tap the microphone icon in the chat input — is available on Claude for Android. FluidVox does not have an Android app; our mobile support is iPhone-only.
"Claude voice to text" usually refers to one of two different things: dictation (tapping the mic icon on mobile, or /voice in Claude Code, to type by speaking) or voice mode (a spoken conversation where Claude also talks back). They're built for different jobs, and it's easy to land on the wrong one when searching. FluidVox is voice-to-text in the dictation sense — speak, and formatted text appears wherever your cursor is, in Claude or any other app.
Yes. The Claude Code VS Code extension supports the same /voice dictation as the CLI, with the same Claude.ai account requirement — it just doesn't work in VS Code Remote sessions (SSH, Dev Containers, Codespaces) because the microphone lives on your local machine while the extension runs on the remote host. FluidVox works in VS Code's terminal and editor the same way it works everywhere else on your Mac or Windows PC, local sessions only.
Yes. FluidVox types into any focused text field, including Terminal, iTerm2, and Claude Code's own prompt, so you can hold your FluidVox hotkey and dictate instructions the same way you'd dictate into a browser or email. Unlike Claude Code's built-in /voice, FluidVox's Local plan transcribes entirely on-device rather than streaming audio to a server.
Yes. FluidVox uses macOS and Windows accessibility APIs to type into any text field, so it works in Claude.ai in your browser and in the Claude desktop app the same way it works in every other app — it doesn't rely on Claude having its own dictation button.
Natural style works well for most prompts — Claude parses conversational phrasing fine and often benefits from the extra context speaking naturally tends to add. If you're dictating directly into code, comments, or a terminal command, the Code style tightens punctuation and casing conventions instead. FluidVox's per-app style matching can apply Code automatically when your cursor is in Claude Code or a terminal, and Natural in the browser or desktop app.
Yes. Use hands-free mode (Fn+Space on Mac, Ctrl+Shift+H on Windows) so you're not holding a key down while you explain a bug, summarize a document, or lay out an architecture question in full. This is one place voice genuinely beats typing: people tend to give Claude more context when speaking than when typing the same prompt.
Add them to FluidVox's personal dictionary once and they'll be transcribed correctly from then on, and FluidVox auto-learns from your corrections over time. This is similar in spirit to Claude Code's automatic project-name and git-branch hints, except it applies everywhere you dictate, not just inside Claude Code.
Start dictating into Claude today
Install FluidVox once and it works in Claude, Claude Code's terminal, and every other app on Mac or Windows. 14-day free trial, no credit card.
Download for macOS