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

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

I am looking for recommendations for an open-source screen reader that serves as an alternative to Windows Narrator, is AI-powered, and features a more natural-sounding human voice.

Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Armand1@lemmy.world 3 points 5 months ago (1 children)

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.

[โ€“] tatoko556@reddthat.com 2 points 5 months ago

yes I'm looking for something to run locally. Thanks a lot for the suggestions!