Skip to content

Repository files navigation

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

cover

Install

Stats

GitHub stars

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

share home
tts settings
dark dark

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

License: MIT

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

Acknowledgment

Works well with