Read it later app done using Tauri. Mainly for android.
npm install --package-lock
cargo install tauri-cli@2.9.5cargo tauri devcargo tauri buildSetup 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 devTo build use:
Follow code signing as per here.
cargo tauri android build --split-per-abi![]() |
![]() |
|---|---|
![]() |
![]() |
![]() |
![]() |
| 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.
Distributed under the MIT License. See LICENSE.md for more information.










