Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 07:38
· 2 commits to main since this release

mayrlabs v1.0.0

Installation

Download the appropriate binary for your platform below:

Linux

# AMD64
wget https://github.com/MayR-Labs/mayrlabs-go/releases/download/v1.0.0/mayrlabs-linux-amd64
chmod +x mayrlabs-linux-amd64
sudo mv mayrlabs-linux-amd64 /usr/local/bin/mayrlabs

# ARM64
wget https://github.com/MayR-Labs/mayrlabs-go/releases/download/v1.0.0/mayrlabs-linux-arm64
chmod +x mayrlabs-linux-arm64
sudo mv mayrlabs-linux-arm64 /usr/local/bin/mayrlabs

macOS

# Intel
wget https://github.com/MayR-Labs/mayrlabs-go/releases/download/v1.0.0/mayrlabs-darwin-amd64
chmod +x mayrlabs-darwin-amd64
sudo mv mayrlabs-darwin-amd64 /usr/local/bin/mayrlabs

# Apple Silicon (M1/M2/M3)
wget https://github.com/MayR-Labs/mayrlabs-go/releases/download/v1.0.0/mayrlabs-darwin-arm64
chmod +x mayrlabs-darwin-arm64
sudo mv mayrlabs-darwin-arm64 /usr/local/bin/mayrlabs

Windows

Download mayrlabs-windows-amd64.exe and add it to your PATH.

Or use the installation script.

Verify Installation

mayrlabs --version

What's Changed

See the CHANGELOG for details.

Checksums

Verify the integrity of your download using the checksums in checksums.txt.