Miniflux
One statically-compiled Go binary over PostgreSQL, no ORM, no framework, static assets
embedded in the executable: Miniflux is the minimalist, opinionated feed reader. The opinions
are the feature: page layout, fonts, and colors are tuned for reading, and everything else is
treated as noise. It consumes Atom, RSS, and JSON Feed formats with OPML import/export,
organizes articles with categories and bookmarks, fetches original full-text content for
summary-only feeds, and provides Postgres-powered full-text search. Privacy work happens
automatically: pixel trackers are stripped, tracking parameters removed from URLs, a media
proxy blocks third-party tracking, referrers are never forwarded, and there is zero telemetry.
Navigation is keyboard-first - j/k through items, o to open, f to star - with touch gestures
on mobile. Podcast, video, and music enclosures are supported, and YouTube videos play inline.
Over 25 integrations save articles onward to Wallabag, Readwise Reader, Pinboard, Linkding,
Instapaper, Notion, Telegram, Matrix, Ntfy, and more, plus webhooks and a REST API with Go and
Python clients; the Google Reader API endpoint supports existing mobile reader apps.
Authentication spans local passwords, passkeys (WebAuthn), Google OAuth2, OpenID Connect, and
reverse-proxy headers. It is Apache 2.0 licensed, translated into 20 languages, and updates
feeds on an internal scheduler.
Deploy