Releases: near/near-cli-rs
Releases · near/near-cli-rs
0.28.0-rc.1 - 2026-07-02
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Release Notes
Added
sign transactions with a gas key (nonce_index) (#608 )
gas-key support (nearcore 2.13) (#607 )
post-quantum (ML-DSA-65) key generation (draft) (#605 )
Validate beneficiary account before deleting account (#596 )
Fixed
Fixed output information for transaction status "Started" (#594 )
Other
Fixed NPM Trusted Publishing (#603 )
Install near-cli-rs 0.28.0-rc.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.28.0-rc.1/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.28.0-rc.1/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.28.0-rc.1
0.27.0 - 2026-06-03
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Release Notes
Added
Added the ability to select multiple keys to remove from the account (#597 )
Fixed
Fixed offline mode (#593 )
Fixed a bug in the command line parsing of the "send-ft" command. (#592 )
Other
bump nearcore crates to 0.36 (2.12 / protocol 84) (#599 )
Install near-cli-rs 0.27.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.27.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.27.0/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.27.0
0.26.2 - 2026-05-08
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
validate receiver account before sending tokens (#582 )
Install near-cli-rs 0.26.2
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.26.2/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.26.2/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.26.2
0.26.1 - 2026-04-30
Compare
Sorry, something went wrong.
No results found
Release Notes
Other
bumped Ledger timeout from 30 seconds to 5 minutes (#588 )
Install near-cli-rs 0.26.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.26.1/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.26.1/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.26.1
0.26.0 - 2026-04-16
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
state-init command (#560 )
Other
Allow custom on_sending_delegate_action_callback handler for transactions and on_after_signing_callback for sign-message (#583 )
Install near-cli-rs 0.26.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.26.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.26.0/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.26.0
0.25.1 - 2026-04-15
Compare
Sorry, something went wrong.
No results found
Release Notes
Other
(deps) replace slipped10 with near-slip10 (#584 )
Install near-cli-rs 0.25.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.25.1/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.25.1/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.25.1
0.25.0 - 2026-04-08
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
update function call limits to 1000 TGas (#559 )
Improved interactive contract selection option for FT tokens (#574 )
Added send-tf-call command (ft_transfer_call function call) to tokens subcommand (#576 )
(ledger) BLE support (#570 )
Allow custom input as method name (#568 )
Fixed
wait for block finality before returning from send (#564 )
number of shards calculation (#579 )
resolve CI test failures from env var race and startup HTTP calls (#578 )
Fixed exiting the interactive account verification survey (#558 )
typo in function.kind check (#572 )
Other
bump near crates to 0.35.0 (#580 )
(docs) extension executable name (#573 )
Install near-cli-rs 0.25.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.25.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.25.0/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.25.0
0.24.0 - 2026-02-27
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
Add construct-meta-transaction command (#562 )
Install near-cli-rs 0.24.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.24.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.24.0/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.24.0
0.23.7 - 2026-02-09
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
Speed up startup time from 5s -> 10ms (500x faster) (#557 )
Other
set MSRV to 1.88 (#556 )
migrate to org-wide NEARPROTOCOL_CI_PR_ACCESS token (#552 )
Install near-cli-rs 0.23.7
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.23.7/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.23.7/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.23.7
0.23.6 - 2026-02-06
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
Added styling options for "newline", "option selection" and "answer" for "inquire" crate (#554 )
added flexibility in using "setup_tracing" (#550 )
Other
upgrade to Rust edition 2024 (#553 )
Replaced macos-13, being browned out (#549 )
added DevEx to CODEOWNERS (#548 )
Updated the copyright year to 2026 (#544 )
Install near-cli-rs 0.23.6
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.23.6/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.23.6/near-cli-rs-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download near-cli-rs 0.23.6