5cc25dea02 | ||
---|---|---|
.github/ISSUE_TEMPLATE | ||
build | ||
dist | ||
docs | ||
src | ||
.gitignore | ||
LICENSE | ||
PRIVACY.md | ||
README.md | ||
items | ||
package.json | ||
screenshot.jpg | ||
sources | ||
tsconfig.json | ||
webpack.config.js |
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