Does any of this reach the internet?
No. Transcription and clean-up both run as local processes on your
Mac. Murmur makes exactly one kind of outbound request in its whole
life: downloading the models from Hugging Face during setup. After
that it talks to nothing but itself. There is no telemetry, no crash
reporting and no account.
Who makes Murmur?
A very small team that got tired of watching good sentences die
somewhere between brain and keyboard. We use Murmur all day
ourselves, so every awkward bit left in this version is one we hit
first. If something feels off, or delightfully right, write to
hello@amannigam.in. A person
reads it, usually the same day.
Why does it need three permissions?
Each one buys a specific thing. Microphone to record. Input Monitoring
to notice that you are holding the Fn key, which no app can see
without it. Accessibility to put the text into the app you are actually
using, and to swallow the keypress so Fn stops opening the emoji
picker. Deny any of them and Murmur tells you exactly what stopped
working rather than failing quietly.
Why isn’t it on the Mac App Store?
The App Store requires the App Sandbox, and a sandboxed app is not
allowed to watch a global key or type into another application. That is
the entire product, so this is a technical wall rather than a choice.
The DMG is signed and notarized by Apple instead, which is the same
check the App Store runs.
Does it cost anything?
$19, once. ₹499 in India, and matched to where you live
elsewhere. The first fourteen days are free: the whole app, nothing
held back, no card and no account to start. When the trial ends,
Murmur asks once, plainly, and a single payment makes it yours for
good. There is no subscription because there is nothing to subscribe
to: the models run on your Mac, not on a server someone has to pay
for. The payment is for the work of building it.
What happens when the fourteen days are up?
Murmur tells you: one clear screen with the price on it. No
countdown nagging you through the second week, no features quietly
switching off early. Your vocabulary, shortcuts and settings all stay
put, so paying picks up exactly where the trial left off. And if
Murmur did not earn a place in your day, it simply stops, and we
part as friends.
The fortnight starts at your first dictation, not at install.
Downloading three gigabytes and granting three permissions should not
cost you a day of the trial you came for.
Is Windows or iPhone coming?
Both are on the way. Murmur starts on Apple Silicon because that is
where a local model can transcribe faster than you can finish the
sentence, but the same idea belongs everywhere you type. Windows is
planned, and an iPhone keyboard is already being designed around what
iOS actually allows. Intel Macs are the one thing not on the
list. The models lean on Metal and the Neural Engine, and without
them dictation stops feeling instant.
What are the models, and are they free to use?
Whisper large-v3-turbo for speech, under the MIT licence, and
Qwen3-4B-Instruct for clean-up, under Apache-2.0. Both are permissive,
which matters because Murmur downloads them on your behalf and the
licence travels with them. A well-scoring alternative was deliberately
left out for shipping under a research-only licence.