An offline version of Amethyst, a MC Launcher based on PojavLauncher.
You can get Amethyst via two methods:
- Releases: Download the prebuilt app from the automatic builds -> Android - iOS
- Build from Source: Follow the building instructions below.
Clone the repository: git clone --recursive https://github.com/DumDum192/Amethyst-Offline.git
Patch and build the launcher: ./android-build (Use android-build.bat on Windows).
The built APK will be located in Amethyst-Android/app_pojavlauncher/build/outputs/apk/debug/.
You'll have to use gpatch to patch the files manually, then gmake to compile the app.
See the workflow file for further details.