No description
Find a file
2026-05-14 23:27:45 -04:00
.github migrate .btn elements to custom components with griffel 2026-04-13 14:38:53 -07:00
.vscode migrate menu to fui v9 tree + griffel 2026-04-26 12:50:00 -07:00
build add griffel + fluent-ui v9 and enable tree shaking 2026-04-12 20:59:10 -07:00
dist version 1.2.2 2026-04-26 12:50:00 -07:00
docs Use https://apps.apple.com/app/id6761698838 for Mac App Store link 2026-04-21 16:43:53 +00:00
src feat(article): wire ArticleView to real db items via Demo split-pane 2026-05-14 23:27:16 -04:00
src-tauri feat(article): sandbox iframe renderer with sanitize-html + shell:allow-open 2026-05-13 21:07:29 -04:00
.gitattributes import groups from service & fix freshrss 2020-08-06 16:39:27 +08:00
.gitignore spike: scaffold tauri shell + switch to pnpm 2026-05-04 11:49:34 -04:00
.npmrc spike: scaffold tauri shell + switch to pnpm 2026-05-04 11:49:34 -04:00
.prettierignore add griffel + fluent-ui v9 and enable tree shaking 2026-04-12 20:59:10 -07:00
.prettierrc.yml add code formatter 2021-08-21 14:49:56 -07:00
electron-builder-mas.yml version 1.2.2 2026-04-26 12:50:00 -07:00
electron-builder.yml version 1.2.2 2026-04-26 12:50:00 -07:00
LICENSE Create LICENSE 2020-06-07 13:11:32 +08:00
package-lock.json version 1.2.2 2026-04-26 12:50:00 -07:00
package.json feat(article): sandbox iframe renderer with sanitize-html + shell:allow-open 2026-05-13 21:07:29 -04:00
patch-griffel.js fix default view setting and fetch button background 2026-04-26 12:50:00 -07:00
pnpm-lock.yaml feat(article): sandbox iframe renderer with sanitize-html + shell:allow-open 2026-05-13 21:07:29 -04:00
README.md Use https://apps.apple.com/app/id6761698838 for Mac App Store link 2026-04-21 16:43:53 +00:00
tsconfig.json add griffel + fluent-ui v9 and enable tree shaking 2026-04-12 20:59:10 -07:00
webpack.config.js feat(article): sandbox iframe renderer with sanitize-html + shell:allow-open 2026-05-13 21:07:29 -04:00

Fluent Reader

A modern desktop RSS reader


Download

For Windows 10 users, the recommended way of installation is through Microsoft Store. This enables auto-update and experimental ARM64 support. macOS users can also get Fluent Reader from the Mac App Store.

If you are using Linux or an older version of Windows, you can get Fluent Reader from GitHub releases.

Mobile App

The repo of the mobile version of this app can be found here.

Features

  • A modern UI inspired by Fluent Design System with full dark mode support.
  • Read locally or sync with self-hosted services compatible with Fever or Google Reader API.
  • Sync with RSS Services including Inoreader, Feedbin, The Old Reader, BazQux Reader, and more.
  • Importing or exporting OPML files, full application data backup & restoration.
  • Read the full content with the built-in article view or load webpages by default.
  • Search for articles with regular expressions or filter by read status.
  • Organize your subscriptions with folder-like groupings.
  • Single-key keyboard shortcuts.
  • Hide, mark as read, or star articles automatically as they arrive with regular expression rules.
  • Fetch articles in the background and send push notifications.

Support for other RSS services are under fundraising.

Development

Contribute

Help make Fluent Reader better by reporting bugs or opening feature requests through GitHub issues.

You can also help internationalize the app by providing translations into additional languages. Refer to the repo of react-intl-universal to get started on internationalization.

If you enjoy using this app, consider supporting its development by donating through GitHub Sponsors, Paypal, or Alipay.

Build from source

# Install dependencies
npm install

# Compile ts & dependencies
npm run build

# Start the application
npm run electron

# Generate certificate for signature
electron-builder create-self-signed-cert
# Package the app for Windows
npm run package-win

Developed with

License

BSD