Read It Later

August 18, 2026 ยท View on GitHub

Read it later app done using Tauri. Mainly for android.

cover

Install

Stats

GitHub stars

IzzyOnDroid Monthly Downloads

RB Status

Setup

npm install --package-lock
cargo install tauri-cli@2.9.5

Development

cargo tauri dev

Build

cargo tauri build

Android

Setup environment as per tauri.

  • JAVA_HOME: can point to jbr folder from android studio.
  • ANDROID_HOME: Possibly in ~/Android/Sdk.
  • NDK_HOME: Extracted NDK package folder. (e.g.: android-ndk-r27d)

To develop use (needs to be in same network):

cargo tauri android dev

To build use:

Follow code signing as per here.

cargo tauri android build  --split-per-abi

Screenshots

sharehome
ttssettings
darkdark

Translation

LocationFormatPurpose
src-tauri/locales/*.tomlTOMLApp UI strings
fastlane/metadata/android/{locale}/Text filesAndroid store listing

To contribute translations, edit or create the corresponding files and submit a pull request. For new locales, symlink the images folder to ../en-US/images instead of copying screenshots.

License

License: MIT

Distributed under the MIT License. See LICENSE.md for more information.

Acknowledgment

Works well with