Does any of this reach the internet?
No. Transcription and clean-up both run as local processes on your
Mac. Airtype 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 Airtype?
A very small team that got tired of watching good sentences die
somewhere between brain and keyboard. We use Airtype 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 Airtype 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,
Airtype 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?
Airtype 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
Airtype did not earn a place in your day, it simply stops, and we
part as friends.
Is Windows or iPhone coming?
Both are on the way. Airtype 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 Airtype 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.