Skip to content

v1.12.3

Choose a tag to compare

@ilya-lesikov ilya-lesikov released this 09 Oct 09:28
· 369 commits to main since this release

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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