RSSHub
RSS & News ReadersGenerate RSS feeds for sites that lack them
Replaces Feedly
Feedly is a commercial cloud-based RSS feed reader and content aggregation service. It helps users follow news sources, blogs, and other feeds in one place. These open-source apps let you replace Feedly with software you host and control yourself.
Generate RSS feeds for sites that lack them
Replaces Feedly
Free, self-hostable RSS feed aggregator
Replaces Feedly, Inoreader
Minimalist and opinionated RSS feed reader
Replaces Feedly, Inoreader
Modern desktop RSS reader with a fluent design
Replaces Feedly
Generate RSS feeds for websites that lack them
Replaces Feedly
Personal news reader with training and sharing
Replaces Feedly, Google Reader
Anti-social, self-hosted RSS reader
Replaces Feedly, Google Reader
Yet another RSS reader as a single binary
Replaces Feedly, Google Reader
Terminal RSS and Atom feed reader for text consoles
Replaces Feedly
Nice, simple, open-source RSS reader
Replaces Feedly, Google Reader
Google Reader-inspired self-hosted RSS reader
Replaces Feedly, Google Reader
Convert email newsletters into RSS feeds
Replaces Feedly
Lightweight offline RSS reader for Android
Replaces Feedly
Web-based news feed reader and aggregator
Replaces Feedly, Google Reader
Cross-platform desktop feed reader with plugin support
Replaces Feedly
Multipurpose RSS reader and web scraping aggregator
Replaces Google Reader, Feedly
Lightweight self-hosted RSS reader with full-text fetch
Replaces Feedly, Inoreader
Turn any website into an RSS, Atom, or JSON feed
Replaces Feedly
Open-source cross-platform RSS and Atom news aggregator
Replaces Feedly
RSS and Atom feed reader app for Nextcloud
Replaces Feedly, Google Reader
Build an RSS reader as a static site with GitHub Actions
Replaces Feedly
Linux Feed Reader for the GNOME desktop
Replaces Feedly, Google Reader
Desktop feed reader and spiritual successor to FeedReader
Replaces Feedly
Get full-text and complete RSS feeds from any source
Replaces Feedly
Terminal RSS and Atom feed reader
Replaces Feedly, Newsboat
Android RSS reader that syncs with self-hosted services
Replaces Feedly
Web-based feed reader with Google Reader API support
Replaces Google Reader, Feedly
Self-hosted feed reader with a clean reading view
Replaces Feedly, Google Reader
Convert between feed formats and social network data
Replaces Feedly
Get RSS and Atom feeds as email messages
Replaces Feedly
Generate a static HTML page from a collection of feeds
Replaces Feedly, Google Reader
Feature-rich terminal RSS and Atom feed reader
Replaces Feedly
Simple and smart RSS and Atom feed reader
Replaces Google Reader, Feedly
Terminal RSS and Atom feed reader
Replaces Feedly
Aggregate multiple feeds into one combined RSS feed
Replaces RSS Mix, Feedly
Free and minimalist self-hosted RSS feed aggregator
Replaces Google Reader, Feedly
Feed aggregator that forwards items to email and webhooks
Replaces Feedly, IFTTT
Programmable proxy for transforming RSS feeds
Replaces Feedbin, Feedly
PHP RSS aggregator with a Google Reader API
Replaces Google Reader, Feedly
Web RSS aggregator and reader with a Fever API
Replaces Google Reader, Feedly
Self-hosted feed reader with a customizable plugin system
Replaces Feedly, NewsBlur
Web-based news aggregator and notification service
Replaces Feedly, Google Reader
Self-hosted feed reader with a mobile-friendly interface
Replaces Feedly, Google Reader
Beautiful open-source RSS and podcast application
Replaces Feedly
Modern desktop RSS client for Linux
Replaces Feedly
Privacy-friendly aggregator for social and video feeds
Replaces Feedly
No apps match these filters.
Last reviewed Aug 26, 2026 · 449 words
Feedly sells three conveniences layered on a free protocol: hosted sync, feed discovery, and mobile apps. Every one of them has a self-hosted or third-party stand-in, which makes this the switch I point first-timers at - FreshRSS in Docker plus your exported OPML file is roughly 30 minutes of work, and the server then idles in 256 MB of RAM doing a job that is hard to get wrong.
Gained: no cap on how many sources you follow (Feedly's free plan limits this), full-text search across everything you have ever fetched, multi-user support for the household, and reading habits that no product team analyses. Given up: the discovery layer - Feedly's feed search and topic browsing - plus Leo's machine-learning filters and the first-party mobile apps. The mobile loss is smaller than it sounds. FreshRSS speaks both the Google Reader and Fever APIs and Miniflux exposes compatible APIs too, so mature third-party phone clients connect to your server as if it were a hosted service.
FreshRSS (15,840 stars, PHP, Easy) is the default for almost everyone: multi-user, themes, extensions, wide client compatibility, actively maintained since 2013. Miniflux (9,616 stars, Go) is for people who consider FreshRSS fussy - a single-binary, keyboard-driven reader whose author rejects features on principle; its one firm demand is PostgreSQL, with no SQLite fallback. RSSHub (45,890 stars) is not a reader at all: it manufactures feeds for thousands of sites and services that never published one, which quietly replaces the discovery half of Feedly's value - point any reader at it. CommaFeed (3,604 stars, Java) is the nostalgia option, a faithful Google Reader layout for people who never stopped missing 2013.
Export OPML from Feedly's settings, import it into the new reader, and your subscriptions and most category folders arrive intact. Three things do not: read/unread state, starred and saved articles - open your saved board and archive those URLs somewhere first - and any training you gave Leo. The single deployment gotcha worth memorising comes straight from the FreshRSS deploy notes: set CRON_MIN (for example 13,43) in the container environment, because without it feeds never refresh on their own and the reader looks inexplicably frozen.
Run FreshRSS, add RSSHub the first time a site you want has no feed, and revisit Miniflux in six months if you discover you crave less interface rather than more - the FreshRSS vs Miniflux comparison maps that fork when you reach it.