Grab the .apk file from the latest official release
Or clone and build the latest version from source
# Clone the repository
$ git clone https://github.com/Eliran-Turgeman/tetsu.git
$ cd tetsu
# Build the debug APK
$ ./gradlew assembleDebugAfter the build finishes, the generated APK can be found in app/build/outputs/apk/debug/ (e.g. app/build/outputs/apk/debug/app-debug.apk).




