- Saved searches
- Use saved searches to filter your results more quickly
- License
- minecraft-linux/mcpelauncher-manifest
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Minecraft Bedrock Launcher
- Download and play Minecraft Bedrock Edition on GNU/Linux
- Изменения в версии v0.10.0
- Saved searches
- Use saved searches to filter your results more quickly
- Parindraa/Minecraft-Linux-Bedrock-Launcher-For-Linux-Free
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Minecraft Bedrock Launcher
- Download and play Minecraft Bedrock Edition on GNU/Linux
- Changes in version v0.10.0
- Minecraft Bedrock Launcher
- Download and play Minecraft Bedrock Edition on GNU/Linux
- Changes in version v0.10.0
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
License
minecraft-linux/mcpelauncher-manifest
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
An unstable unofficial launcher for the Android version of Minecraft: Bedrock Edition on linux and macOS.
The User Interface to login, download and manage Versions can be found here
Operating System | Architecture | Requirements | Minecraft Versions |
---|---|---|---|
linux glibc | x86 | Intel or Amd CPU with SSSE3 Instruction Set. | 1.13.0 — 1.20.10 |
macOS 10.10 — 10.14 | x86 | Intel or Amd CPU with SSSE3 Instruction Set. | 1.13.0 — 1.16.1X |
linux glibc | x86_64 | Intel or Amd CPU with SSSE3, SSE4.1, SSE4.2 and POPCNT Instruction Sets. | 1.13.0 — 1.20.10 |
macOS 10.10 — latest | x86_64 | Intel or Amd CPU with SSSE3, SSE4.1, SSE4.2 and POPCNT Instruction Sets. M1 Macs can run this Launcher with Rosetta 2 | 1.13.0 — 1.20.10 |
linux glibc | arm32 | armv7 CPU and pulseaudio | 1.13.0 — 1.18.10 |
linux glibc | arm64 | armv8 CPU and pulseaudio | 1.13.0 — 1.20.10 |
macOS 11.0 — latest | arm64 | apple m series CPU (Experimental, modding limitations) | 1.19.70 — 1.20.10 |
Important Minecraft Version specific Bugs
Minecraft Version | Bug Description |
---|---|
1.13.0 — 1.16.1X | Xbox login doesn’t work. It is working in previous Versions of this Launcher. |
1.16.20 — latest | No sound for macOS x86 launcher without compiling yourself with pulseaudio |
1.16.210 — 1.17.4X | Crafting is broken on x86 and x86_64 based devices |
1.16.210 — 1.17.4X | Textures are off by one on x86 and x86_64 based devices, enable texture patch in profile settings to mitigate this Bug |
1.16.210 — 1.17.4X | World Corruption while next to water |
1.18.30 — latest | The armv7 port might not work correctly |
all | You are unable to receive Xbox live game invites |
all | You may be unable to join worlds hosted by this laucher using Xbox live friends joining |
Please check our wiki https://mcpelauncher.readthedocs.io for information about compiling or installing this launcher.
About
The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
Minecraft Bedrock Launcher
Download and play Minecraft Bedrock Edition on GNU/Linux
To use this launcher you have to own Minecraft: Bedrock Edition on google play store, you may be unable to play the latest update of the Game. Otherwise you will get an license error while launching the google play apk.
For sound you will have to install pulseaudio on your host system, otherwise the game will be silent on arm based systems.
The project runs the native libraries from the Android version directly on your computer. This is accomplished by fixing the incompatibilities between the libc used on Android and the one used on desktop Linux or OS X (Android — Bionic; Linux — glibc). This is a simple compatibility layer which doesn’t impact performance in any significant way; it’s similar to Wine, but much more lightweight and simple. Aditionally, all Android-specific code has been rewritten to run on Linux (AppPlatform, Store, Xbox Live, etc.).
This is an unofficial Linux launcher for the Minecraft Bedrock codebase. This project is not affiliated with Minecraft, Mojang or Microsoft.
Изменения в версии v0.10.0
Port game launcher to macOS/arm64
Fix issues with 1.20.0 and 1.20.10.21
File picking on linux, this does not work on macOS yet
Fix a crash while using xbox live multiplayer
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Parindraa/Minecraft-Linux-Bedrock-Launcher-For-Linux-Free
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Credits to TheSonicMaster for the modified launcher appimage, and the minecraft version. So if you want to get Minecraft Bedrock for free on Linux. You have to download the 2 files in the releases, one for the app image and one for the mineraft version. Make sure you save the files to Downloads.
Arch Linux (I suspect it isn’t working)
sudo pacman -S git cd ~ && git clone https://github.com/Parindraa/Minecraft-Bedrock-Launcher-Linux-For-Free.git cd Minecraft-Bedrock-Launcher-Linux-For-Free chmod +x archinstall.sh && ./archinstall.sh
Press next and then click integrate and run.
You are not done yet, you have to sign in to your google account and then close the launcher. Open up the terminal and enter the following command.
cp ~/Downloads/1.16.221-x86_64.zip ~/.local/share/mcpelauncher/versions/
Then start the minecraft launcher and then click the pen button on the bottom left of the screen And then select the minecraft versions, click x86 Installed. Then you can run the game. (Seems like there is a problem at the login screen, I don’t see mcpelauncher-webview in .local/share. Maybe it’s just a arch linux bug)
(IF YOU HAVE A DIFFERENT DOWNLOAD FOLDER YOU CAN CHANGE IT)
sudo apt-get install git -y && cd ~ && git clone https://github.com/Parindraa/Minecraft-Bedrock-Launcher-Linux-For-Free.git && cd Minecraft-Bedrock-Launcher-Linux-For-Free && cp ~/Downloads/Minecraft.AppImage ~/Minecraft-Bedrock-Launcher-Linux-For-Free/ && chmod +x debinstall.sh && ./debinstall.sh
You are not done yet, you have to sign in to your google account and then close the launcher. Open up the terminal and enter the following command.
cp ~/Downloads/1.16.221-x86_64.zip ~/.local/share/mcpelauncher/versions/
Press next and then click integrate and run.
Then start the minecraft launcher and then click the pen button on the bottom left of the screen And then select the minecraft versions, click x86 Installed. Then you can run the game.
If there is any bugs report one to me. I’ll fix it.
Literally made on a chromebook running Manjaro Gnome.
Minecraft Bedrock Launcher
Download and play Minecraft Bedrock Edition on GNU/Linux
To use this launcher you have to own Minecraft: Bedrock Edition on google play store, you may be unable to play the latest update of the Game. Otherwise you will get an license error while launching the google play apk.
For sound you will have to install pulseaudio on your host system, otherwise the game will be silent on arm based systems.
The project runs the native libraries from the Android version directly on your computer. This is accomplished by fixing the incompatibilities between the libc used on Android and the one used on desktop Linux or OS X (Android — Bionic; Linux — glibc). This is a simple compatibility layer which doesn’t impact performance in any significant way; it’s similar to Wine, but much more lightweight and simple. Aditionally, all Android-specific code has been rewritten to run on Linux (AppPlatform, Store, Xbox Live, etc.).
This is an unofficial Linux launcher for the Minecraft Bedrock codebase. This project is not affiliated with Minecraft, Mojang or Microsoft.
Changes in version v0.10.0
Port game launcher to macOS/arm64
Fix issues with 1.20.0 and 1.20.10.21
File picking on linux, this does not work on macOS yet
Fix a crash while using xbox live multiplayer
Minecraft Bedrock Launcher
Download and play Minecraft Bedrock Edition on GNU/Linux
To use this launcher you have to own Minecraft: Bedrock Edition on google play store, you may be unable to play the latest update of the Game. Otherwise you will get an license error while launching the google play apk.
For sound you will have to install pulseaudio on your host system, otherwise the game will be silent on arm based systems.
The project runs the native libraries from the Android version directly on your computer. This is accomplished by fixing the incompatibilities between the libc used on Android and the one used on desktop Linux or OS X (Android — Bionic; Linux — glibc). This is a simple compatibility layer which doesn’t impact performance in any significant way; it’s similar to Wine, but much more lightweight and simple. Aditionally, all Android-specific code has been rewritten to run on Linux (AppPlatform, Store, Xbox Live, etc.).
This is an unofficial Linux launcher for the Minecraft Bedrock codebase. This project is not affiliated with Minecraft, Mojang or Microsoft.
Changes in version v0.10.0
Port game launcher to macOS/arm64
Fix issues with 1.20.0 and 1.20.10.21
File picking on linux, this does not work on macOS yet
Fix a crash while using xbox live multiplayer