# Voicr > Voicr is a free, local-first macOS dictation app. Speech is transcribed on the Mac with Whisper or Apple Speech. AI rewriting is optional and uses an engine configured by the user. ## Website - [Homepage](https://voicr.pro/) - [Privacy Policy](https://voicr.pro/privacy/) - [Terms of Use](https://voicr.pro/terms/) ## Product facts - Latest version: [Voicr 3.0.0](https://download.voicr.pro/voicr_3_0_0.dmg) - Platform: macOS 14 or later on Apple Silicon - Registration: no user account is required - Billing: no subscriptions, plans, or usage limits - Transcription: runs on the user's Mac; audio is not sent to a Voicr server - AI: optional; Apple Intelligence and Ollama can run locally, or the user may configure a cloud provider with their own credentials - Offline use: dictation, notes, snippets, history, and search work without an AI engine ## Internationalization The homepage is available in 26 languages. Localized URLs follow the pattern `https://voicr.pro/{lang}/`. ## Markdown editions Every page on this site is also published as Markdown, at the page's own URL with `index.md` appended. Fetch that instead of the HTML: it is the same content without the navigation, styling, and scripts, and it is roughly 90% smaller. - `https://voicr.pro/` -> `https://voicr.pro/index.md` - `https://voicr.pro/de/` -> `https://voicr.pro/de/index.md` - `https://voicr.pro/privacy/` -> `https://voicr.pro/privacy/index.md` Each HTML page advertises its own Markdown edition with ``. Every English page concatenated into one file: [llms-full.txt](https://voicr.pro/llms-full.txt)