/lettura

another rss reader

Primary LanguageTypeScriptMIT LicenseMIT

Lettura

Another free and open-source feed reader for macOS, maybe for Window in someday.

It supports RSS, Atom, JSON Feed.

And this project is under construction.

Pre-release version is here, you can download it and try to describe 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