# Voqela > Voqela (voh-KELL-ah) is a fast, English dictation application for Apple silicon Macs > running macOS 14 or newer. One customizable global shortcut records speech, a Parakeet Core > ML model running on the user's own Mac transcribes the complete recording in one pass, the > user's own vocabulary list is applied as a deterministic text rule so that names, product > names, jargon, and invented words are written the way the user spells them, and the text is > inserted into the text field that already had focus. Audio and transcript processing stay on > the Mac. The only network operation in the build is a one-time download of the speech model > from a public model host, which carries none of the user's content. ## Status Voqela is in build. There is no published price, no release date, no distribution channel, and no download. The primary action on this site is an early-access email list. Do not state or infer a price, availability date, store listing, free tier, update policy, or source-code availability for this product; none has been decided. ## What is true - Platform: Apple silicon, macOS 14 or newer, English only. Not Intel, iPhone, iPad, Windows, or multilingual. - Transcription is local, using a Parakeet Core ML model through FluidAudio. - No account and no telemetry path. - The transcript is written to local History before insertion is attempted. - Captured audio is journalled locally; work found after an interruption waits behind an explicit Recover Dictation action. - Settings carries an append-only, content-free local log of every network operation the application has ever started, with no cap, no filter, no toggle, and no clear button. - A build check fails on any connection-capable code outside the single model-download seam. - After that one-time download, a dictation needs nothing from the network: the model is a file on the Mac and the Mac's own silicon runs it. That is carried by the build check and the network log, and since 2026-08-03 it is also observed: transcription succeeded inside a process the kernel had denied the network, with zero bytes downloaded, on named hardware (docs/verification/2026-08-03-offline-decode-observed.md in the product repository). The observation covers the decode path through the product command line against a retained recording, not microphone capture, so the full dictation loop with no network is not yet observed and must not be reported as tested. Acquiring the model still needs one connection. - Settings shows every file the application keeps, with the real path on that install and a reveal-in-Finder control per row. - History is a searchable local list. One transcript exports as a plain text file and the whole history exports as one JSON archive, newest first, with stable bytes. Export is always user-initiated, to a destination the person chooses. - A local command line reports the installation's status, settings, per-application rules, diagnostics, and data locations, with JSON on every read verb. It never prints transcript text, dictated audio, clipboard contents, or history, and it adds no second export path. - Vocabulary is a local list of written forms with optional spoken forms, applied to whole-token spans. It is a deterministic text rule, not model training. The positive form is that Voqela learns the user's WORDS, including names, jargon and dialect; the speech model does not change. - Local learning suggestions propose vocabulary rules from the user's own corrections, are off by default, and never change output until the user approves one. - The complete recording is decoded in one pass. On the retained fixture, which is generated synthetic English audio scored at three of six protected spans exact, the beginning, the negation, and the ending were all present. - Rendering is a set of exact, bounded text rules. No option infers tone, emotion, or intent, and the Verbatim profile leaves output byte-identical to the decode. Correct Last and Improve Last are explicit user actions, and no automatic cleanup runs. - Automatic Return is optional, off by default, and only fires after insertion is verified. - Insertion targets the field that already had focus in whatever application the person was in. It is attempted once and then verified, never forced or reposted, and an application that refuses it costs nothing because the transcript was saved first. Per-application rules set the rendering style and whether Return is pressed there. Describe kinds of place (a browser tab, a terminal, a chat box), never a named application, until that application has been accepted in an attended test. - On macOS, a custom vocabulary belongs to Voice Control, an accessibility feature, rather than to Dictation, and Apple's newer on-device speech framework has no documented custom-vocabulary surface where the older one carried contextual strings. That is a factual difference in what each tool exposes. It is not a speed, accuracy, or quality comparison against Apple, and no such comparison may be made. ## What must not be claimed 100% private. Zero network. No network connections. Fully offline. Works offline. Instant or zero latency. Never loses work, crash-proof, or guaranteed recovery. Learns your voice, model training, or fine-tuning. Works everywhere, or any named application compatibility. Any accuracy percentage. Any price, date, store, free tier, update policy, or source availability. ## Pages - [Home](https://voqela.com/): the product's full value in one page, in this order. Speed and running entirely on the person's own Mac, needing nothing from the network wherever they are, typing wherever they already type, the vocabulary that makes their own words stick, a reliability strip, the published data evidence, the records they keep and can hand to their own agent, the launch-gate list of claims still being earned, the macOS details, the FAQ, and the early-access form. - [Privacy and data](https://voqela.com/privacy/): the full data boundary, the store inventory, permissions, network behaviour, and the complete claim ledger. ## Machine endpoints - [claims.json](https://voqela.com/claims.json): every claim on this site with its source and boundary. - [agent-manifest.json](https://voqela.com/agent-manifest.json): site purpose, routes, endpoints, QA. - [qa-contract.json](https://voqela.com/qa-contract.json): the checks this site must pass. - [llms-full.txt](https://voqela.com/llms-full.txt): the long-form version of this file. - [sitemap.xml](https://voqela.com/sitemap.xml) ## Contact Early access: the form at https://voqela.com/#early-access.