Kapymine Launcher is a simple, user-friendly Bash-based Minecraft launcher wrapper.
It automates:
- Creating an offline Minecraft account.
- Downloading and launching the latest vanilla Minecraft release.
- Managing multiple installed versions.
- Providing a clean graphical interface via Zenity.
Note: This project is intended for educational and personal use.
✅ Automatically fetches the latest Minecraft version from PrismLauncher By Diegiwg
✅ Creates PrismLauncher-compatible instances
✅ Offline account setup for quick testing
✅ Zenity-based graphical menus:
✅ Supports uninstall via a dedicated script
Kapymine-Launcher/
├── kapymine-launcher.sh # Main launcher script
├── uninstall.sh # Uninstaller script
├── install.sh # Installer script
├── kapymine.png # Icon
└── README.md # This file
- Dependencies
sudo pacman -S jq zenitysudo apt install jq zenity- Installation
pacman -S --needed git base-devel
git clone https://github.com/Kapy2003/kapymine-launcher.git --depth 1
cd kapymine-launcher
./install.sh && exit- Uninstallation
cd kapymine-launcher
./uninstall.sh