Minimalist and opinionated feed reader https://miniflux.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dependabot[bot] 9233568da3 Bump github.com/tdewolff/minify/v2 from 2.20.19 to 2.20.20 2 days ago
.devcontainer Add `FILTER_ENTRY_MAX_AGE_DAYS` config option to limit fetching all feed items 1 month ago
.github Add back removed other repo owners in GH docker actions 3 weeks ago
client Enable go-critic linter and fix various issues detected 1 month ago
contrib Create default miniflux db 4 months ago
internal reader/processor: minifier is breaking HTML entry content 3 days ago
packaging Improve Dockerfiles 3 weeks ago
.gitignore Add Bruno Miniflux API collection 7 months ago
ChangeLog Update ChangeLog 4 weeks ago
LICENSE First commit 7 years ago
Makefile Rename PROXY_* options to MEDIA_PROXY_* 1 month ago
Procfile Make latest changes compatible with Heroku 6 years ago
README.md Update contributor link and Godoc badge for client 4 years ago
SECURITY.md Update Security policy 1 year ago
go.mod Bump github.com/tdewolff/minify/v2 from 2.20.19 to 2.20.20 2 days ago
go.sum Bump github.com/tdewolff/minify/v2 from 2.20.19 to 2.20.20 2 days ago
main.go Move internal packages to an internal folder 9 months ago
miniflux.1 Update ChangeLog 4 weeks ago

README.md

Miniflux 2

Miniflux is a minimalist and opinionated feed reader:

  • Written in Go (Golang)
  • Works only with Postgresql
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • Single binary compiled statically without dependency
  • The number of features is voluntarily limited

It's simple, fast, lightweight and super easy to install.

Official website: https://miniflux.app

Documentation

The Miniflux documentation is available here: https://miniflux.app/docs/ (Man page)

Screenshots

Default theme:

Default theme

Dark theme when using keyboard navigation:

Dark theme

Credits