Axyon
Home
Learn
Install
  • Orion
  • Stargate
  • Fusion
  • Nova
Home
Learn
Install
  • Orion
  • Stargate
  • Fusion
  • Nova
  • Installation

    • Axyon System Control
    • Manual Deployment

      • Overview
      • Authentication
    • CLI
  • Introduction

    • Overview
  • Components

    • Overview
    • Arkeia
    • Orion
    • Stargate
    • Fusion
    • Nova
  • Guides

    • Overview
    • Orion

      • Getting Started
      • Orion Agents
      • Our First Service
  • Applications

    • Axyon Application Images
    • Building Axyon Applications
  • Reference

    • Overview
    • Axyon CLI
    • Orion
    • App VM
    • Axyon OS
  • Help

Axyon CLI

Axyon is designed with a client/server architecture. The Axyon command line interface (CLI) is written in Go and performs operations using GRPC. To install the Axyon CLI (ax) use the following.

macOS

To install the Axyon CLI for macOS, use Homebrew:

brew tap axyon-io/axyon https://code.underland.io/axyon-io/homebrew-axyon

Next update and install:

brew update && brew install axyon-cli

To confirm you have ax ready, run ax --version. You should see something similar to the following:

ax version 2025.03.01

Windows

Coming soon...

Linux

Coming soon...

Binaries

Coming soon...