Fluent Reader è un lettore RSS moderno, multipiattaforma e open-source.
Go to file
2020-06-29 19:17:33 +08:00
.github add spanish language 2020-06-26 14:03:22 +08:00
build publish to mac app store 2020-06-29 09:28:32 +08:00
dist article view context isolation 2020-06-29 14:01:21 +08:00
docs update maketing for mas 2020-06-29 09:52:13 +08:00
src add settings context bridge 2020-06-29 19:17:33 +08:00
.gitignore publish to mac app store 2020-06-29 09:28:32 +08:00
LICENSE Create LICENSE 2020-06-07 13:11:32 +08:00
package.json publish to mac app store 2020-06-29 09:28:32 +08:00
README.md update maketing for mas 2020-06-29 09:52:13 +08:00
tsconfig.json add partial intl 2020-06-11 17:45:46 +08:00
webpack.config.js add settings context bridge 2020-06-29 19:17:33 +08: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.

Features

  • A modern UI inspired by Fluent Design System with full dark mode support.
  • 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.

Support for RSS services including Fever API, Inoreader, or Feedly are being fundraised through Open Collective.

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 enjoyed using the app, consider supporting its development by donating through Open Collective or Paypal.

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