Skip to content

0.1.8 - 2025-08-31

Choose a tag to compare

@github-actions github-actions released this 31 Aug 09:28
5703e00

Release Notes

Added

  • Added self update for near-validator (#27)

Other

  • update near-* dependencies to 0.31 release (#28)

Install near-validator 0.1.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near-cli-rs/near-validator-cli-rs/releases/download/v0.1.8/near-validator-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/near-cli-rs/near-validator-cli-rs/releases/download/v0.1.8/near-validator-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-validator@0.1.8

Download near-validator 0.1.8

File Platform Checksum
near-validator-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
near-validator-x86_64-apple-darwin.tar.gz Intel macOS checksum
near-validator-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
near-validator-x86_64-pc-windows-msvc.msi x64 Windows checksum
near-validator-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-validator-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum