Miniflux is a minimalist, self-hosted RSS reader written in Go. Read about its features, self-hosting requirements, $15/year hosted plan, and alternatives.
Category
Productivity
Pricing
Open Source / Freemium (free self-hosted, optional paid hosted plan), from Free (self-hosted); $15/year hosted
Verified
Not yet
Last updated
July 18, 2026
Founded
2013
APIOpen SourceFreemiumSelf-Hosted
Overview
Miniflux is an open-source, self-hosted RSS and Atom feed reader built around a philosophy of radical simplicity: 'the content is the most important thing, everything else is just noise.' It is written in Go by developer Frederic Guillot and released under the Apache 2.0 license.
Unlike feature-heavy readers, Miniflux ships as a single static binary with PostgreSQL as its only dependency, making it fast to deploy and cheap to run. Users who don't want to self-host can instead pay $15/year for the official hosted version.
Key Features
Miniflux automatically fetches full article content for feeds that only publish summaries, strips tracking parameters and third-party trackers from links, and does not load images or telemetry by default, prioritizing privacy and speed.
It offers keyboard shortcuts for fast navigation, OPML import/export, integrations with read-later tools like Pocket and Wallabag, and a complete REST API that powers a wide ecosystem of third-party mobile and desktop apps.
Pricing
Self-hosting Miniflux is completely free; users only pay for their own server, which can be a low-cost VPS given the software's minimal resource requirements (~20MB RAM idle).
For those who prefer not to manage infrastructure, Miniflux offers an official hosted plan at reader.miniflux.app for $15 per year, including a 15-day free trial.
Key Features
Single static binary — Written in Go and compiled into one dependency-free binary, simplifying deployment across servers.
PostgreSQL-only backend — Uses PostgreSQL as its sole database, keeping the architecture simple and predictable.
Full-article fetching — Automatically retrieves complete article content for feeds that publish only summaries.
Privacy by default — No tracking, no telemetry, strips tracking parameters, and does not auto-load images.
REST API — A full API supports numerous third-party mobile and desktop client apps.