Talk. We'll Type.
Press Fn and speak naturally. Typeflux delivers lightning-fast, accurate voice-to-text directly into any macOS application. Free, open-source, and supports local models — your voice never has to leave your Mac.
⬇ Download latest release (.dmg)
- Download
Typeflux.dmgfrom the latest release - Open the DMG and drag
Typeflux.appto Applications - Launch and grant Microphone + Accessibility permissions
macOS 13+ · Free · No subscription · Fully local inference supported
Most voice input tools force you to switch apps — dictating in one place, then copying and pasting into another. That context switch breaks flow.
Typeflux injects text directly into whichever app you're already using, at the cursor position, the moment you release the hotkey. It feels like typing, just 4× faster (~200 WPM vs. ~50 WPM).
And when you need more than dictation, Voice Agent turns your voice into an AI assistant for Q&A, rewriting, translation, and complex workflows.
Hold Fn → Speak → Release → Text appears instantly
- Press and hold
Fn(default hotkey) - Speak naturally
- Release — Typeflux transcribes and injects the text at your cursor
- The result is also copied to clipboard as a fallback
Hold Fn to start, release to stop. No switching input methods, no clicking buttons — works in any text field across browsers, code editors, terminals, and native apps.
More than just dictation. Press Fn + Space to chat with an AI agent using your voice:
- Voice Q&A — Ask questions and get instant answers
- Content Rewrite — Select text, then speak an instruction like "make this shorter" or "translate to English"
- Complex Workflows — Handle multi-step tasks through natural conversation
Run entirely on your Mac with on-device models. No API keys needed, no data leaves your machine. We don't collect, store, or analyze any of your voice or text data.
Create named instruction sets for different scenarios — work emails, study notes, casual chat, code comments — and switch between them from the menu bar.
| Provider | Type | Best For |
|---|---|---|
| Typeflux Cloud | Cloud | Zero-config, balanced accuracy |
| Local Model | Local | Privacy, offline use |
| Alibaba Cloud ASR | Cloud streaming | Low latency, Chinese |
| Doubao Realtime ASR | Cloud streaming | Chinese optimization |
| Google Speech-to-Text | Cloud | Multi-language, enterprise |
| OpenAI (Whisper API) | Cloud | High accuracy |
| Multimodal LLM | Cloud | Vision + audio tasks |
| Groq | Cloud | Fast inference, low cost |
| Free Models | Cloud | No API key, open-source endpoints |
When you choose Local Model, Typeflux downloads and runs the model entirely on your Mac:
| Model | Size | Params | Best For |
|---|---|---|---|
| SenseVoice Small | ~350 MB | 234M | Fast multilingual, strong Chinese/Japanese/Korean |
| WhisperKit Medium | ~1.5 GB | 769M | Balanced English and multilingual dictation |
| WhisperKit Large | ~3 GB | 1.55B | Highest accuracy offline transcription |
| Qwen3-ASR | ~1.3 GB | 0.6B | Strong context understanding, long-form recognition |
See partial transcription results while still speaking, so you get immediate feedback before you release.
Every session is saved locally. Review past sessions, replay audio, retry transcription with different settings, or export records to Markdown.
- macOS 13 or later
- Microphone permission
- Accessibility permission (for text injection)
For cloud providers: API keys and endpoint URLs.
For local inference: model files are downloaded automatically on first use.
git clone https://github.com/mylxsw/typeflux
cd typeflux
make run # build + launch as .app bundle
make dev # launch with terminal logs attached
make full-dev # launch dev app with bundled SenseVoice resources
make full-release # build the full notarized production installer locally
swift test # run testsSee CLAUDE.md for the full development guide.
Typeflux is a completely open-source project. We believe great tools should belong to everyone.
Contributions welcome — STT provider integrations, overlay UX, settings views, text injection edge cases, or history/export features are great starting points.
- Read the module layout in CLAUDE.md
- Run the app locally with
make dev - Add or update tests for any logic changes
- Open a PR with a description of user-visible impact
AGPL-3.0. See LICENSE.
