Skip to content

0.1.9 - 2026-01-09

Choose a tag to compare

@github-actions github-actions released this 10 Jan 01:36
d7b84ec

Release Notes

Added

  • Enabled aarch64 Windows binary builds (upgraded cargo-dist to 0.29.0) (#30)

Other

  • Updated near-cli-rs crate to 0.23.5 release (#32)

Install near-validator 0.1.9

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.9/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.9/near-validator-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-validator@0.1.9

Download near-validator 0.1.9

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-aarch64-pc-windows-msvc.tar.gz ARM64 Windows checksum
near-validator-aarch64-pc-windows-msvc.msi ARM64 Windows 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