--- title: Open source voxel game engine layout: default homepage: true redirect_from: - /screenshots/ ---

Minetest

An open source voxel game engine. Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server.

Available for Windows, macOS, GNU/Linux, FreeBSD, OpenBSD, DragonFly BSD, and Android.

News: 5.2.0 released. (April 5th 2020)

Features

{% for category_hash in site.data.features %} {% comment %} The assignment below is required to be able to iterate on the nested hash. {% endcomment %} {% assign category = category_hash[1] %}

{{ category.title }}

{% for feature in category.features %}

{{ feature.title }}

{{ feature.description | markdownify }} {% endfor %}
{% endfor %}
{% comment %} Thumbnail file names are inferred from the image name. For example, the thumbnail for `foo.jpg` will be `foo-thumb.jpg`. {% endcomment %} {% for image in site.data.gallery %} {% endfor %}