Skip to content

Repository files navigation

GenovaLauncher

Python

PySide6 Platform License

Website: ars-byte.github.io/genovalauncher-website

A modern graphical launcher for Minecraft: Bedrock Edition on Linux, built with PySide6 (Qt6) and powered by the mcpelauncher project.


Installation

Void Linux (xbps)

xbps-rindex -a genovalauncher-1.0.0_1.x86_64.xbps
doas xbps-install -R $PWD genovalauncher
genovalauncher

Debian/Ubuntu (.deb)

sudo dpkg -i genovalauncher-1.0.0-amd64.deb
sudo apt install -f
genovalauncher

AppImage (Universal)

chmod +x GenovaLauncher-1.0.0-x86_64.AppImage
./GenovaLauncher-1.0.0-x86_64.AppImage

Portable

tar xzf GenovaLauncher-v1.0.0.tar.gz
cd GenovaLauncher-v1.0.0
./genovalauncher.sh

NixOS

# flake.nix
inputs.genovalauncher.url = "github:Ars-byte/GenovaLauncher";
environment.systemPackages = [ inputs.genovalauncher.packages.${system}.default ];
sudo nixos-rebuild switch

From Source

git clone https://github.com/Ars-byte/GenovaLauncher.git
cd GenovaLauncher
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
./run.sh

Features

GenovaLauncher Preview

  • Version management — install, switch, and play multiple Minecraft Bedrock versions from APK or Google Play
  • Resource manager — manage resource packs, behavior packs, skins and worlds
  • Mod support — browse and install mods from the official mcpelauncher-moddb repository
  • 7 dark themes — Tokyo Night, Catppuccin, Dracula, Nord, Everforest, One Dark, Rose Pine
  • 8 languages — English, Spanish, German, French, Italian, Portuguese, Catalan, Japanese
  • Auto-download — downloads mcpelauncher binaries automatically if not found

Requirements

  • Linux x86_64
  • Python 3.10 or newer
  • OpenGL ES 3.0 or higher

System Dependencies

# Void Linux
doas xbps-install qt6-webengine qt6-declarative qt6-webchannel qt6-position libzip unzip zenity

# Debian/Ubuntu
sudo apt install qt6-webengine-dev qt6-declarative-dev libqt6webchannel6 libzip-dev unzip zenity

# Arch
sudo pacman -S qt6-webengine qt6-declarative qt6-webchannel libzip unzip zenity

License

GNU General Public License v3.0. Built upon mcpelauncher.


Developer

Ars-Byte

About

A modern graphical launcher for Minecraft: Bedrock Edition on Linux, built with PySide6 (Qt6) and powered by the mcpelauncher-manifest project.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages