mrtozner/vox
Local voice AI framework for Rust. Whisper + LLM + TTS with no cloud dependencies.
This project provides a complete solution for interacting with voice AI directly on your computer, without needing internet access or cloud services. You can convert spoken words into text, generate natural-sounding speech from text, and even have real-time voice conversations with an AI. It's designed for developers who want to embed advanced voice capabilities into their applications while maintaining full data privacy and control.
Use this if you are a developer building applications that require private, offline, and real-time speech-to-text, text-to-speech, or voice chat functionalities.
Not ideal if you are a non-technical end-user looking for a ready-to-use voice assistant product rather than a developer framework.
Stars
19
Forks
4
Language
Rust
License
Apache-2.0
Category
Last pushed
Feb 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/mrtozner/vox"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
TrevorS/voxtral-mini-realtime-rs
Streaming speech recognition running natively and in the browser. A pure Rust implementation of...
darkautism/sensevoice-rs
A Rust-based, SenseVoiceSmall
0xPD33/sonori
Sonori is a fully local STT app for Linux (Wayland).
izwi-ai/izwi
On-device AI engine for transcription, TTS, and voice workflows.
CodersCreative/faster-whisper-rs
a rust crate for easily implementing faster-whisper stt into your rust programs.