How to install Minecraft on a Chromebook in 2021 - Updated Tutorial


I created an updated tutorial, please have a look.

Today we are looking at how to install Minecraft on a Chromebook.  Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!

This tutorial will only work on Chromebooks with an Intel or AMD CPU (with Linux Apps Support) and not those with an ARM64 architecture CPU.

To increase the performance of Minecraft you can turn on Hyper-Threading for your CPU and adjust the game's settings.  To turn 360 degrees use this guide, sadly Optifine, Forge, and Fabric don't work yet with this tutorial.

Please take note that you have to log in every time when you launch the game and skins can be glitchy.

Your .minecraft folder will be here in your Linux files .var/app/com.mojang.Minecraft/.minecraft

Please take note that only Minecraft 1.13 and newer works with this method, I hope that older versions will work again in the future.

a Big Thanks to coolcumber 64 and Jackson Thompson for testing the commands and helpful feedback.

Update: with the release of Chrome OS 96, the Linux container on a Chromebook has been upgraded to a newer version.  Because of this, we need to run one additional command for the application to work, we added it to the list of commands.

Also, we updated the 3rd command, due to backend updates.

Lastly, due to backend changes, the first 4 commands are no longer required as Java 16 was removed from the backend sources, Minecraft will still work.   If you have any questions, please let me know on Youtube. 

Commands Used:
1) sudo echo "deb https://deb.debian.org/debian sid main" | sudo tee /etc/apt/sources.list.d/chrome_os_made_simple_java16.list
2) sudo apt update
3) sudo apt install libcrypt1 -y && sudo apt install openjdk-16-jdk
4) sudo rm /etc/apt/sources.list.d/chrome_os_made_simple_java16.list
5) sudo apt update
6) sudo apt install flatpak
7) sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
8) sudo flatpak install flathub com.mojang.Minecraft
9) sudo chown root:root /usr/bin/bwrap && sudo chmod u+s /usr/bin/bwrap
10) flatpak run com.mojang.Minecraft --disable-framerate-limit


About Flatpak:

Official Site:

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/

All Currently Supported Chromebooks with Linux Apps (Crostini) support


Have a look at our Chromebook comparison and Buyers Guide!

Join our mailing list to be notified about all major Chromebook Sales.

Comments