v1.12.3
Install binaries directly (no autoupdates)
Download nelm binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm binary can be downloaded and verified with gpg on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.12.3/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.12.3/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm