antirez/voxtral.c
Pure C inference of Mistral Voxtral Realtime 4B speech to text model observed · 2026-08-28
Health v2 · maintenance only
45/100
- Activity 67
- Release rhythm 35
- Longevity 14
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 209
- days_rel: n/a
- days_push: 199
- n_releases_24m: 0
Adoption not part of the score
1738 stars · 121 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pure C, zero-dependency inference implementation of Mistral's Voxtral Realtime 4B speech-to-text model, with a streaming C API and CLI for transcribing files, stdin pipes, or live microphone input. It also ships a self-contained Python reference implementation for understanding the model pipeline.
Use cases
- transcribe audio files to text locally
- real-time speech-to-text from microphone
- stream transcription of any audio format via ffmpeg
- embed speech recognition in C applications
- understand how the Voxtral model inference pipeline works
- run speech-to-text without Python or CUDA at inference time
When to choose
- you need dependency-free, self-contained speech-to-text inference in C
- you want streaming, low-latency transcription on Apple Silicon via MPS
- you want a readable reference implementation of the Voxtral model
When to avoid
- you need production-grade, battle-tested transcription accuracy
- you need GPU inference on CUDA or Linux-native fast backends
- you need to stress-test very long transcriptions with the KV cache
Facets
library · maturity experimental
speech-recognition llm-inference audio-processing machine-learning speech-processing machine-learning developer-tools cli cpp speech-to-text transcription voxtral pure-c streaming-inference mistral self-contained no-dependencies natural-language-processing macos linux
1 source
- readme: https://github.com/antirez/voxtral.c · fetched 2026-08-28 · 22674e32d25a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| antirez/voxtral.c | main | 45 |
For agents
markdown · JSON · MCP: product_card(name="antirez/voxtral.c")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem