back to home

yang991178 / fluent-reader

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

9,089 stars
501 forks
393 issues
TypeScriptShellJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing yang991178/fluent-reader in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/yang991178/fluent-reader)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview
<p align="center"> <img width="120" height="120" src="https://github.com/yang991178/fluent-reader/raw/master/build/icon.png"> </p> <h3 align="center">Fluent Reader</h3> <p align="center">A modern desktop RSS reader</p> <p align="center"> <img src="https://img.shields.io/github/v/release/yang991178/fluent-reader?label=version" /> <img src="https://img.shields.io/github/downloads/yang991178/fluent-reader/total" /> <img src="https://github.com/yang991178/fluent-reader/workflows/CI%2FCD%20Release/badge.svg" /> </p> <hr />

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

<p align="center"> <img src="https://github.com/yang991178/fluent-reader/raw/master/docs/imgs/screenshot.jpg"> </p>
  • 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