Downloads

Are you a new user? Have a look at the Getting Started guide in our docs. Otherwise, feel free to look at the changelog.


Windows

Works on Windows 8, 8.1, 10 and 11. May work on older versions, but not officially supported.

Luanti is distributed as a portable .zip archive on Windows. Extract it to a folder you have write permissions, and run luanti.exe which can be found in the bin folder.

You can also get the latest development version of Luanti from builds made by community members. These builds are more recent than the officially released builds and contain new features (at the cost of stability).

Android

Android 6 or later is recommended.

Get it on Google Play Get it on F-Droid

Alternatively, download the APK:

Note: We advise not to use unofficial builds commonly found on the Play Store. They may contain excessive advertisements or spyware, or be distributed under proprietary terms.

Linux

Packages

These may be out of date at times. If they are too out of date, consider building from source.

  • Flatpak (all distributions) - Stable
  • Ubuntu and derivatives -
    • add the PPA (as the repos are outdated) for the Stable version:
      sudo add-apt-repository ppa:minetestdevs/stable
      
    • or for the Daily Version:
      sudo add-apt-repository ppa:minetestdevs/daily-builds
      
    • and install Luanti
      sudo apt update
      sudo apt install minetest
      
  • Debian - use Flatpak or compile from source, as the repos are outdated
  • Arch Linux - Stable, Unstable (AUR)
  • Fedora - Stable
  • openSUSE - Stable
  • Mageia - Stable
  • Gentoo - Stable
  • Void Linux - Stable
  • Alpine Linux - Stable
  • NixOS - Stable
  • Slackware - Stable (SBo)

FreeBSD

Package manager

On FreeBSD 9.1 and newer, you can use the official pre-built packages: pkg install luanti

Compile using ports

You can also compile Luanti and choose build options easily using the FreeBSD port dialogs.

cd /usr/ports/games/minetest
make install

macOS

macOS 11.3 or later is recommended. May work on older versions when built from source.

Source code

Get the latest stable or development source code from GitHub.

See the README for details on how to compile Luanti from source.


Looking for older versions? Check out the list of releases on GitHub!