Installing Genesis CLI from GitHub Releases
A Java 17 (or newer) runtime environment is required. You can use any distribution, such as:
-
Navigate to the
Genesis GitHub Releases
page.
-
From the latest release, download the
genesis-cli.zip
file.
-
Extract the contents of the zip file to a permanent location on your computer (for example,
C:\Program Files\genesis-cli
on Windows or
~/genesis-cli
on Linux).
After extracting, you must make the script executable on Linux/macOS and then verify the installation.
Open a terminal, navigate into the extracted folder containing the
bin
directory, and run:
# Make the script executable
chmod +x bin/genesis-cli
# Verify the installation by running it directly
./bin/genesis-cli version
content_copy
Open Command Prompt or PowerShell, navigate into the extracted folder, and run:
# Verify the installation
genesis-cli.bat version
content_copy
You should see the CLI version.
info
Last Updated on: Sep 12, 2025 at 10:07 PM IST