Self-Hosted Feedly & RSS Reader Alternatives (2026)

RSS readers and read-later tools occupy a peculiar corner of the self-hosting world: the SaaS options keep dying or paywalling their way out of usefulness, while the open-source alternatives have quietly matured into polished, low-maintenance replacements. Pocket was shut down by Mozilla in mid-2025, leaving millions of saved articles inaccessible — the sharpest reminder in years that entrusting your reading list to a corporation carries real risk. Feedly still works, but its free tier is now so restricted that meaningful use requires a pro subscription. Instapaper has changed hands repeatedly. Raindrop.io locks full-text search and true backups behind a paid plan. The self-hosted side of this category splits cleanly into two distinct tools: RSS feed readers (FreshRSS, Miniflux, Yarr, Fusion, CommaFeed) that pull and organize subscription feeds, and bookmark/read-later managers (linkding, Shiori, Karakeep, LinkWarden, Buku, Shaarli, Slash) that save individual URLs for later. A third tier — feed generators like RSSHub and RSS-Bridge — solves the problem upstream by creating RSS feeds for sites that don't publish them. Many users end up running one tool from each tier.
The Pocket shutdown is the most concrete forcing function this category has seen. Mozilla announced the closure with limited notice, and users who had accumulated years of saved articles found themselves scrambling to export before the deadline — a reminder that 'free' services can disappear without warning. Even users who successfully exported found their data in formats that didn't transfer cleanly to alternatives, and the offline reading and tagging workflows they had built evaporated. Feedly's trajectory tells a different story but arrives at the same conclusion: the free tier that attracted millions of Google Reader refugees in 2013 has progressively shrunk, with source limits, AI features, and 'Leo' filtering all sitting behind a pro subscription that runs roughly $72/year. Instapaper was acquired, went through a GDPR-induced shutdown in Europe, and has never quite recovered the trust of its user base. Raindrop.io is genuinely good software, but $28/year buys features — full-text search, permanent copies, nested collections — that self-hosted alternatives include by default. For anyone who reads heavily online, the cumulative subscription cost across these tools adds up quickly, and the risk of another Pocket-style shutdown never goes away.
Best feeds & read-later for…
linkding is the closest workflow match to Pocket: browser extension, one-click save, tags, fast search. Docker setup takes under five minutes. It stores bookmarks in SQLite with automatic backups, so the data is yours and portable. No AI features, no full-page archiving — just a fast, stable place to save URLs and find them again.
FreshRSS is the most feature-complete Feedly replacement in this category: multi-user, supports Google Reader API (so Reeder, NetNewsWire, and other mobile clients connect to it), has extensions for custom CSS and behaviors, and handles hundreds of feeds without performance issues. It requires PHP and a database but runs cleanly on Docker Compose.
RSSHub generates RSS feeds for Twitter/X, Instagram, YouTube channels, GitHub releases, Reddit, and hundreds of other sources that removed or never had feeds. You self-host the RSSHub instance and point your existing RSS reader at the generated feed URLs. It's a feed generator, not a reader — pair it with FreshRSS or Miniflux.
Karakeep (formerly Hoarder) goes beyond bookmark saving: it automatically fetches page screenshots, extracts full text, and uses a local or API-connected LLM to suggest tags. It handles links, notes, and images in one place. Difficulty 3 via Docker Compose, no managed hosting, but the AI layer makes it the closest self-hosted equivalent to a smart Raindrop.io.
How to choose
Start by identifying whether you need an RSS reader, a bookmark manager, or both — they solve different problems. An RSS reader (FreshRSS, Miniflux, Yarr, Fusion) pulls content from feeds you subscribe to and presents it chronologically or sorted; you consume it inline. A bookmark/read-later manager (linkding, Shiori, Karakeep, LinkWarden) saves individual URLs you encounter on the web for retrieval later; you browse to the saved item when you want to read it. If you're replacing Feedly, start with the RSS readers. If you're replacing Pocket or Raindrop, start with the bookmark managers. Feed generators (RSSHub, RSS-Bridge) are additive — they create feeds for sites that don't publish them, and you point any RSS reader at the resulting URL. Difficulty 1–5 guide: Yarr (difficulty 1) ships as a single binary with no database dependency — download, run, done. This is the absolute floor for setup complexity and the right answer if you want something running in under ten minutes. linkding, Shiori, Buku, RSSHub, RSS-Bridge, Shaarli, Slash, and Fusion all sit at difficulty 2: straightforward Docker one-liners or small docker-compose stacks, sensible defaults, well-documented. FreshRSS, Miniflux, Karakeep, LinkWarden, and CommaFeed land at difficulty 3: they require a persistent database (Postgres or SQLite depending on the tool), environment variables for secrets, and in some cases a reverse proxy for HTTPS. None of these are difficult for anyone comfortable with Docker, but they're not single-binary installs either. Managed hosting is available for LinkWarden and CommaFeed if you want the software without the infrastructure. No other project in this category currently offers an official managed tier. Feature gaps to be honest about: self-hosted RSS readers don't have Feedly's AI-powered 'deduplicate similar stories' or entity-based topic feeds — you subscribe to sources, not topics. Miniflux in particular is deliberately minimal; it has no folder nesting beyond categories, no internal search across article body text (only title/feed), and no mobile apps (web only). FreshRSS has better search and extensions but requires PHP hosting. Bookmark managers vary widely on full-page archiving: linkding does basic title and description capture; LinkWarden does full-page snapshots and PDF archiving; Karakeep adds AI tagging and screenshot capture. If permanent offline copies are important to you, LinkWarden or Karakeep are the only options here that approach Raindrop.io's archive depth.
How we score self-host difficultyAll 25 self-hostable feeds & read-later tools
Ranked easiest-to-host first — one-click and single-container options at the top.
Modern desktop RSS client with self-hosted backend sync support
Lightweight web-based RSS reader usable as desktop app or personal server
Lightweight self-hosted read-it-later and bookmarks app
Extensible RSS feed generator for virtually any website or service
AI-powered self-hosted bookmarking and read-it-later with automatic tagging
Self-hosted read-it-later application to save web articles offline
Simple Go-based bookmark manager with CLI and web interface
Minimal self-hosted bookmark manager optimized for speed and simplicity
Generate RSS and Atom feeds for sites that don't provide them
Powerful command-line bookmark manager with a personal mini-web
Fast, database-free personal bookmarking and link-sharing platform
Open-source self-hosted bookmarks and short-link sharing platform
Lightweight self-hosted RSS aggregator and reader written in Go
RSS/Atom feed reader app for Nextcloud with sync API
AI-powered bookmark manager for collecting and organizing everything
Collaborative bookmark and web-archive manager with full-page snapshots
Full-featured read-it-later app with highlights, notes, and newsletter ingestion
Self-hostable RSS aggregator with a clean multi-user web interface
Minimalist, opinionated RSS reader built for speed and privacy
Google Reader-inspired self-hosted RSS reader with a familiar interface
Self-hosted bookmark archive with Internet Archive backups and link monitoring
Web-based news feed reader and aggregator with powerful filtering
Self-hosted anti-social RSS reader built with Ruby on Rails
Multipurpose self-hosted RSS reader and live stream aggregator
Social RSS reader with story training and discussion features
Standouts
- Karakeep — The fastest-growing project in this category by star velocity, and the only one that meaningfully differentiates from its SaaS equivalents rather than just replicating them. The built-in AI tagging — pointing at Ollama locally or an OpenAI-compatible endpoint — turns a bookmark dump into a searchable knowledge base. The tradeoff is that it is the heaviest stack here: Docker Compose with multiple containers, and AI features require either a local GPU or an API key.
- LinkWarden — The only project in this category with both official managed hosting and full-page archiving built in. If you want Pocket-style saving with permanent offline copies and don't want to manage a server, LinkWarden's cloud tier gives you the open-source codebase without the infrastructure. Self-hosted users get collaborative collections, full-page PDF snapshots, and broken-link monitoring — features that don't exist in lighter bookmark managers.
- Miniflux — The best choice for users who find FreshRSS's feature set overwhelming. Miniflux is written in Go, ships as a single binary, uses Postgres, and is deliberately opinionated about what it won't do. No plugins, no themes, no AI. What it does do — fetch feeds reliably, display them cleanly, expose a full API — it does without fuss. Particularly well-suited to VPS deployment where resource use matters.
Every project in this category is MIT, Apache 2.0, or AGPL licensed — none of the self-hosted options have a paid tier for the software itself. The only costs are infrastructure: a $5/month VPS or a home server with Docker is sufficient for all of them. linkding, Shiori, Yarr, and Miniflux are especially lightweight — they run comfortably alongside other services on a 1GB RAM VPS. FreshRSS with a few hundred feeds uses roughly 50MB of RAM. The managed tiers for LinkWarden and CommaFeed add a subscription cost, but self-hosting either removes it entirely. Compared to paying $72/year for Feedly Pro or losing saved articles when a free service shuts down, even a $5/month VPS dedicated to your reading stack pays for itself quickly.
Replacing a specific tool?
Frequently asked questions
What is the best self-hosted RSS reader?
It depends on what you're replacing. FreshRSS is the most fully-featured: multi-user, Google Reader API compatible so mobile apps like Reeder connect to it, and extensible. Miniflux is faster and simpler but intentionally minimal — no mobile apps, no folder nesting beyond categories. Yarr is the easiest to run (single binary, no database) and works well as a personal reader for one user. If you're migrating from Feedly and want to preserve your mobile reading workflow, start with FreshRSS.
Pocket was shut down — what should I use instead?
linkding is the closest workflow replacement: browser extension, one-click save, tags, fast search, Docker setup in under five minutes. If you also want full-page archiving so saved articles are readable even after the original is deleted, use LinkWarden instead — it saves page snapshots and PDFs. Both store data locally so no future shutdown can take your saved articles away.
Is there a free Feedly alternative?
Yes — FreshRSS and Miniflux are both fully free to self-host and cover everything Feedly's Pro tier does except AI-powered topic clustering. RSSHub can replace Feedly's ability to follow social media accounts and sites without native RSS feeds. The main difference is setup: you run these on your own server or VPS rather than signing up for an account.
What's the difference between an RSS reader and a read-later app? Do I need both?
An RSS reader (FreshRSS, Miniflux, Yarr) pulls content from feeds you subscribe to and delivers it to you — it's a subscription inbox for websites. A read-later or bookmark manager (linkding, Karakeep, LinkWarden) saves individual URLs you find while browsing for retrieval later. Feedly is an RSS reader; Pocket was a read-later app. Many people use one of each: an RSS reader for daily feed consumption and a bookmark manager for saving things they find elsewhere. If you only have time to run one, consider how you actually use Feedly vs Pocket — most people have a clear primary workflow.
Can I follow Twitter, YouTube, and Instagram with a self-hosted RSS reader?
Not directly — those platforms don't publish RSS feeds. RSSHub solves this: you self-host RSSHub and it generates feed URLs for Twitter/X accounts, YouTube channels, Instagram profiles, Reddit threads, and hundreds of other sources. You then add those generated URLs to any RSS reader. RSS-Bridge does the same thing for a different set of sites. Running RSSHub alongside FreshRSS or Miniflux gives you Feedly-level source coverage.
I'm not technical — which option is easiest to set up?
Yarr (difficulty 1) is the absolute easiest: download a single binary for your operating system, run it, open your browser. No Docker, no database, no configuration file required. For bookmark saving, linkding (difficulty 2) is the gentlest Docker introduction: one command pulls and runs the container, and the web interface handles everything else. Both have active communities and clear documentation. CommaFeed and LinkWarden each offer a managed cloud version if you'd rather not run anything yourself.