Speech to text without invented words
Transcribe
Turn speech into timed text locally, using an acoustic system built to emit only words supported by the audio.
For interviews, meetings, accessibility, and media work where a fluent invention is worse than an honest gap.
The Rust engine and CLI work with prepared models. There is no public installer or browser service, and model tests remain hand-run.
Why use it
A smaller path from intent to outcome.
- 01
Keep audio local
CPU inference does not require sending a recording to a hosted model.
- 02
Retain the timing
Word and token timestamps keep the transcript connected to the recording.
- 03
Prefer a gap to a guess
The non-generative pipeline is designed around acoustic evidence.
Development record
What is real now—and what still has to be earned.
The badge names this product’s place in the portfolio, not public availability. This record separates working parts from missing product proof.
In the code today
- Pure-Rust VAD, mel frontend, FastConformer, CTC, and TDT inference
- Three model tiers with recorded word-error measurements
- Timed word and token JSON output on CPU, with a CUDA path
Place in Argand