• Stars
    star
    1,506
  • Rank 31,140 (Top 0.7 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

another rss reader

Lettura

Another free and open-source feed reader for macOS and Window.

It supports RSS, Atom.

JSON Feed support will coming soon

And this project is under construction.

Pre-release version is here, you can download it and try to subscribe some feeds.

Get Started

Prerequisites

  • Install Node.js. I recommend you to use NVM.
  • Install pnpm. Here is the manual.
  • Install Rust. You can find way in here
  • Follow the Tauri setup guide
  • Run pnpm install

Develop and Build

It is easy to start developing

pnpm tauri dev

And also easy to build.

pnpm tauri build

You can get more details about building Tauri app in here