162
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 21 Sep 2026
162 points (91.3% liked)
Open Source
49130 readers
977 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
The browser runs a lot of stuff that doesn't get passed on to the servers you connect to. In this case it can run a local whisper model locally and pass your video stream through it, rather than pass it through some server online.
@virku Then what's the point? You can just download the model and run it locally without using this service...
This is how loads of things run these days. Browser handles the UI because it's way easier to get working on all kinds of different user machines. I don't like it personally but that's why.
It's how pretty much any server dashboard runs.
Ease of use..
It's not a "service" but a program that runs locally.
Downloading the model and running it locally is essentially what it does. If you do it by yourself then you'd have to write your own scripts. At which point, you might as well share those scripts with the community putting them in Github, and maybe including them in a web extension to integrate with the browser and/or in a static website that locally runs it via WASM... precisely what this project is doing...