SkillAgentSearch skills...

Liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME

Install / Use

/learn @lwindolf/Liferea
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

screenshot

Liferea is a desktop feed reader/news aggregator that brings together all of the content from your favorite subscriptions into a simple interface that makes it easy to organize and browse feeds. Its GUI is similar to a desktop mail/news client, with an embedded web browser.

Build Status

Installation from Package

Many distributions have packaged Liferea:

Packages Packages

Building

Compile with

meson setup builddir
meson compile -C builddir
meson test    -C builddir

To install

meson install -C builddir

If you compile with a --prefix directory which does not match $XDG_DATA_DIRS you will get a runtime error about the schema not being found. To workaround set $XDG_DATA_DIRS before starting Liferea. For example:

env XDG_DATA_DIRS="$my_dir/share:$XDG_DATA_DIRS" $my_dir/bin/liferea

Update JS Dependencies

npm i
npm audit fix
npm run installDeps

Related Skills

View on GitHub
GitHub Stars886
CategoryDevelopment
Updated19h ago
Forks140

Languages

C

Security Score

100/100

Audited on Mar 26, 2026

No findings