Building from source
Build the nativify CLI and GUI from source. For prerequisites (JDK, Maven, LLVM, a
C/C++ compiler), see Installation.
Quick build (recommended)
The build outputs to dist/ with ready-to-run launchers:
dist/bin/nativify·dist\bin\nativify.bat— the CLI tooldist/bin/nativify-gui·dist\bin\nativify-gui.bat— the GUI
Options
Any extra flags are passed straight to Maven:
Manual build (Maven)
<PLATFORM> is the host platform you're building on, not the target you'll
protect for. Supported hosts:
windows-x86_64linux-x86_64linux-arm64macosx-x86_64
Next steps
- Usage — run the CLI or GUI
- Running the protected JAR
- CLI reference