README.md

August 11, 2026 ยท View on GitHub

icon
Tuisku

A very shrimple and lightweight app used for storing encrypted notes

Preview

preview

Requirements

  • Android 9.0 and higher

Installation

Download the APK at the Releases page, or get it on IzzyOnDroid

Credits

Build Instructions

# you need to install:
# - the android sdk (obviously, set with ANDROID_SDK on loonix)
# - a jdk like temurin/openjdk (recommended, set with JAVA_HOME on loonix)
# clone the repository and cd into it
$ git clone https://github.com/omaawr/tuisku.git && cd tuisku/app
# compile!! (chmod +x gradlew if not executable)
$ ../gradlew clean assembleDebug # (or assembleRelease for a release build)
# apk should now be at ./build/outputs/apk/debug/app-debug.apk (or ./app/release/app-release.apk if its a release build)