Your voice stays private.
Text appears at your cursor.
100% offline speech recognition powered by local AI. No cloud. No subscriptions. No data ever leaves your Mac.
brew install --cask vaultype/vaultype/vaultype Built for Privacy. Designed for Power.
Every feature runs locally on your Mac — no cloud, no compromises.
Zero-Network Architecture
All processing happens on your Mac. No internet required. No data transmitted.
Dual AI Pipeline
whisper.cpp for speech recognition + llama.cpp for text enhancement, running locally.
6 Processing Modes
Raw, Clean, Structure, Prompt, Code, and Custom modes for any workflow.
Universal Text Injection
Text appears at your cursor in any app — editors, terminals, browsers, everything.
Voice Commands
Launch apps, manage windows, and control your Mac with voice commands.
App-Aware Context
Automatically selects the right processing mode based on your active application.
90+ Languages
Automatic language detection with support for 90+ languages worldwide.
Metal GPU Acceleration
Leverages Apple Silicon's Metal GPU for fast, efficient on-device inference.
How It Works
A four-stage pipeline that turns your voice into polished text — entirely on your Mac.
Your Voice
Speak naturally
whisper.cpp
Speech Recognition
llama.cpp
Text Enhancement
Any App
Text at Cursor
Six Modes. One Voice.
From raw transcription to structured code comments — choose how your voice becomes text.
i went to the store yesterday and buyed some stuff it was like really expensive and i dont know if we should of done that
I went to the store yesterday and bought some things. It was really expensive, and I don't know if we should have done that.
See It in Action
A clean, native interface that stays out of your way.
How VaulType Compares
The only fully offline, open-source solution with local LLM processing.
| Feature | VaulType | MacWhisper | Superwhisper | Apple Dictation |
|---|---|---|---|---|
| Offline Processing | Partial | Partial | Partial | |
| Local LLM Processing | Partial | |||
| Processing Modes | 6 | 1 | 4+ | 1 |
| Text Injection | All Apps | All Apps | All Apps | All Apps |
| Voice Commands | Limited | |||
| App-Aware Context | ||||
| Open Source | ||||
| Price | Free | $80 | $8/mo | Free |
Get VaulType
Free, open source, and ready in seconds.
Homebrew
One command. Auto-updates included.
brew install --cask vaultype/vaultype/vaultype Build from Source
Clone the repo and build with Xcode.
git clone https://github.com/vaultype/vaultypecd vaultypeopen VaulType.xcodeprojFrequently Asked Questions
Everything you need to know about VaulType.
What is VaulType?
VaulType is a privacy-first, macOS-native speech-to-text application. It uses local AI models (whisper.cpp and llama.cpp) to convert your voice into text directly on your device, with no cloud processing.
Is VaulType free?
Yes! VaulType is completely free and open source under the GPL-3.0 license. No subscriptions, no freemium tiers, no hidden costs.
Does it work offline?
Absolutely. VaulType is designed with a zero-network architecture. All speech recognition and text processing happens locally on your Mac. No internet connection is ever required.
What languages are supported?
VaulType supports 90+ languages through Whisper's multilingual models (such as small, medium, and large-v3). English-only models are optimized for speed if you only need English. Language detection is automatic — just speak and VaulType recognizes the language.
What are the system requirements?
macOS 14 (Sonoma) or later. Apple Silicon (M1/M2/M3/M4) recommended for GPU acceleration. Minimum 8 GB RAM, 16 GB recommended for optimal performance with larger models.
How does privacy work?
Your voice data never leaves your device. VaulType processes everything using on-device AI models — no cloud APIs, no data transmission, no telemetry. Audio recordings are processed in memory and discarded — only the resulting text is stored locally in your history.
What are the processing modes?
VaulType offers 6 modes: Raw (exact transcription), Clean (grammar/spelling fixes), Structure (organized bullet points), Prompt (AI prompt formatting), Code (code comments/docstrings), and Custom (your own templates).
Can I use VaulType with any app?
Yes. VaulType uses macOS accessibility APIs to inject text directly at your cursor position in any application — text editors, terminals, browsers, IDEs, email clients, and more.
How do voice commands work?
VaulType recognizes special voice command prefixes to launch applications, manage windows, and control system functions. Say things like "Launch Safari" or "Minimize window" while VaulType is listening.
How do I choose the right Whisper model?
Start with the "small" model for the best balance of speed and accuracy. Use "tiny" or "base" for faster results on shorter audio, or "large-v3" for maximum accuracy on complex audio. Larger models need more RAM.