This is a note-taking app for Android.
| Channel | Source |
|---|---|
| Stable Releases | GitHub Releases |
| Canary (CI) Builds | GitHub Actions |
Note
Debug builds are recommended for users encountering issues or performing troubleshooting.
Caution
A signed-in GitHub account is required to retrieve CI-generated artifacts.
The page linked above only displays builds produced from the main branch.
Builds originating from pull requests may contain unfinished or unverified changes, so sticking to
main builds is generally recommended unless specifically requested for testing purposes.
If you want to use your own signing key for release builds, set the following environment variables:
- STORE_FILE — Path to the keystore
- STORE_PASSWORD — Keystore password
- KEY_ALIAS — Alias of the key in the keystore
- KEY_PASSWORD (optional) — Key password (default: STORE_PASSWORD)
-
Clone the repository:
git clone https://github.com/OussamaTeyib/Thoth.git
-
Build the project:
- Open the project in Android Studio.
- Let Gradle sync.
- Use Run to launch on a device or emulator.
- Use Build > Build Bundle(s) / APK(s) to generate APK or AAB.
This project is licensed under the MIT License.