Desktop speech-to-text app using Voxtral (Mistral's speech-to-text API).
- Click to record, click to stop
- Real-time audio visualizer
- Recording timer
- Copy transcription to clipboard
- Compact UI
Requires a Mistral API key.
export MISTRAL_API_KEY=your_key_heregit clone https://github.com/max-lt/rec-tauri
cd rec-tauri
cargo tauri buildThe app will be in target/release/bundle/.
cargo tauri devMIT