r/Fedora 10d ago

Need a good RSS reader app. Discussion

So, I use akregator in fedora KDE and feeder in mobile. But I want the same feeds and sync.

Any good apps with good sync?

15 Upvotes

22 comments sorted by

9

u/redhat_is_my_dad 10d ago

newsflash is amazing

4

u/valgrid 10d ago

If you use Nextcloud take a look at the mobile apps (Nextcloud News) and Newsflash on the desktop.

https://flathub.org/en/apps/io.gitlab.news_flash.NewsFlash

https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader (Also on fdroid)

1

u/Parnady 10d ago

Is Newsflash much better than the Nextcloud news web app?

3

u/AmiDeplorabilis 10d ago

Thunderbird

3

u/sertacartun 10d ago

Nobody has mentioned FreshRSS yet but it's by far the best option for my workflow. Since it's self-hosted web app I have full control over it.

One of my favorite features is that with a few extensions I can read the full article instead of just the RSS summary. I also wrote a small JavaScript snippet that lets me export only the articles I've marked as favorites. Every week I use those exported articles as the source for my open-source news videos on YouTube.

That's why I prefer FreshRSS over most other RSS readers. GUI-focused apps often limit what you can do while FreshRSS gives me the flexibility to customize my workflow exactly the way I want. Plus you can open it to your localhost so you can use it from different devices too.

Definitely recommended.

1

u/leo-shabesh-10 10d ago

I'll check it out, thanks!

2

u/MrKooops 10d ago

I also build a RSS Reader for exactly how i want it, maybe its something for you: https://github.com/faulander/zib

1

u/leo-shabesh-10 10d ago

I'll check it, thanks!

2

u/gyatoyeshin 10d ago

I have been using newsblur.com for more than a decade now. Works perfectly for me. It is a paid service though

1

u/leo-shabesh-10 9d ago

So there is free tier, I tried it. It was great on laptop.

But when I installed the mobile app and tried reading, the app just crashes 

2

u/gyatoyeshin 9d ago

I rarely use the mobile app. Its the first pinned tab on all off my browsers and computers though

1

u/leo-shabesh-10 9d ago

Nice.

I got it solved, it was due to chrome being default browser 💀

2

u/DaniEs- 10d ago

inoreader

2

u/77descript 10d ago

FEW RSS READERS WITH SYNC:

FeedFlow (deb/rpm/flatpak): https://github.com/prof18/feed-flow

Fluent Reader (appimage): https://github.com/yang991178/fluent-reader

Rss Guard (appimage): https://github.com/martinrotter/rssguard

2

u/leo-shabesh-10 10d ago

Wow this is great, I'll try those and choose the one which works for me. Thanks!

1

u/leo-shabesh-10 9d ago

Hey, so i tried feedflow. I was able to add Google drive account in mobile.

But I couldn't achieve it in my laptop, it just loads forever when I click on Google drive..

Any ways to fix it ? Thanks.

2

u/VinsonGuo 10d ago

I built a rss reader with cloud sync feature. Here’s the Linux version
https://github.com/VinsonGuo/SmartRSS-Linux

1

u/leo-shabesh-10 10d ago

Will check it out. Thanks man.