Hi! TypeNo is great — privacy-first voice input for macOS.
For a local voice input tool, SenseVoice offers significant advantages:
Why SenseVoice?
- 5x faster than Whisper — non-autoregressive architecture
- 234M params — runs fast on MacBook without GPU
- Apple Silicon optimized via ONNX/CoreML (through Sherpa-ONNX)
- 50+ languages — auto-detects language
- No cloud, no API — 100% local
macOS integration paths
- Sherpa-ONNX with Swift — native macOS/iOS bindings, already supports SenseVoice
- Python:
pip install funasr → AutoModel(model="iic/SenseVoiceSmall")
Links
Hi! TypeNo is great — privacy-first voice input for macOS.
For a local voice input tool, SenseVoice offers significant advantages:
Why SenseVoice?
macOS integration paths
pip install funasr→AutoModel(model="iic/SenseVoiceSmall")Links