Moonshine
Edge-optimized speech recognition models that beat Whisper on speed and accuracy for on-device use.
About
Moonshine targets speech recognition on hardware where Whisper is impractical, from laptops down to Raspberry Pi boards, microcontrollers, and wearables. The models scale from 26M parameters up to a 245M medium streaming variant that reaches 6.65 percent word error rate, better than the 7.44 percent of Whisper large-v3, while transcribing a clip in 107 ms on a MacBook Pro versus more than 11 seconds for Whisper. Streaming variants cache encoder and decoder state to avoid redundant computation, and the repository has grown into the Moonshine Voice toolkit, adding on-device text-to-speech in 16 languages, voice activity detection, speaker identification, and intent recognition, with speech recognition covering English, Spanish, Mandarin, Japanese, Korean, Vietnamese, Ukrainian, and Arabic. Inference runs through ONNX Runtime; installation is pip install moonshine-voice, with Swift Package Manager, Maven Central, and C++ libraries covering iOS, Android, and Windows. Everything executes locally with no API keys, and the MIT license covers code and models, from Moonshine AI, formerly Useful Sensors.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- MIT
- Added
- Jul 29, 2026
Related Tools
Convolution-augmented transformer for speech recognition in ESPnet toolkit.
End-to-end speech processing toolkit covering ASR, TTS, and speech translation.
CLI tool that transcribes audio 10x faster using pipeline optimizations.
Established speech recognition toolkit used in research and production systems.
Self-supervised speech representation model by Meta for ASR.
Multilingual ASR model by NVIDIA supporting 4 languages with translation.
Mentioned in
Building Real-Time Voice Agents: TEN, Pipecat, and LiveKit
A working guide to real-time voice agent stacks: latency budgets, turn detection, interruption handling,...
Max P
Beyond Whisper: Parakeet, SenseVoice and ASR in 2026
Whisper is no longer the default: how Parakeet, SenseVoice, Kimi-Audio, Ultravox and Moshi compare on...
Max P