Fluent Reader is a free and open source RSS feed reader for Windows, MacOS and Linux. It is based on Electron and React and it is released under open source BSD 3 clause License. The user interface of Fluent reader inspired by Fluent Design System. You can import and export OPML files and Fetch articles in the background. It also comes with full dark theme mode support. You can read the feed locally in your system or sync with Feedbin or self-hosted services compatible with Fever API. Fluent Reader still in beta stage but usable.
Install Fluent Reader on Ubuntu
You can install Fluent Reader via the portable AppImage on your Ubuntu system. And the unofficial snap package also available.
Install Fluent Reader via AppImage:
Download the latest Fluent Reader in AppImage file format and save in your downloads folder.
Here the file name is “Fluent.Reader.0.8.0.AppImage”. You can change the below commands based on the downloaded file name. Open your terminal (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ Fluent.Reader.0.8.0.AppImage
./Fluent.Reader.0.8.0.AppImage
Install Fluent Reader via Snap:
You can also install it via snap but for the latest version always use the AppImage. In your terminal run this command to install Fluent Reader via snap.
sudo snap install fluent-reader --beta
That’s it.
Watch Fluent Reader