Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server. It is written in Go with the frontend in Vue.js. The storage is backed by SQLite. Installing Yarr Firstly, we have to download yarr binary from github on our system wget https://github.com/nkanaev/yarr/releases/download/v2.3/yarr-v2.3-linux64.zip Unzip the archive unzip -x yarr-v2.3-linux64.zip Move the binary to your bin folder mv yarr /usr/local/bin...