github moonrepo/proto v0.57.3
0.57.3

4 hours ago

Release Notes

🚀 Updates

  • Updated proto exec and proto run to no longer check for a new proto version. This should speed up execution a bit as it avoids network calls.
  • Improved the runtime performance of proto run slightly.
  • Improved performance by reducing the amount of file syscalls.

⚙️ Internal

  • Updated Rust to v1.96.0.
  • Updated dependencies.

Install proto_cli 0.57.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download proto_cli 0.57.3

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.