Node-Client (CLI) Installation
Node-Client Requirements
- Supported Host OSes are Ubuntu 20.04, 22.04, 24.04, Rocky Linux 9.2, RHEL 9.2, Windows (amd64) or MacOS (amd64 or arm64)
Install Node-Client
The file naming convention is node-client-<version>-<distribution>. In this guide we will use version 0.4.0. Please see Release for alternative versions and distributions.
- Download a release tarball from Download
- Extract Node-Client
tar -xvf node-client-0.4.0-<distribution>.tgz;
- Deploy Node-Client
-
Linux OSes
After unpacking the deployment package, run
deploy-node-client.sh
.deploy-node-client.sh
checks dependencies and previously installed versions. It will install any missing dependencies and deploy the node-client binary.Supported Parameters for
deploy-node-client.sh
:-a
Deploy all : default-d
Deploy node-client and check package dependencies. Skip version and Ubuntu ISO checking.-l <version>
link the installed node-client to this specific version-h
print usage
cd node-client-0.4.0;
./deploy-node-client.sh;notenode-client deployment on Linux systems provides autocompletion.
-
Windows / MacOS
No deployment script is provided for Windows and MacOS. The MacOS package includes just the node-client binary, and the Windows one provides a .exe file.
You can run this binary using the terminal or powershell. For convenience, you can put the file into a directory in your $PATH.noteNo autocompletion is provided for Windows/MacOS.
-