Skip to content

Install From Sources

Download from release

Each stable version of Cluster.dev has a binary that can be downloaded and installed manually. The documentation is suitable for v0.4.0 or higher of the Cluster.dev client.

Installation example for Linux amd64:

  1. Download your desired version from the releases page.

  2. Unpack it.

  3. Find the Cluster.dev binary in the unpacked directory.

  4. Move the binary to bin folder (/usr/local/bin/).

Building from source

Go version 16 or higher is required, see Golang installation instructions.

To build the Cluster.dev client from source:

  1. Clone the Cluster.dev Git repo:

    git clone https://github.com/shalb/cluster.dev/
    
  2. Build the binary:

    cd cluster.dev/ && make
    
  3. Check Cluster.dev and move the binary to bin folder:

    ./bin/cdev --help
    mv ./bin/cdev /usr/local/bin/