Skip to main content

Install the CLI and Node Manager

Actyx Node Manager and the Actyx Command Line Interface (CLI) are tools to manage your Actyx nodes and apps. While the Node Manager is an application that allows you to interact with the nodes in an easy-to-use user interface, with the CLI you can interact with your Actyx environment by running commands in your favorite terminal program:

  • Unix based operating systems: Use common shell programs such as bash, zsh or tcsh to run commands in linux shells
  • Windows: On Windows, run commands with the Windows command prompt or in PowerShell

Please choose your development platform in the tabs below and follow the instructions.

Actyx CLI​

To run Actyx CLI on Windows you need to have the following prerequisites:

  • Windows 10 or Windows Server 2019
  • x64 processor architecture

To install Actyx CLI, please follow these steps:

  1. Download the Actyx CLI binary for Windows from our releases page.
  2. Save the ax binary in some location on your machine. We recommend C:\Program Files\Actyx\.
  3. In the Windows Search, look for and then select System (Control Panel)
  4. Click the Advanced system settings link.
  5. Click Environment Variables and in the section System Variables find the PATH environment variable and select it. Click Edit.

env-var

  1. In the Edit System Variable window, add the path to the ax binary (e.g. C:\Program Files\Actyx\) to the PATH environment variable. Click OK. Close all remaining windows by clicking OK.
  2. Restart your command line.
  3. To confirm the installation, use the ax --version command. You should see something similar to this:
ax --version
Actyx CLI 2.0.0

Congratulations, you have successfully installed Actyx CLI! 🎉

Node Manager​

To install Actyx Node Manager, please follow these steps:

  1. Download the Actyx Node Manager MSI installer for Windows from our releases page.

  2. Run the downloaded installer and follow the onscreen instructions.

  3. Double-click on the icon and wait until the application is opened.