Fluent Reader è un lettore RSS moderno, multipiattaforma e open-source.
Go to file
Haoyuan Liu d5ab8bf53f
Merge pull request #425 from yang991178/1.1.1
Version 1.1.1
2022-06-09 15:15:41 -07:00
.github add code formatter 2021-08-21 14:49:56 -07:00
.vscode enable context isolation 2020-06-30 19:15:37 +08:00
build add font customization 2021-12-16 15:00:48 +08:00
dist fix dark theme fonts, update metadata 2022-06-08 11:37:20 -07:00
docs add code formatter 2021-08-21 14:49:56 -07:00
src fix article switch after loading full content 2022-06-09 14:14:33 -07:00
.gitattributes import groups from service & fix freshrss 2020-08-06 16:39:27 +08:00
.gitignore update .gitignore 2020-10-21 01:37:50 +03:00
.prettierignore add code formatter 2021-08-21 14:49:56 -07:00
.prettierrc.yml add code formatter 2021-08-21 14:49:56 -07:00
LICENSE Create LICENSE 2020-06-07 13:11:32 +08:00
README.md update website 2021-01-28 17:25:31 +08:00
electron-builder-mas.yml fix article switch after loading full content 2022-06-09 14:14:33 -07:00
electron-builder.yml fix article switch after loading full content 2022-06-09 14:14:33 -07:00
package-lock.json fix dark theme fonts, update metadata 2022-06-08 11:37:20 -07:00
package.json fix dark theme fonts, update metadata 2022-06-08 11:37:20 -07:00
tsconfig.json add partial intl 2020-06-11 17:45:46 +08:00
webpack.config.js release build 1.1.0 2021-12-16 17:26:30 +08:00

README.md

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