Installation
Chunker is available in two formats: a desktop application with a graphical interface and a command-line interface (CLI) for advanced users and automation.System Requirements
- Desktop App
- CLI
- Operating System: Windows, macOS, or Linux
- Memory: Minimum 4GB RAM (8GB recommended for large worlds)
- Java: Bundled with the application (no separate installation required)
- Disk Space: Sufficient space for input and output worlds (worlds can be several GB)
Chunker defaults to using 75% of available memory. For large worlds, ensure you have adequate RAM available.
Installing the Desktop App
The desktop application provides an Electron-based frontend for easy world conversion.Download Chunker
Visit the GitHub releases page and download the appropriate version for your operating system:
- Windows:
Chunker-{version}.exe - macOS:
Chunker-{version}.dmg - Linux:
Chunker-{version}.AppImageor.debpackage
Install the Application
- Windows
- macOS
- Linux
Run the
.exe installer and follow the installation wizard.Customizing Memory Allocation (Desktop App)
By default, Chunker uses 75% of available system memory. You can customize this when launching:Chunker forwards
-Xmx (maximum memory) and -Xms (minimum memory) flags to the Java Virtual Machine. For other JVM options, use --java-options="...".Installing the CLI
The command-line interface is perfect for automation, scripting, and server administrators.Install Java 17 or Higher
Verify your Java installation:The output should show Java 17 or higher. If not installed, download from:
Download Chunker CLI
Download
chunker-cli-{version}.jar from the GitHub releases page.CLI Memory Configuration
For large world conversions, increase the JVM heap size:Building from Source
For developers who want to build Chunker from source:You can skip tests during build by adding
-x test to the gradle command.Verifying Your Installation
To verify Chunker is working correctly:- Desktop App
- CLI
Launch the application. You should see the Chunker interface with options to select input and output directories.
Next Steps
Quick Start Guide
Ready to convert your first world? Follow our step-by-step quick start guide.