this post was submitted on 02 Mar 2026
31 points (89.7% liked)
Open Source
48194 readers
109 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The one I hear is good is NVDA by NVAccess, but it doesn't have AI.
Website: https://www.nvaccess.org/about-nvda/
Source code: https://github.com/nvaccess/nvda
I would be fairly surprised if you found an open source screen reader that had AI built-in.
It would likely have to run locally if it was open source.
Typically companies don't make their stuff open source, and non-profits are unlikely to host an AI for you because of the cost. It's unlikely to run locally as the cost for that model to run and download size may make it unusable or impractical for some hardware. Typically screen readers need to be accessible to everyone, and therefore need to run on very old and / or cheap hardware.
yes I'm looking for something to run locally. Thanks a lot for the suggestions!