curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt To check that downloaded files match the checksum, use sha256sum: sha256sum -c SHASUMS256.txt --ignore-missing For Current and LTS, the GPG detached signature of SHASUMS256.txt is in SHASUMS256.txt.sig. You can use it with gpg...