Download Latest Version Miniflux 2.3.0 source code.tar.gz (951.2 kB)
Email in envelope

Get an email when there's a new version of Miniflux 2

Home / 2.3.0
Name Modified Size InfoDownloads / Week
Parent folder
miniflux-2.3.0-1.0.x86_64.rpm 2026-05-16 7.1 MB
miniflux_2.3.0_riscv64.deb 2026-05-16 5.9 MB
miniflux_2.3.0_armhf.deb 2026-05-16 5.5 MB
miniflux_2.3.0_arm64.deb 2026-05-16 5.6 MB
miniflux_2.3.0_amd64.deb 2026-05-16 6.5 MB
miniflux-openbsd-amd64.sha256 2026-05-16 89 Bytes
miniflux-linux-riscv64.sha256 2026-05-16 89 Bytes
miniflux-openbsd-amd64 2026-05-16 21.7 MB
miniflux-linux-riscv64 2026-05-16 19.7 MB
miniflux-linux-armv7.sha256 2026-05-16 87 Bytes
miniflux-linux-armv6.sha256 2026-05-16 87 Bytes
miniflux-linux-armv7 2026-05-16 20.9 MB
miniflux-linux-armv6 2026-05-16 20.9 MB
miniflux-linux-armv5.sha256 2026-05-16 87 Bytes
miniflux-linux-arm64.sha256 2026-05-16 87 Bytes
miniflux-linux-armv5 2026-05-16 21.0 MB
miniflux-linux-amd64.sha256 2026-05-16 87 Bytes
miniflux-linux-arm64 2026-05-16 20.4 MB
miniflux-freebsd-amd64.sha256 2026-05-16 89 Bytes
miniflux-linux-amd64 2026-05-16 21.8 MB
miniflux-darwin-arm64.sha256 2026-05-16 88 Bytes
miniflux-freebsd-amd64 2026-05-16 21.7 MB
miniflux-darwin-arm64 2026-05-16 20.9 MB
miniflux-darwin-amd64.sha256 2026-05-16 88 Bytes
miniflux-darwin-amd64 2026-05-16 22.2 MB
Miniflux 2.3.0 source code.tar.gz 2026-05-15 951.2 kB
Miniflux 2.3.0 source code.zip 2026-05-15 1.3 MB
README.md 2026-05-15 3.7 kB
Totals: 28 Items   244.1 MB 0

Security

  • Only discoverable WebAuthn credentials (resident keys / passkeys) are supported for login.
  • Non-resident credentials can no longer be used for first-factor authentication to prevent username enumeration before password verification. They are intended for post-password MFA flows, which Miniflux does not currently support.
  • Persist WebAuthn backup eligibility/state and validated credential state after login.
  • Require POST requests for logout, feed refresh, and OAuth2 unlink actions.
  • Apply CSRF protection to all non-safe HTTP methods.
  • Add http.CrossOriginProtection middleware for the web UI.
  • Validate redirect URL schemes in HTMLRedirect to prevent unsafe redirects.
  • Restore URL scheme validation in templates for untrusted feed URLs.
  • Sanitize filenames in Content-Disposition headers to prevent header injection.
  • Reject empty OAuth2 state parameters when no authentication flow is in progress.
  • Allow configured private proxies while still enforcing private-network restrictions for direct requests and redirects.
  • Validate URI schemes case-insensitively according to RFC 3986.
  • Pin third-party GitHub Actions to immutable commit SHAs to reduce supply-chain risks.
  • Cap the maximum entry limit to 1000 across the UI, API, and storage layer.

Improvements

  • Add support for exporting and importing Miniflux-specific feed settings in OPML files, allowing full feed configuration backups and restores.
  • Add enclosure links rewrite rule to expose podcast/video enclosure URLs inside entry content for external RSS clients.
  • Add support for the shortcuts: iOS URL scheme in sanitized content.
  • Add Linux riscv64 builds.
  • Allow disabling local authentication without enabling automatic OAuth2/auth-proxy user creation.
  • Improve Chinese Traditional (zh-TW) translations.
  • Improve RSS parsing for feeds that reuse the same GUID across multiple entries.
  • Improve UI consistency for authentication settings and external-link behavior.
  • Automatically clean up orphaned feed icons from the database.
  • Detect Cloudflare bot challenge pages during feed refresh and return a dedicated error message.
  • Improve error handling and cleanup in WebAuthn login flows.
  • Simplify large feed and user deletions using ON DELETE CASCADE.

Performance

  • Improve sanitizer performance significantly and reduce allocations in multiple hot paths.
  • Optimize reading-time calculation to avoid unnecessary allocations.
  • Improve feed parsing performance by preallocating slices/maps and reducing string allocations.
  • Optimize ISO8601 duration parsing for YouTube and podcast feeds.
  • Reduce database queries for navigation metadata and storage operations.
  • Optimize template rendering for icons and CSP generation.
  • Avoid loading entry content from PostgreSQL when not needed.
  • Reuse a singleton HTML minifier instance instead of allocating one per request.
  • Optimize string handling in the reader and sanitizer packages.

Bug Fixes

  • Fix incorrect read/starred toggling in Google Reader API.
  • Prevent archived/deleted entries from reappearing as unread by using a tombstone table and removing the removed entry status.
  • Fix handling of slow HTTP headers.
  • Fix "open in new tab" behavior for redirected external entry links.
  • Fix Wallabag integration typo in error messages.

Dependency Updates

  • Update github.com/go-webauthn/webauthn to v0.17.3.
  • Update various golang.org/x/* packages.
  • Update github.com/coreos/go-oidc/v3 to v3.18.0.
  • Update github.com/tdewolff/minify/v2 to v2.24.13.

As always, thank you to all contributors who helped improve Miniflux in this release.

Source: README.md, updated 2026-05-15