Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Oct 22:41
· 5 commits to main since this release

mayrlabs v0.5.0

Installation

Download the appropriate binary for your platform below:

Linux

# AMD64
wget https://github.com/MayR-Labs/mayrlabs-go/releases/download/v0.5.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/v0.5.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/v0.5.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/v0.5.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.