DEV Community

Cover image for QORA-TTS - Native Rust Text-to-Speech Engine
Ravikash Gupta
Ravikash Gupta

Posted on

QORA-TTS - Native Rust Text-to-Speech Engine

Pure Rust text-to-speech synthesis engine. No Python runtime, no CUDA, no external dependencies. Single executable + quantized weights = portable TTS on any machine.

Downlod 🤗: https://huggingface.co/qoranet/QORA-TTS

All engines are pure Rust, CPU-only, single-binary executables with no Python dependencies.

Supported Languages
English, Chinese, German, Italian, Portuguese, Spanish, Japanese, Korean, French, Russian, Beijing Dialect, Sichuan Dialect

Quantization
Q4: 4-bit symmetric, group_size=32 (default, 1.5 GB)
F16: Half-precision floats (optional, ~3 GB)
6.4x compression ratio from f32 to Q4

Top comments (0)