https://github.com/zhanglun/lettura
another rss reader
https://github.com/zhanglun/lettura
rss rss-reader rust tailwindcss tauri-app
Last synced: about 1 month ago
JSON representation
another rss reader
- Host: GitHub
- URL: https://github.com/zhanglun/lettura
- Owner: zhanglun
- License: mit
- Created: 2020-09-29T14:27:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T05:52:19.000Z (8 months ago)
- Last Synced: 2024-10-29T15:34:43.177Z (7 months ago)
- Topics: rss, rss-reader, rust, tailwindcss, tauri-app
- Language: TypeScript
- Homepage: https://zhanglun.github.io/lettura/
- Size: 18.9 MB
- Stars: 1,523
- Watchers: 12
- Forks: 69
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tauri - Lettura - Open-source feed reader for macOS. (Applications / Email & Feeds)
- my-awesome - zhanglun/lettura - reader,rust,tailwindcss,tauri-app pushed_at:2025-04 star:1.6k fork:0.1k another rss reader (TypeScript)
README
![]()
Lettura
Follow your favorite content and never miss a story.
Another free and open-source feed reader designed to deliver an exceptional reading experience across multiple platforms.
### Features
* **Cross-Platform Compatibility**: Seamlessly access your feeds on macOS, Windows, and soon Linux, ensuring your reading experience is uninterrupted regardless of your operating system.
* **Lightning-Fast Performance**: Built with speed in mind, Lettura ensures that you can browse and read your favorite content without any lag or delay.
* **Beautiful and Intuitive UI**: Thanks to the elegant design from @shadcn/ui, Lettura offers a clean, distraction-free interface that makes reading a pleasure.
* **Powerful Search Functionality**: Quickly find the content you need with our efficient search feature that works across all your subscribed feeds.
* **Keyboard Shortcuts**: Master your reading experience with easy-to-use keyboard shortcuts that let you navigate and interact with nearly every function without lifting a finger.
* **Podcast playback support**: Enjoy your favorite audio content directly within the app without missing a single episode.
![]()
![]()
![]()
![]()
![]()
![]()
## Get Started
### Prerequisites
* Install Node.js. I recommend you to use [NVM](https://github.com/nvm-sh/nvm).
* Install pnpm. [Here](https://pnpm.io/installation) is the manual.
* Install Rust. You can find way in [here](https://www.rust-lang.org/tools/install)
* Follow the [Tauri setup guide](https://tauri.app/v1/guides/getting-started/prerequisites)
* Run pnpm install### Develop and Build
It is easy to start developing
```bash
pnpm tauri dev
```And also easy to build.
```bash
pnpm tauri build
```You can get more details about building Tauri app in [here](https://tauri.app/v1/guides/distribution/publishing)
## Repo Activity

### More Projects
* [Pavo: mini desktop wallpaper application. ](https://github.com/zhanglun/pavo)
* [BookWise: book wise, read wiser](https://github.com/zhanglun/bookwise)