Skip to content

v1.0.37

Choose a tag to compare

@github-actions github-actions released this 23 Sep 12:49
· 34 commits to main since this release
8f98bf7

Installation

Download the appropriate binary for your platform from the assets below.

Linux

# AMD64
curl -L https://github.com/nexaa-cloud/nexaa-cli/releases/download/v1.0.37/nexaa-v1.0.37-linux-amd64.tar.gz | tar xz
chmod +x nexaa-v1.0.37-linux-amd64/nexaa-cli
sudo mv nexaa-v1.0.37-linux-amd64/nexaa-cli /usr/local/bin/

# ARM64
curl -L https://github.com/nexaa-cloud/nexaa-cli/releases/download/v1.0.37/nexaa-v1.0.37-linux-arm64.tar.gz | tar xz
chmod +x nexaa-v1.0.37-linux-arm64/nexaa-cli
sudo mv nexaa-v1.0.37-linux-arm64/nexaa-cli /usr/local/bin/

macOS

# Intel Macs (amd64)
curl -L https://github.com/nexaa-cloud/nexaa-cli/releases/download/v1.0.37/nexaa-v1.0.37-darwin-amd64.tar.gz | tar xz
chmod +x nexaa-v1.0.37-darwin-amd64/nexaa-cli
sudo mv nexaa-v1.0.37-darwin-amd64/nexaa-cli /usr/local/bin/

# Apple Silicon Macs (arm64)
curl -L https://github.com/nexaa-cloud/nexaa-cli/releases/download/v1.0.37/nexaa-v1.0.37-darwin-arm64.tar.gz | tar xz
chmod +x nexaa-v1.0.37-darwin-arm64/nexaa-cli
sudo mv nexaa-v1.0.37-darwin-arm64/nexaa-cli /usr/local/bin/

Windows

Download the appropriate .zip file for your architecture:

  • AMD64: nexaa-v1.0.37-windows-amd64.zip
  • ARM64: nexaa-v1.0.37-windows-arm64.zip

Extract the zip file and add the executable to your PATH.

Verify installation

nexaa-cli version

Checksums

Verify your download using the checksums in checksums.txt.

What's Changed

New Contributors

Full Changelog: v1.0.36...v1.0.37