CLI
Last updated
Last updated
We maintain an official CLI application that is powered by the kotlin bindings. The CLI application is available for most Windows, macOS, and Linux architectures.
This requires a GitHub Account.
GitHub Actions stores archives on a commit-by-commit basis based on each build. You can navigate to a run and download an archive of the executables.
Navigate to the GitHub Action Page for the CLI.
Click on the name of the build you wish to download.
Scroll down and click on the artifact that matches your Operating System.
The downloaded artifact is a .zip
file that contains the executable binaries on that operating system for all supported CPU architectures. Extract the file and navigate to your folder.
Executable files are located in {build type}
-> releaseExecutable
-> levelz.{extension}
For example, Windows is located in mingwX64
-> releaseExecutable
-> levelz.exe
A .kexe
file is an executable file. This is the default output extension on Unix-based systems, which include Linux and macOS.
You can clone the GitHub repository and assemble the binaries yourself.