Show HN: Speech-to-text CLI in Rust with Nvidia Parakeet-local, fast, extensible(elvin.engineering)
elvin.engineering
Show HN: Speech-to-text CLI in Rust with Nvidia Parakeet-local, fast, extensible
https://elvin.engineering/blog/2025/09-10-para-speak-cli/
Existing tooling wasn't sufficient, and at the same time NVIDIA's Parakeet model was showing excellent results online, so I wanted specifically to try that.
Para-speak is a Rust CLI that uses NVIDIA's Parakeet TDT model running locally via MLX on Apple Silicon.
Demo & details: https://elvin.engineering/blog/2025/09-10-para-speak-cli/
GitHub: https://github.com/elv1n/para-speak
Key features:
Current limitations:
I've been using it daily for AI-assisted coding. The accuracy is surprisingly good for a small model.
Still very early stage. Would be nice to have daemon mode, proper installation (Homebrew, etc.), and add some UI feedback.
Would love your thoughts!