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.
 
 
 
 
 
 
Frédéric Guillot 556d54a7a5 Simplify client timeouts implementation by using context cancellation 3 weeks ago
.devcontainer Add github-cli and docker-outside-of-docker to devcontainer 4 weeks ago
.github Add GitHub workflow to build binaries 4 weeks ago
client Add /v1/version endpoint 2 months ago
contrib Add /v1/version endpoint 2 months ago
internal Simplify client timeouts implementation by using context cancellation 3 weeks ago
packaging Strip version prefix when building Debian package 1 month ago
.gitignore Add Bruno Miniflux API collection 2 months ago
ChangeLog Update ChangeLog 2 months ago
LICENSE First commit 6 years ago
Makefile When building the docker image, make sure to pull the latest base image. 1 month ago
Procfile Make latest changes compatible with Heroku 5 years ago
README.md Update contributor link and Godoc badge for client 3 years ago
SECURITY.md Update Security policy 9 months ago
go.mod Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 3 weeks ago
go.sum Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 3 weeks ago
main.go Move internal packages to an internal folder 4 months ago
miniflux.1 Simplify client timeouts implementation by using context cancellation 3 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