CLI

We maintain an official CLIarrow-up-right application that is powered by the kotlin bindingsarrow-up-right. The CLI application is available for most Windows, macOS, and Linux architectures.

Installation

GitHub Archives

circle-exclamation

GitHub Actionsarrow-up-right 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.

  1. Navigate to the GitHub Action Pagearrow-up-right for the CLI.

  2. Click on the name of the build you wish to download.

An example, featuring the first successful build.
  1. Scroll down and click on the artifact that matches your Operating System.

A list of artifacts from the previous example build.
  1. 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.

  2. Executable files are located in {build type} -> releaseExecutable -> levelz.{extension}

circle-check
circle-info

A .kexe file is an executable file. This is the default output extension on Unix-based systems, which include Linux and macOS.

From Source

You can clone the GitHub repositoryarrow-up-right and assemble the binaries yourself.

Last updated