Skip to content

miniflux/v2

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.7.0 to 0.8.0.
- [Commits](golang/term@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
88062ab

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
February 25, 2023 15:57
cli
August 13, 2022 21:58
August 8, 2022 22:06
August 8, 2022 22:06
October 27, 2022 17:53
August 8, 2022 22:06
August 8, 2022 22:06
May 22, 2021 18:46
August 8, 2022 22:06
August 8, 2022 22:06
ui
April 2, 2023 17:37
August 8, 2022 22:06
August 8, 2022 22:06
March 16, 2023 19:34
November 19, 2017 22:01
March 13, 2023 19:56
August 8, 2022 22:06
February 18, 2021 21:50

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