1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2024-02-17 12:00:23 -08:00
.devcontainer
.github Update GitHub Actions to Go 1.12 2024-02-17 12:00:23 -08:00
client
contrib
internal fix macOS VoiceOver didn't announce details and summary expand 2024-02-14 20:11:23 -08:00
packaging Debian packages are failing to build 2024-02-07 21:35:06 -08:00
.gitignore
ChangeLog
go.mod Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 2024-02-08 19:56:08 -08:00
go.sum Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 2024-02-08 19:56:08 -08:00
LICENSE
main.go
Makefile Debian packages are failing to build 2024-02-07 21:35:06 -08:00
miniflux.1
Procfile
README.md
SECURITY.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