The Unofficial *NIX Lancher for Minecraft is an unofficial launcher for the Android version the Minecraft Bedrock Edition. It uses uses fake JNI (Java Native Interface) to communicate with Minecraft. Unofficial *NIX Lancher for Minecraft supports x86, x86_64, armhf, and arm64 versions of Minecraft on both Linux and MacOS.
You can now contribute translations of the Launcher UI via weblate at hosted.weblate.org/projects/minecraft-linux/mcpelauncher-ui-qt/ without touching the raw translation files.
The Unofficial *NIX Launcher for Minecraft can be installed in many ways, however the primary method of installation is with the Appimage.
AppImages are deprecated and keep on an outdated release.
Some soft forks continued to violating the "Can I play with an apk" policy.
Consider switching to flatpak / native OS packages for Debian, Ubuntu or Fedora.
Minecraft Versions up to 1.21.60.10 are allowed, while only up to 1.21.5X are fully supported.
Prebuilt linux AppImages were available on
AppImage Builder on Github
After downloading simply open terminal,
chmod +x Minecraft_Bedrock_Launcher-*.AppImage and run
it. With some Filemanagers you should be able to run it with double
click, similar to running a *.exe file on Windows. Otherwise run it
from a Terminal ./Minecraft_Bedrock_Launcher-*.AppImage
To Upgrade, simply remove the old appimage and download the new version using the above steps.
If it's your first time you have installed an AppImage and you want an Icon in your startmenu
- install AppImageLauncher
- run the AppImage like before
- AppImageLauncher will ask you to integrate it, press yes
- You can now start and update the Launcher directly from your startmenu
You can also install mcpelauncher on Linux via Flathub. To install it, first setup Flatpak then run
sudo flatpak install flathub io.mrarm.mcpelauncherTo update the launcher if already installed you can run this command
sudo flatpak updateflatpak install --user flathub io.mrarm.mcpelauncherTo update the launcher if already installed you can run this command
flatpak updateIf it's your first time you have installed a Flatpak please logout from your Computer and sign back in to be able to find the Launcher inside your startmenu.
To run it from a Terminal, run
flatpak run io.mrarm.mcpelauncherIf it doesn't start you can enable debug logging like this
flatpak run io.mrarm.mcpelauncher -vIf this still just closes, you might need to disable wayland support due to bugs of certain linux (sub)systems like chromeos
flatpak run --nosocket=wayland --nosocket=fallback-x11 --socket=x11 io.mrarm.mcpelauncher
How to add the apt or rpm repository.
Once added you can install the mcpelauncher-manifest,
mcpelauncher-ui-manifest and msa-manifest packages to install the
launcher system wide.
sudo apt update
sudo apt install mcpelauncher-manifest mcpelauncher-ui-manifest msa-manifestsudo dnf install mcpelauncher-manifest mcpelauncher-ui-manifest msa-manifestThis is equivalent to a source build, but automated
Unofficial packages for Arch Linux users can be installed on the AUR, both client and Qt launcher. You can install using an appropriate AUR helper such as yay.
yay -S mcpelauncher-linux mcpelauncher-uiIf you find mcpelauncher-linux to be behind, there is https://aur.archlinux.org/packages/mcpelauncher-linux-git as well that is equivalent to a nightly build.
You can find it in the startmenu or run the following command
mcpelauncher-ui-qtIf it doesn't start you can enable debug logging like this
mcpelauncher-ui-qt -vMojang will soon require OpenGL ES 3.1.
Starting with April 2025 updates to Minecraft can stop in this macOS Port, which supports at most OpenGL ES 3.0.
It's not recommend to buy the android game just for this launcher. Ownership on the Google Play Store, not any other Store, is a hard requirement for playing the full version of the game.
Minecraft Versions up to 1.21.71 are currently fully supported, 1.21.80.22 (beta) is working.
Prebuilt macOS binary's are currently available here. Always copy the App to a writeable location otherwise the updater won't work.
If there are no packages available for your distribution or you want to compile, check out the Source Build guide.