Web yesterdayAdd to bookmarks

A Show HN that delivers: TTS and STT locally, in a tab, for free. We test it.
Tired of letting Google, Microsoft, or OpenAI handle your voice? There's OfflineTTS, a tool that just appeared on Hacker News (July 19, 2026, Show HN by its author).
Two things, actually:
The whole thing runs entirely in your browser. Nothing is sent to a server. The page loads the model once (takes a few dozen MB), and then you can use the tool offline - hence the name.
Under the hood, it's probably transformers.js (HuggingFace's port for browsers), with models compressed into ONNX (Open Neural Network Exchange, a standard format) and quantized. This would explain the reasonable size and the fact that it runs on an average laptop, even without a dedicated GPU.
We like: local-first, free, no account to create. Good UX. Works offline after first load.
We temper: the quality of the voices does not yet rival ElevenLabs or premium cloud APIs. For daily use, it's more than enough. For professional audio production, no.
License / price: the tool is free to use. The code is not explicitly labeled on the landing page - check if you want to self-host.
Try it here:offlinetts.com
Article produced by artificial intelligence, reviewed under human editorial control.