github moonrepo/proto v0.56.2
0.56.2

13 hours ago

Release Notes

🚀 Updates

  • Added request retry support, that will retry up to 3 times with exponential backoff for transient errors (network issues, rate limits, etc).
  • Updated PowerShell commands to use -EncodedCommand instead of -Command to avoid quoting/escaping issues. Let us know if you run into any issues with this change.

🐞 Fixes

  • Fixed an issue where file paths may be too long when downloading plugins, triggering an OS error.

🧰 Tools

  • pnpm
    • Added support for pnpm v11 pn and pnx shims.

🛡️ Security

  • Fixed a zip slip vulnerability in the tar archive extraction logic.

⚙️ Internal

  • Updated dependencies.

Install proto_cli 0.56.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/proto/releases/download/v0.56.2/proto_cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/proto/releases/download/v0.56.2/proto_cli-installer.ps1 | iex"

Download proto_cli 0.56.2

File Platform Checksum
proto_cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
proto_cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
proto_cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
proto_cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
proto_cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
proto_cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
proto_cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Don't miss a new proto release

NewReleases is sending notifications on new releases.