this post was submitted on 13 Apr 2026
1 points (100.0% liked)

Free and Open Source Software

22454 readers
1 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

I used to adore the Feedbro extension for Firefox - until I learned that browser extensions are a privacy concern and stopped using them. Unfortunately, I've been unable to find anything similar for the Linux desktop. I just can't seem to find the 'sweet spot' with all the readers I've tried. Some are bloated with features and complicated configurations that I will never use. Others are too simplistic. Still others haven't seen an update in years. I feel like this is an impossible quest.

The readers I have tried (and discarded):

  • Liferea
  • RSS Guard
  • News Flash
  • Feeds
  • Feed Deck
  • Feed Flow
  • Akregator
  • Thunderbird
  • Raven Reader

Here are the features I need:

  • FOSS (obviously)
  • Import/export OPML
  • Scale the size of the UI and all text elements
  • RSS feed discovery
  • Fetch full articles
  • Configure update interval
  • Privacy-conscious
  • Desktop only (I am currently unable to self-host)

Things that would be nice, but I can live without if I have to:

  • Dark mode
  • An uncluttered, two-column display

That's about it. Now tell me that I am asking too much and there's no hope for me. :D

top 20 comments
sorted by: hot top controversial new old
[–] everett@lemmy.ml 0 points 1 month ago (1 children)

Depending on what's keeping you from self-hosting, running a server-based reader right there on your desktop could be an option. Also, maintaining a separate browser profile just for FeedBro is easy, if you don't trust it for whatever reason.

[–] fratermus@piefed.social 0 points 1 month ago

I'm currently running FreshRSS with good results. I ran TinyTinyRSS previously but the dev was so toxic I bailed on principle. :-(

[–] elmicha@feddit.org 0 points 1 month ago (1 children)

If your desktop is not very old with very little RAM, you could self-host FreshRSS on your desktop.

[–] minfapper@piefed.social 0 points 1 month ago (1 children)

Or miniflux if it is. It's efficient, fast, and I like the interface better.

[–] CptHacke@piefed.social 0 points 1 month ago (1 children)

Is this something that a complete newbie would be able to do?

[–] nykula@piefed.social 0 points 1 month ago (1 children)

For FreshRSS, if you want to run the development version on localhost:

  1. apt update && apt install build-essential git

  2. Install Docker: https://docs.docker.com/engine/install/ubuntu/

  3. Clone FreshRSS repository, run make start and finish the installation: https://freshrss.github.io/FreshRSS/en/developers/02_First_steps.html

[–] CptHacke@piefed.social 0 points 1 month ago (1 children)

That seems simple enough. I'll give it a shot. Much appreciated!

[–] minfapper@piefed.social 0 points 1 month ago

Installation for MiniFlux is similar, once you have docker installed you run the long ass docker command from their documentation:

https://miniflux.app/docs/docker.html

I personally prefer the approach they mention in the Docker Compose section of that page though, for long term maintenance.

[–] fratermus@piefed.social 0 points 1 month ago (1 children)

I'm replying here in good faith that this isn't a bottomless Yes, but scenario.

Now tell me that I am asking too much and there’s no hope for me.

There's plenty of hope if one is willing to fork and modify a FOSS server or client. Make it look and act exactly like you want.

browser extensions are a privacy concern and stopped using them

I think this concern is overstated in an RSS context for anonymous (no sign-in) feeds.

[–] CptHacke@piefed.social 0 points 1 month ago

Not meaning to 'yes, but' you.....but.... :D

  1. You're assuming that I know how to code. :)
  2. I think the privacy concerns are from third parties somehow being able to use browser extensions to read the contents of whatever other tabs one has open. At least that's what I've read.
[–] Powderhorn@beehaw.org 0 points 1 month ago

Extensions are not, themselves, security risks. If it's FOSS, you can see what they're doing in the code.

[–] lemmyng@piefed.ca 0 points 1 month ago (1 children)

I use Fluent Reader. It supports several view modes, and has lots of convenience features.

[–] Evkob@lemmy.ca 0 points 1 month ago

Fluent Reader was my stopping point when looking for a good desktop RSS reader. I'd rather a non-Electron-based app, but hey, ~~non-programmers~~ beggars can't be choosers.

[–] kixik@lemmy.ml 0 points 1 month ago (1 children)

Does "desktop" means no TUI? Because newsraft and its predecessor newsboat are pretty cool. Newsraft is the one I use.

[–] CptHacke@piefed.social 0 points 1 month ago

I was really interested in trying feedr, but got frustrated trying to install it and moved on to other potential options.

[–] who@feddit.org 0 points 1 month ago (1 children)

What was the trouble with Akregator? I think recent versions have dark mode, and older versions could be made dark with the right style sheets applied.

It's not a perfect fit for me, but it works well enough that I stopped hunting for something better.

[–] CptHacke@piefed.social 0 points 1 month ago

If I remember correctly, Akregator wouldn't allow me to resize the text to make it more readable. Also, I believe it was having trouble downloading a few of my feeds for some reason.

[–] swelter_spark@reddthat.com 0 points 1 month ago (1 children)

RSSOwlnix is my favorite, but I'm not sure if it has all the features you want.

[–] CptHacke@piefed.social 0 points 1 month ago

Oooh, this looks interesting. Thanks!

[–] frightful_hobgoblin@lemmy.ml 0 points 1 month ago