Requirements

System Requirements

  • Windows 10/11
  • macOS 10.15 or later
  • Linux (Ubuntu 20.04, Fedora 32, Debian 10/11)

Java Requirements

Java 21 is essential to run the program. You can download it for Windows/MacOS: Java 21 (opens in a new tab).

For Linux

To install Java 21 on Linux, you can follow these steps:

Open a terminal.

Update packages

sudo apt update

Install JDK 21

sudo apt install openjdk-21-jdk

Verify the installation

java -version

If everything went well, you should see the Java version displayed.

Installing PowerNukkitX

To install PowerNukkitX, you have several installation methods available:

  • CLI (Automatic)
  • Manual Windows
  • Manual Linux