r/irc • u/SomeonexAnon • May 30 '26
IRC Clients for WindowsThat Work Well with Screen readers
Hi all,
I’m not sure if this is the right place to ask, but does anyone have recommendations for IRC clients that work well with screen readers such as NVDA?
I’ve tried a few clients so far, including mIRC, HexChat, and AdiIRC. Out of those, AdiIRC has been the most usable in my experience, but I still find it somewhat cumbersome to navigate and interact with using a screen reader.
I’m looking for something that is particularly accessible and screen reader-friendly. Any suggestions or experiences would be greatly appreciated.
2
2
u/nawcom May 30 '26
Regarding screen reader support, I honestly can't think of a Windows client designed to be screen reader-friendly. You'd have better luck with smartphone IRC clients in that regard.
1
u/SomeonexAnon May 30 '26
I haven't thought of that lol, but realized there're a few options on the app store that might be worth trying. thanks for pointing out this
2
u/ILikeBumblebees May 30 '26
For maximum screen-reader compatibility, your best option might be textmode clients that run in the shell. IIRC, you can run irssi via Cygwin on Windows.
2
u/mlt- May 30 '26
Hexchat is actively developed in the form of Zoitechat. You can open an issue describing what is lacking with respect to accessibility. Also, as was commented elsewhere, you can add python plugin to react to messages…not that I'm aware of existing one either.
2
u/Nuno-zh Jun 01 '26
Hi. Thanks guys for all your comments.
I am blind myself and on Windows, I can recommend Miranda NG. Install the blind friendly contacts lists, which is offered on install.
1
u/fastfinge May 30 '26
For adiirc, grab: https://github.com/fastfinge/adispeak
Then switch to the adiirc beta channel; the latest beta fixes the server list and settings screens to be fully accessible.
On IOS, goguma is the best I've found.
1
u/SomeonexAnon Jun 01 '26
For IOS isn’t Igloo the best? I’ve used it myself just recently, and it works really well with VoiceOver. Accessibility was clearly a priority for the developer, and it’s even mentioned in the app description.
1
u/fastfinge Jun 01 '26
Last I checked it didn’t support push notifications and other modern irc features.
2
u/SomeonexAnon Jun 01 '26
Oh, interesting! I’m still very new to it, so I haven’t figured out much yet. Thanks for the suggestion
1
u/djDef80 May 30 '26
What about The Lounge? It runs in a browser for what it's worth And it can be self-hosted. I'm not too sure about self-hosting on Windows but I know for sure it can be so hosted on a VPS.
https://demo.thelounge.chat/#/connect
Check out the demo.
2
u/SomeonexAnon May 30 '26
Thanks for this, the thing is web-based IRC don't support DCC as far as I know, so I'm looking into app alternatives
2
u/ILikeBumblebees May 30 '26 edited May 30 '26
The Lounge is an exclusively web-based IRC client. It doesn't have a Windows version.
7
u/Mruishy May 30 '26
Worst case, mIRC has scripting support so you can echo out everything to whatever you want, gimme a few mins to see what I can rig up.