Fluent Reader è un lettore RSS moderno, multipiattaforma e open-source.
Go to file
刘浩远 5cc25dea02 fetch frequency limit 2020-06-17 16:44:45 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2020-06-12 13:26:27 +08:00
build add mac packaging 2020-06-13 13:12:52 +08:00
dist storage clean up & import settings 2020-06-15 14:16:49 +08:00
docs Update styles.css 2020-06-17 09:59:31 +08:00
src fetch frequency limit 2020-06-17 16:44:45 +08:00
.gitignore add icons 2020-06-09 14:03:38 +08:00
LICENSE Create LICENSE 2020-06-07 13:11:32 +08:00
PRIVACY.md Create PRIVACY.md 2020-06-15 15:28:29 +08:00
README.md UPDATE README.md 2020-06-17 09:52:18 +08:00
items storage clean up & import settings 2020-06-15 14:16:49 +08:00
package.json alpha release build 0.2.0 2020-06-15 17:25:55 +08:00
screenshot.jpg unread count 2020-06-12 13:11:40 +08:00
sources storage clean up & import settings 2020-06-15 14:16:49 +08:00
tsconfig.json add partial intl 2020-06-11 17:45:46 +08:00
webpack.config.js alpha release build 0.2.0 2020-06-15 17:25:55 +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.

If you are using macOS or an older version of Windows, you can also 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.

Development

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