This repository hosts the official releases for Noorle CLI.
curl -L cli.noorle.dev | shDownload the appropriate binary for your platform from the releases page.
Available binaries:
noorle-linux-x64- Linux x86_64noorle-linux-arm64- Linux ARM64noorle-darwin-x64- macOS Intelnoorle-darwin-arm64- macOS Apple Siliconnoorle-windows-x64.exe- Windows x64
Each release includes SHA256 checksums. To verify your download:
# Download the checksum file
curl -LO https://github.com/noorle/cli-releases/releases/latest/download/noorle-linux-x64.sha256
# Verify the binary
sha256sum -c noorle-linux-x64.sha256