A native macOS app for local speech-to-text — signed, notarized, and updated automatically. Your audio never leaves the machine by default.
Transcribe files, dictate into any app, and run live captions — all locally.
Download for macOSA native Windows build is in the works. No date yet — we ship it when it's genuinely ready.
Coming soonA native Linux build is planned. In the meantime the open-source CLI already runs on Linux.
Coming soonLaunch OpenASR Desktop and follow the short onboarding — it downloads a model and checks your mic.
Drop in an audio file for a subtitle-grade transcript, or dictate straight into any app.
Turn on live captions to see speech transcribed in real time, entirely on-device.
Download a tar.gz from GitHub Releases
(macOS arm64 and Linux x86_64 today), verify against the release's SHA256SUMS, extract, and put
openasr on your PATH.
Needs cmake, a C/C++ toolchain, Rust 1.95.0 (pinned by rust-toolchain.toml),
and on Linux libasound2-dev — the ggml backend is a git submodule compiled from source.