March 12, 20264 min read

    Voice Coding with Cursor: Dictate Prompts & Code Hands-Free

    Cursor has become the go-to IDE for AI-assisted development. But there's an irony: you're using AI to write code faster, yet you're still typing every prompt by hand.

    What if you could speak your prompts, describe refactors out loud, and dictate code — all without touching the keyboard?

    Info

    You speak at ~150 words per minute. You type at ~60. That's a 2.5x speed boost on every prompt you send to Cursor's AI.

    Why Voice Input + Cursor Is a Perfect Match#

    Cursor's AI features are prompt-driven. You describe what you want in natural language, and Cursor generates or modifies code. This is fundamentally a conversation — and conversations are faster spoken than typed.

    Cmd+K Prompts

    Spoken requests: "Refactor this function to use async await and add error handling"

    Chat Panel

    Natural flow: "Why is this test failing? The mock should return a promise"

    Inline Edits

    Verbal descriptions: "Change this to use a switch statement instead of if-else"

    Code Generation

    Full instructions: "Create a REST API for user management with CRUD endpoints"

    Setting Up Whisperer with Cursor#

    1

    Install Whisperer

    Download from the Mac App Store (free, Pro Pack $14.99 for Code Mode).

    2

    Create a Cursor Profile

    Open Settings → Profiles in Whisperer and create a profile for Cursor with Code Mode enabled.

    3

    Set Your Shortcut

    Default is hold Fn. You can customize this in settings.

    4

    Start Speaking

    When Cursor is active, Whisperer auto-switches to Code Mode. Hold Fn, speak, release.

    Workflow: Speaking AI Prompts#

    Hold Fn and describe what you want:

    You say

    Add input validation to the submit handler. Check that email is a valid format and name is at least two characters. Show inline error messages below each field.

    OutputNatural Language
    [Text appears in Cursor's Cmd+K prompt field, ready to submit]

    Release Fn. The text appears in Cursor's prompt field, ready to submit. No typing, no copy-pasting from a notes app.

    Workflow: Dictating Code Directly#

    When you need to write code yourself (not via AI), Code Mode handles the syntax:

    You say

    "const snake case api endpoint equals quote slash api slash users quote semicolon"

    OutputTypeScript
    const api_endpoint = "/api/users";

    Switch between speaking prompts (natural language) and speaking code (Code Mode) seamlessly — Whisperer handles both.

    Tips for Cursor + Voice#

    Be Specific

    Voice lets you add more detail without the friction of typing long descriptions. More context = better AI output.

    Voice Code Review

    Describe issues you see: "This function has a race condition because..." — faster than typing detailed feedback.

    Dictate Commits

    After Cursor generates code, speak your commit message without switching context.

    Per-App Profiles

    Code Mode for Cursor, chat style for Slack. Whisperer switches automatically based on the active app.

    Voice Coding for Agentic Workflows#

    As Cursor and similar tools move toward agentic coding — where AI autonomously plans and executes multi-step tasks — the human's role becomes more about directing and reviewing. Voice input is ideal for this supervisory role:

    You say

    Create a REST API for user management with CRUD endpoints, validation, and tests

    OutputAgentic Prompt
    [Cursor Agent begins planning and executing the multi-step task]
    You say

    The authentication middleware should use JWT, not session cookies

    OutputCourse Correction
    [Cursor Agent redirects its approach based on your feedback]

    The Ergonomic Benefit#

    Tip

    Cursor already reduces the amount of code you type manually. Adding voice reduces it further. For developers dealing with RSI or carpal tunnel, this combination can be the difference between being able to code comfortably and not.

    Related: Voice Dictation for Vibe Coding, Voice Coding Guide, Code Mode, How to Dictate Code on Mac. See pricing.

    Ready to try voice dictation on your Mac?

    Free download. No account required. 100% offline.

    Download on the Mac App Store

    Related articles

    Ready to ditch typing?

    Join developers and power users who dictate faster than they type. One-time purchase. No subscription. No cloud.

    Free trial included. Pro Pack $14.99 lifetime.