Read It Later
August 18, 2026 ยท View on GitHub
Read it later app done using Tauri. Mainly for android.

Install
Stats
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
![]() | ![]() |
|---|---|
![]() | ![]() |
![]() | ![]() |
Translation
| Location | Format | Purpose |
|---|---|---|
src-tauri/locales/*.toml | TOML | App UI strings |
fastlane/metadata/android/{locale}/ | Text files | Android 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
Distributed under the MIT License. See LICENSE.md for more information.









