Looking for a free and open-source sandbox game similar to Minecraft? Luanti is one of the best alternatives you can run on a Chromebook with Linux enabled. Formerly known as Minetest, Luanti is lightweight, highly customizable, and supports thousands of community-created mods, textures, and multiplayer servers.
In this guide, you'll learn how to install Luanti on a Chromebook running ChromeOS with Debian 13 (Trixie).
What is Luanti?
Luanti is a free voxel sandbox game engine that allows players to build, explore, survive, and create custom worlds. Thanks to its open-source nature, Luanti has an active community that develops new game modes, maps, and modifications.
Features
- Free and open source
- Lightweight and optimized for low-end hardware
- Multiplayer support
- Thousands of community mods
- Cross-platform compatibility
- Creative and Survival gameplay
- Easy installation on Linux
System Requirements
Before installing Luanti, make sure you have:
- Chromebook with Linux Development Environment enabled
- Debian 13 (Trixie)
- Internet connection
- Around 10 MB of free storage
You can verify your Debian version:
cat /etc/debian_version
Install Luanti on Chromebook
Step 1 – Update the System
sudo apt update
Step 2 – Install Luanti
sudo apt install -y luanti
Launch Luanti
After installation, open the Launcher and search for:
Luanti
Or start it from the terminal:
luanti
Updating Luanti
To update Luanti in the future:
sudo apt update
sudo apt upgrade
Uninstall Luanti
If you no longer need Luanti, remove it using:
sudo apt remove -y luanti
sudo apt autoremove -y
Why Choose Luanti?
Luanti is an excellent choice for Chromebook users because it runs smoothly even on modest hardware. Unlike many commercial sandbox games, it is completely free and offers unlimited customization through community-created content.
Whether you want to build massive cities, explore generated worlds, or host your own multiplayer server, Luanti provides a flexible platform for endless creativity.
Conclusion
Installing Luanti on a Chromebook running Debian 13 is incredibly simple. With only two commands, you'll have a powerful open-source sandbox game ready to play.
If you're looking for a lightweight Minecraft alternative that works well on Linux and ChromeOS, Luanti is definitely worth trying.

0 Comments