Skip to content

📰 Modern desktop RSS reader built with Electron, React, and Fluent UI

License

Notifications You must be signed in to change notification settings

NoNamePro0/fluent-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

A unofficial package of Fluent Reader is on the Snap Store for Linux Users. fluent-reader

If you want to use the official Linux AppImage or have 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.
  • Read locally, or sync with Feedbin or self-hosted services compatible with Fever API.
  • 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 including Inoreader and Feedly 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

# Clone this Repository
git clone https://github.com/NoNamePro0/fluent-reader/ && cd fluent-reader

# Install dependencies
npm install

# Start App
npm run start

# Package app for windows
npm build
electron-builder create-self-signed-cert
npm run package-win

Developed with

License

BSD

About

📰 Modern desktop RSS reader built with Electron, React, and Fluent UI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%