2 min read

Speech that never leaves your Mac

Why Ora runs the whole transcription pipeline on Apple Silicon — faster, private by construction, and fully offline.

Overview

Most dictation tools stream your microphone to a server, transcribe it there, and send text back. It works, but it means your voice — often the rawest, least-edited thing you produce — travels over the network to a machine you don't control. Ora takes the other path: the model runs on your Mac.

Why on-device wins here

Apple Silicon changed the math. With the Neural Engine and unified memory, a compact speech model runs fast enough that a round trip to the cloud would only add latency. Keeping it local buys three things at once:

  • Speed — no upload, no queue, no download. Median voice-to-text lands around 100ms.
  • Privacy by construction — there's no server to trust, because there's no server.
  • Availability — it works with the Wi-Fi off, every time.

Private isn't a mode you switch on

Plenty of apps offer a "private" setting. Ora doesn't need one, because there's no other setting to fall back to. Audio is captured, transcribed, and inserted at your cursor without ever leaving the device — and Ora keeps no account and no telemetry, so there's nothing to opt out of.

Trust is easiest to give when it isn't required. Ora asks for none, because it keeps none.

This is the same principle that runs through everything we build — see local-first by design for how it shapes Zyler too. Try it from the Ora page.

Keep reading

View All