# Voicecape > Voicecape is voice typing for macOS. It inserts what you say at your cursor in any app, cleaned of fillers and never rewritten. Speech recognition runs in the cloud for speed and accuracy, and falls back to an on-device model when there is no network. ## Facts - Platform: macOS 13 Ventura or later, Apple silicon or Intel. There is no iOS, Android or Windows build today. - Speech recognition: cloud dictation streams audio to Voicecape's own relay, which forwards it to Soniox for real-time transcription. End of speech to final text is 491ms at p95, measured through the relay. - Cloud dictation is a setting in the app. With it off, speech recognition runs entirely on the Mac using a bundled model and no audio leaves the device. - The on-device model is also the offline fallback: when the network is unavailable, dictation keeps working locally. - Cleanup is a separate tier. Cloud polish sends the transcript text, not audio, to Google's Gemini through the same relay, and can be turned off, in which case cleanup is rule-based and local. - No transcript or audio is stored on any Voicecape server. Soniox processes audio transiently under a signed data processing agreement and does not store audio or text. - While signed out, and besides dictation, the app makes three network calls: licence activation, when the user enters a key and presses Activate; a background licence revalidation on an already-activated Mac, sent when the app is opened and at most once every seven days, carrying the same licence key, device identifier and activation identifier; and a daily update check that sends a version number. It contains no analytics SDK, no crash reporter and no telemetry. - Accounts ship since 1.3.0 and are optional: dictation, the licence and the trial all work without one. Signing in adds a fourth automatic call — when the app is opened and the session is close to expiring it renews that session with Supabase, sending the refresh token and nothing else. Creating an account or signing in is what starts it; signed out, nothing goes there. - Cleaned, never rewritten: fillers ("um", "uh"), accidental repetition and trailing filler phrases are removed; the user's wording, order and meaning are preserved exactly. Voicecape does not summarize, rephrase, translate or rewrite. Self-correction handling is deliberately not shipped in the text tier — it needs prosody to be safe. - Two modes: Exact Clean (fillers and accidental repeats removed) and Verbatim (kept as spoken). - Inserts text at the cursor in any macOS app: Gmail, Slack, Notion, Google Docs, Microsoft Word, ChatGPT, browsers, code editors. In browsers and Electron apps the insertion goes through the clipboard, and the previous clipboard contents are restored immediately afterwards. - Price: US$9.9 per month, or US$79 per year, after a 14-day free trial. The trial is the full app; there is no separate trial build and nothing is held back. When the trial ends the app stops inserting text and the user's dictionary and settings stay in place. - One licence activates up to 3 Macs. - Refunds: 14 days from purchase, no questions asked. Using the app during those 14 days does not disqualify a refund. - Languages: five — English, Korean, Spanish, Japanese and Chinese, including mixed-language speech within a sentence. Automatic detection picks the language from what is said. Personal dictionaries are stored locally, per language. - Category: voice typing — dictation software for real-time cursor insertion. It is not a recording-transcription or meeting-notes tool. ## API The console exposes a read/write REST API for summaries, action items and decisions, plus an MCP server for AI clients. Authentication is an organization API key; scopes are per-key. Available on all plans. - `GET /v1/me` — Describe the calling API key - `GET /v1/summaries` — List summaries - `GET /v1/summaries/{id}` — Get one summary - `GET /v1/summaries/{id}/transcript` — Get the transcript behind a summary - `GET /v1/action-items` — List action items - `PATCH /v1/action-items/{id}` — Mark an action item done or not done - `GET /v1/decisions` — List decisions - `PATCH /v1/decisions/{id}` — Update a decision's status - `POST /v1/ask` — Ask a question over your meetings - Reference: https://voicecape.com/docs/api - MCP server: https://voicecape.com/docs/mcp - OpenAPI: https://voicecape.com/docs/openapi.json ## Pages - [/](https://voicecape.com/): product overview, the two cleanup modes, pricing and FAQ - [/blog/](https://voicecape.com/blog/): articles on speech recognition, dictation accuracy and privacy - [/compare/macos-dictation/](https://voicecape.com/compare/macos-dictation/): how Voicecape differs from macOS Dictation, with figures read on 2026-09-02 - [/compare/typeless/](https://voicecape.com/compare/typeless/): how Voicecape differs from Typeless, with figures read on 2026-09-02 - [/compare/wispr-flow/](https://voicecape.com/compare/wispr-flow/): how Voicecape differs from Wispr Flow, with figures read on 2026-09-02 - [/contact/](https://voicecape.com/contact/): how to reach the team, and what to include so the first reply is useful - [/docs/api/](https://voicecape.com/docs/api/): REST API v1 reference: read summaries, transcripts, action items and decisions, update statuses, and ask questions across an organization. Organization API keys with per-key scopes; available on all plans - [/docs/mcp/](https://voicecape.com/docs/mcp/): MCP server reference — connect an organization's summaries to Claude, Cursor and other MCP clients, with the same scopes and rate limits as the REST API - [/download/](https://voicecape.com/download/): the macOS build, its requirements and what the trial includes - [/es/](https://voicecape.com/es/): página en español - [/es/contact/](https://voicecape.com/es/contact/): cómo escribirnos y qué contar (español) - [/es/download/](https://voicecape.com/es/download/): descargar la app de macOS (español) - [/es/help/](https://voicecape.com/es/help/): los diez problemas reales — permisos, la tecla fn, atajos muertos, claves de licencia - [/es/legal/consent/](https://voicecape.com/es/legal/consent/): la pantalla de consentimiento previa a la primera grabación: qué dice, qué registramos al aceptarla y por qué la ley sobre grabaciones no puede responderla el producto - [/es/legal/privacy/](https://voicecape.com/es/legal/privacy/): política de privacidad - [/es/legal/refunds/](https://voicecape.com/es/legal/refunds/): política de reembolsos - [/es/legal/terms/](https://voicecape.com/es/legal/terms/): términos de uso - [/es/pricing/](https://voicecape.com/es/pricing/): precio, prueba, activación y reembolsos (español) - [/es/security/](https://voicecape.com/es/security/): qué ocurre con una grabación subida: sin entrenamiento de modelos, almacenamiento acotado a tu organización, cinco roles, papelera de 30 días y enmascarado de identificadores personales - [/es/trust/](https://voicecape.com/es/trust/): todos los hosts que puede alcanzar y qué va a cada uno, generado desde el registro del código - [/guides/dictating-prompts-to-chatgpt-and-claude/](https://voicecape.com/guides/dictating-prompts-to-chatgpt-and-claude/): why spoken prompts come out longer and more specific, and how to dictate them into a browser chat box - [/guides/voice-input-for-claude-code/](https://voicecape.com/guides/voice-input-for-claude-code/): how Claude Code's built-in /voice relates to a system-wide dictation layer, and dictating prompts in the terminal, Cursor and the browser - [/guides/voice-writing-issues-for-ai-agents/](https://voicecape.com/guides/voice-writing-issues-for-ai-agents/): dictating issues, task descriptions and review comments an agent can act on - [/help/](https://voicecape.com/help/): the ten failure modes people actually hit — permissions, the fn key, dead shortcuts, licence keys, where dictated text goes - [/ja/](https://voicecape.com/ja/): 日本語ページ - [/ja/contact/](https://voicecape.com/ja/contact/): お問い合わせ方法と書き添えていただきたいこと(日本語) - [/ja/download/](https://voicecape.com/ja/download/): macOS 版のダウンロード(日本語) - [/ja/guides/voice-input-for-claude-code/](https://voicecape.com/ja/guides/voice-input-for-claude-code/): Claude Code の音声入力ガイド(日本語) - [/ja/help/](https://voicecape.com/ja/help/): 実際にぶつかる 10 件 — 権限・fn キー・効かないショートカット・ライセンスキー - [/ja/legal/consent/](https://voicecape.com/ja/legal/consent/): 最初の録音の前に出る同意画面 — 文面・記録される内容・当社が代わりに判断できない理由(日本語) - [/ja/legal/privacy/](https://voicecape.com/ja/legal/privacy/): プライバシーポリシー - [/ja/legal/refunds/](https://voicecape.com/ja/legal/refunds/): 返金ポリシー - [/ja/legal/terms/](https://voicecape.com/ja/legal/terms/): 利用規約 - [/ja/pricing/](https://voicecape.com/ja/pricing/): 価格・体験・認証・返金(日本語) - [/ja/security/](https://voicecape.com/ja/security/): アップロードされた録音の扱い — モデル学習に使わない・組織単位の保存・5つの役割・30日のゴミ箱・個人識別情報のマスキング(日本語) - [/ja/trust/](https://voicecape.com/ja/trust/): 到達しうるすべてのホストと、それぞれに何が送られるか。ソースの台帳から生成 - [/ko/](https://voicecape.com/ko/): 한국어 페이지 - [/ko/compare/macos-dictation/](https://voicecape.com/ko/compare/macos-dictation/): macOS Dictation와 무엇이 다른가 — 수치는 2026-09-02 기준 - [/ko/compare/typeless/](https://voicecape.com/ko/compare/typeless/): Typeless와 무엇이 다른가 — 수치는 2026-09-02 기준 - [/ko/compare/wispr-flow/](https://voicecape.com/ko/compare/wispr-flow/): Wispr Flow와 무엇이 다른가 — 수치는 2026-09-02 기준 - [/ko/contact/](https://voicecape.com/ko/contact/): 문의 방법과 적어 주시면 좋은 것 (한국어) - [/ko/download/](https://voicecape.com/ko/download/): macOS 빌드 내려받기 (한국어) - [/ko/guides/voice-input-for-claude-code/](https://voicecape.com/ko/guides/voice-input-for-claude-code/): 클로드 코드 음성 입력 가이드 (한국어) - [/ko/help/](https://voicecape.com/ko/help/): 실제로 부딪히는 열 가지 — 권한·fn 키·안 먹는 단축키·라이선스 키·받아쓴 글이 가는 곳 - [/ko/legal/consent/](https://voicecape.com/ko/legal/consent/): 첫 녹음 전 동의 화면 — 문안·기록되는 것·저희가 대신 판단할 수 없는 이유 (한국어) - [/ko/legal/privacy/](https://voicecape.com/ko/legal/privacy/): 개인정보처리방침 - [/ko/legal/refunds/](https://voicecape.com/ko/legal/refunds/): 환불정책 - [/ko/legal/terms/](https://voicecape.com/ko/legal/terms/): 이용약관 - [/ko/pricing/](https://voicecape.com/ko/pricing/): 가격 · 체험 · 활성화 · 환불 (한국어) - [/ko/product/](https://voicecape.com/ko/product/): Voicecape의 기능 전부, 카드 하나씩 - [/ko/product/accounts/](https://voicecape.com/ko/product/accounts/): 구독 하나로 맥 3대 - [/ko/product/backup/](https://voicecape.com/ko/product/backup/): 사전과 설정을 옮기기 - [/ko/product/clean-modes/](https://voicecape.com/ko/product/clean-modes/): 군더더기만 덜어 내기 - [/ko/product/cloud-dictation/](https://voicecape.com/ko/product/cloud-dictation/): 말하는 동안 실시간 전사 - [/ko/product/dictionary/](https://voicecape.com/ko/product/dictionary/): 이름과 전문 용어의 표기 - [/ko/product/offline/](https://voicecape.com/ko/product/offline/): 네트워크 없이도 계속 - [/ko/product/quick-note/](https://voicecape.com/ko/product/quick-note/): 창을 열지 않고 붙잡기 - [/ko/product/tone-per-app/](https://voicecape.com/ko/product/tone-per-app/): 코드·터미널·대화·글 - [/ko/security/](https://voicecape.com/ko/security/): 업로드된 녹음을 어떻게 다루는가 — 모델 학습 금지·조직 단위 저장·역할 5종·30일 휴지통·개인식별정보 마스킹 (한국어) - [/ko/trust/](https://voicecape.com/ko/trust/): 코드가 닿는 호스트 전부와 각각에 실리는 것 (한국어) - [/ko/use-cases/](https://voicecape.com/ko/use-cases/): 어디에 쓰는가 — 앱마다 한 장 - [/ko/use-cases/ai-chat/](https://voicecape.com/ko/use-cases/ai-chat/): 긴 프롬프트를 타자 대신 말로 - [/ko/use-cases/claude-code/](https://voicecape.com/ko/use-cases/claude-code/): 터미널 에이전트에 프롬프트를 말로 - [/ko/use-cases/code-editor/](https://voicecape.com/ko/use-cases/code-editor/): 주석과 커밋 메시지를 말로 - [/ko/use-cases/docs/](https://voicecape.com/ko/use-cases/docs/): 말하는 속도로 초안 쓰기 - [/ko/use-cases/email/](https://voicecape.com/ko/use-cases/email/): 군더더기 없는 온전한 문장으로 회신 - [/ko/use-cases/messaging/](https://voicecape.com/ko/use-cases/messaging/): 그 방의 말투로 팀 메시지 보내기 - [/ko/whats-new/](https://voicecape.com/ko/whats-new/): 게시된 macOS 릴리스와 각 버전의 변경 내용 (한국어) - [/legal/consent/](https://voicecape.com/legal/consent/): the consent screen shown before a first recording, what it says, what we log when you accept it, and why recording law is a question the product cannot answer for you - [/legal/privacy/](https://voicecape.com/legal/privacy/): what is sent, to whom, and what stays on the device - [/legal/refunds/](https://voicecape.com/legal/refunds/): 14-day refund, no questions asked - [/legal/terms/](https://voicecape.com/legal/terms/): licence scope, seller of record, liability - [/pricing/](https://voicecape.com/pricing/): what the subscription covers, the trial, activation, refunds and what is deliberately not sold - [/product/](https://voicecape.com/product/): every feature in Voicecape, one card each - [/product/accounts/](https://voicecape.com/product/accounts/): One subscription, three Macs - [/product/backup/](https://voicecape.com/product/backup/): Dictionary and settings, portable - [/product/clean-modes/](https://voicecape.com/product/clean-modes/): Filler removed, wording kept - [/product/cloud-dictation/](https://voicecape.com/product/cloud-dictation/): Real-time speech to text - [/product/dictionary/](https://voicecape.com/product/dictionary/): Names and jargon, spelled right - [/product/offline/](https://voicecape.com/product/offline/): Keeps typing without network - [/product/quick-note/](https://voicecape.com/product/quick-note/): Capture without a window - [/product/tone-per-app/](https://voicecape.com/product/tone-per-app/): Code, terminal, chat or prose - [/security/](https://voicecape.com/security/): what happens to an uploaded recording: no model training, storage scoped to your organization, five roles with folder-level access, a 30-day Trash, and optional masking of card, account, phone and identity numbers in new transcripts - [/trust/](https://voicecape.com/trust/): every host the code can reach, what is sent to each, and which are reachable from a published build — generated from the host ledger in the source - [/use-cases/](https://voicecape.com/use-cases/): where people use it — one page per app - [/use-cases/ai-chat/](https://voicecape.com/use-cases/ai-chat/): Speak long prompts instead of typing them - [/use-cases/claude-code/](https://voicecape.com/use-cases/claude-code/): Dictate prompts and commands to the terminal agent - [/use-cases/code-editor/](https://voicecape.com/use-cases/code-editor/): Talk through comments and commit messages - [/use-cases/docs/](https://voicecape.com/use-cases/docs/): Draft documents at speaking pace - [/use-cases/email/](https://voicecape.com/use-cases/email/): Reply in full sentences without the filler - [/use-cases/messaging/](https://voicecape.com/use-cases/messaging/): Send team messages in the tone of the room - [/whats-new/](https://voicecape.com/whats-new/): every published macOS release and what changed in it, newest first - [/zh/](https://voicecape.com/zh/): 简体中文页面 - [/zh/contact/](https://voicecape.com/zh/contact/): 如何联系我们,以及最好写上什么(简体中文) - [/zh/download/](https://voicecape.com/zh/download/): 下载 macOS 版(简体中文) - [/zh/help/](https://voicecape.com/zh/help/): 真正会遇到的十件事 — 权限、fn 键、失效的快捷键、许可证密钥 - [/zh/legal/consent/](https://voicecape.com/zh/legal/consent/): 第一次录音前的同意界面 — 文本、我们记录什么,以及为什么这个问题产品无法替你回答(中文) - [/zh/legal/privacy/](https://voicecape.com/zh/legal/privacy/): 隐私政策 - [/zh/legal/refunds/](https://voicecape.com/zh/legal/refunds/): 退款政策 - [/zh/legal/terms/](https://voicecape.com/zh/legal/terms/): 使用条款 - [/zh/pricing/](https://voicecape.com/zh/pricing/): 价格、试用、激活与退款(简体中文) - [/zh/security/](https://voicecape.com/zh/security/): 上传录音的处理方式 — 不用于模型训练、按组织隔离的存储、五种角色、30 天回收站、个人标识信息遮蔽(中文) - [/zh/trust/](https://voicecape.com/zh/trust/): 可能到达的每一个主机以及发往各处的内容,由源代码台账生成 ## Articles - [Choosing a Whisper model size](https://voicecape.com/blog/choosing-a-whisper-model-size/) — 2026-05-05 - [Dictation for developers](https://voicecape.com/blog/dictation-for-developers/) — 2026-07-28 - [Does dictation software send your voice to the cloud?](https://voicecape.com/blog/does-dictation-software-send-your-voice-to-the-cloud/) — 2026-02-10 - [Korean voice typing on a Mac](https://voicecape.com/blog/korean-voice-typing-on-a-mac/) — 2026-06-09 - [macOS permissions for dictation](https://voicecape.com/blog/macos-permissions-for-dictation/) — 2026-07-07 - [On-device versus cloud speech recognition](https://voicecape.com/blog/on-device-versus-cloud-speech-recognition/) — 2026-01-13 - [One model, five languages](https://voicecape.com/blog/one-model-five-languages/) — 2026-05-26 - [Typing with your voice in any app](https://voicecape.com/blog/typing-with-your-voice-in-any-app/) — 2026-06-23 - [Verbatim versus cleaned dictation](https://voicecape.com/blog/verbatim-versus-cleaned-dictation/) — 2026-03-24 - [What "cleaned, never rewritten" removes](https://voicecape.com/blog/what-cleaned-never-rewritten-actually-removes/) — 2026-03-03 - [What Voicecape sends over the network](https://voicecape.com/blog/what-voicecape-sends-over-the-network/) — 2026-08-04 - [Why dictation software rewrites what you said](https://voicecape.com/blog/why-dictation-software-rewrites-what-you-said/) — 2025-12-09 - [Why Mac dictation gets names wrong](https://voicecape.com/blog/why-mac-dictation-gets-names-wrong/) — 2026-04-14 ## Contact - Support and sales: contact@voicecape.com (English and Korean). Support is handled directly by the team that builds Voicecape. - Publisher: Foo AI Corp. (Daejeon, Republic of Korea). US-dollar payments are processed by Polar Software, Inc. as merchant of record; Korean-won subscriptions are sold by Foo AI Corp. directly, with payment processed by PortOne Corp. (주식회사 코리아포트원), from 2026-09-02. ## Status - The macOS build is published: version 1.3.3, 576 MB, at https://dl.voicecape.com/Voicecape-1.3.3-19.dmg — signed and notarized by Foo AI Corp., Apple Team SCDVCM2X8J. ## Naming - Product name: "Voicecape" (one word, capital V). Korean transliteration 보이스케이프 may appear once alongside the English name.