How to Dictate Into Zed on a Mac
Zed is a fast, native code editor for the Mac, and like any native Mac app it can accept text from your voice. If you want to write comments, commit messages or documentation without touching the keyboard, here is how to set up reliable dictation into Zed.
Key takeaways
- Zed does not have its own dictation feature, so you use a system-wide voice tool that types into any app.
- Dictation shines for prose: comments, commit messages, docs and AI-assistant prompts, not raw syntax.
- On-device dictation keeps proprietary code and notes private because nothing is uploaded.
- Most people speak around three to four times faster than they type, which is why voice suits long comments.
Does Zed have built-in dictation?
No. Zed focuses on being a lean, GPU-accelerated editor, and it does not ship a dedicated voice feature. That is fine, because you do not need one. Zed is a normal macOS text surface, so any dictation tool that types into your active cursor will work inside it. That includes Apple's own built-in Dictation and dedicated apps that run their own speech recognition models.
The real question is not whether Zed supports dictation, but which voice tool gives you accurate, private, hands-free text. That is where the choice of a good Mac dictation app matters, and why a system-wide, on-device tool tends to win over cloud services for code work.
What you can realistically dictate in a code editor
Voice typing is not a replacement for your keyboard when you are writing dense syntax full of brackets, operators and exact identifiers. Speaking punctuation aloud is slow and error-prone. What voice does brilliantly is the natural-language layer that surrounds your code, and there is a lot of it.
- Code comments and docstrings. Long explanations flow much faster spoken than typed.
- Commit messages. Describe what changed in a full sentence instead of a terse fragment.
- Documentation and README files. Markdown prose is ideal for dictation.
- Prompts to Zed's AI assistant. Talk to the model the way you would talk to a colleague.
- Pull request notes and TODOs. Capture the idea while it is fresh, without breaking flow.
Because most people speak around three to four times faster than they type, moving just the prose parts to voice can meaningfully cut the time you spend writing around your code.
How to dictate into Zed: step by step
The setup below uses an on-device dictation app so your audio never leaves the Mac. The steps are nearly identical for any system-wide tool.
Install a system-wide dictation app
Download an on-device Mac dictation tool such as BlaBlaType and grant it accessibility and microphone permissions so it can type into other apps. There is a 3-day free trial with no card required.
Set your dictation shortcut
Pick a global keyboard shortcut you can reach with one hand. This is the key you press to start and stop recording from anywhere, including inside Zed.
Put the cursor where you want text
Open Zed and click into the editor, a comment block, the commit box or the AI panel. Dictated text appears exactly where your cursor is blinking.
Press the shortcut and speak
Talk naturally. Say the comment, message or note as a full sentence. The on-device model transcribes your voice in real time without sending audio to a server.
Let AI cleanup polish the text
On-device AI cleanup removes filler words, fixes punctuation and grammar and adapts tone, so what lands in Zed reads like written prose, not a raw transcript.
Cloud vs on-device dictation for code
Not all dictation tools handle your data the same way. When you write proprietary code, an NDA project or internal notes, where the audio is processed becomes the deciding factor.
| Factor | Cloud dictation | On-device dictation |
|---|---|---|
| Audio leaves your Mac | Yes, uploaded | No, stays local |
| Works offline | No | Yes |
| Types into Zed | Yes | Yes |
| Per-minute cloud fees | Often | None |
| Custom dictionary for names | Varies | Yes |
For developers, on-device wins on both privacy and reliability. Your code comments never touch a server, and dictation keeps working on a plane or a locked-down network. If you are weighing a cloud option, see our take on a private offline alternative to cloud dictation, and the broader explainer on what on-device speech recognition is.
Voice type into Zed, privately
Dictate comments, commit messages and docs into any app on your Mac. On-device, offline, with a 3-day trial and no card.
Download for macOSTips for accurate dictation in Zed
A few habits make voice typing in a code editor much smoother:
- Add jargon to a custom dictionary. Library names, variables and product terms get recognized correctly once you teach them once.
- Dictate the sentence, then place symbols by hand. Speak the comment, then type the brackets or backticks where you want them.
- Use custom AI prompts. Set a prompt so spoken notes come out as tidy Markdown or as a conventional commit message.
- Speak in full thoughts. Longer, complete phrases give the model more context and cleaner punctuation than clipped words.
The same workflow carries over to the rest of your day. Once dictation types into Zed, it types into your terminal, browser and mail client too, so you can, for example, dictate emails on your Mac with the exact same shortcut. You can compare plans on the pricing page when your trial is up.
Frequently asked questions
Does Zed have built-in dictation?
Zed does not ship a dedicated dictation feature, but because it is a native Mac app it accepts text from any system-wide voice tool. Apple Dictation or an on-device app like BlaBlaType can type directly into the Zed editor wherever your cursor is.
Can I dictate code into Zed?
You can dictate prose reliably: code comments, commit messages, documentation and chat with the AI assistant. Spoken symbols and exact syntax are harder, so most developers dictate the natural-language parts and type the punctuation-heavy code.
Is dictating into Zed private?
It depends on the tool. Cloud dictation uploads your audio to a server. On-device dictation like BlaBlaType transcribes everything locally on your Mac, so your voice and text never leave the device, which matters for proprietary code.
What is the best way to dictate into Zed on a Mac?
Use a system-wide on-device dictation app that types wherever your cursor sits. Place the cursor in Zed, press your shortcut, speak, and the transcribed text appears in the editor. On-device AI cleanup then fixes punctuation and removes filler automatically.
Does dictation work offline in Zed?
Yes, if the dictation app runs a local model. BlaBlaType uses on-device Whisper and Parakeet models, so voice typing into Zed keeps working with no internet connection and no per-minute cloud fees.