Skip to content

0.30.0 - 2026-08-17

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 23:42
Immutable release. Only release title and notes can be modified.
c36302c

Release Notes

Added

  • fetch gas keys from network and allow user to choose them (#641)
  • display ml-dsa-65-hash when displaying ml-dsa-65 pubkey (#640)
  • Added the ability to view FT for all contracts in the account (#620)

Other

  • document Homebrew installation (#642)
  • bump actions/checkout (#639)
  • (ci) fix workflows and upd deps (#638)

Install near-cli-rs 0.30.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.30.0

Download near-cli-rs 0.30.0

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