Ask HN: Which RSS reader do you use?
Its been some time since this question was asked. Every RSS reader I've used so far sucks. Either the built-in web support is poor or it stops fetching the feeds or renders then poorly. Sorry for my frustration, but I would like to know what everyone else is using and if they are satisfied with their RSS reader.
145 comments
[ 2.9 ms ] story [ 220 ms ] threadCan't fault it.
Also Feeder on Android: https://github.com/spacecowboy/Feeder
- Very smooth experience between web, android, and iOS apps (I’m mentioning this first, as many other apps I’ve tried are flaky)
- Mark as read while scrolling (Very useful for quickly shortlisting items from the feed. This is probably the main reason I’ve been able to replace Inoreader with social media apps.)
- Rules to auto-delete duplicated items or if the title contains specific words.
[1] https://saeedesmaili.com/posts/my-content-consumption-workfl...
The only downside (or upside depending on your perspective) is that it is a local solution. You can only access it on a specific device, and it won't be syncing when that device is turned off.
I use it with my iCloud and it's synced on my Mac & iPhone. It just works!
I self-host it
https://hg.sr.ht/~mmatalka/feed2mail/rev/mmatalka-patchset
I actually removed it primarily because it was the last package on my system at the time to need python, and removing it let me purge a whole bunch of python packages and save a lot of space!
These days I still read feeds via RSS, via a static golang binary. It lets me do filtering, and similar things:
https://github.com/skx/rss2email/
I used to use FreshRSS, but there were some minor pain points that eventually pushed me to find an alternative. Miniflux has been great so far. It's very minimalistic, which also makes it very lightweight to self-host, as I do, but you can also subscribe to the hosted version for about a dollar a month.
It has some extra functionality for certain websites like HackerNews so it shows points, etc.
https://miniflux.app https://readkit.app
I've used Miniflux for a long time, and its content manipulation features allows you to work around some of the oddities of RSS feeds you come across.
[x] Fetch original content
But most power comes from URL rewrite rules. Here is the one I use for problematic sites:
rewrite("^(.+)$"|"https://markdown.download/$1")
[1] https://nodetics.com/feedbro/
[2] https://github.com/FredJul/Flym
I also use Feeder for Android on my Supernote Nomad. It has the nice side benefit of creating EPUBs I can save/annotate/share.
I very much prefer to use a native app, and have no use for web-based RSS readers (I have created my own GPT-based AI summarizer that generates custom digests - https://taoofmac.com/space/blog/2025/01/12/1730#daily-news-d...)
I’ve also got a soft spot for NetNewsWire, but don’t really use it since the above works for me to skim the equivalent of 200+ feeds over breakfast (I’m posting this from inside Reeder on my iPad mini).
I use self-hosted FreshRSS as the sync backend.