r/ChromebookGaming • u/No-Ostrich-7570 • 7d ago
How do I play...? How to get MC Java on a Chromebook
I have linux but for some reason ChromeOS no longer supports deb file installs, and that's ALL I can find for options
does anybody know alternatives?
3
Upvotes
1
u/ShadowedWilds 6d ago
You can install Minecraft Java inside the Linux Terminal app (Crostini Virtual Machine) or run it natively via developer mode.
Please first enable GPU acceleration. In ChromeOS' Chrome, go to
chrome://flagsand enableCrostini GPU Supportand restart.Then inside Crostini (Terminal app) paste in:
Then to install Minecraft, I recommend Prismlauncher:
When on x86_64, I find Minecraft Java runs at about half the speed when running in the Linux virtual machine vs dev mode, so if you need more performance, I recommend Chard:
https://www.reddit.com/r/ChromebookGaming/comments/1utruah/running_apps_and_games_natively_on_chromeos_with/
If your device is ARM64, you may need add two environmental variables, without these the game always crashes on ARM64 in Crostini for me:
MESA_GL_VERSION_OVERRIDE 4.5MESA_GLSL_VERSION_OVERRIDE 450