github moonrepo/proto v0.58.0
0.58.0

6 hours ago

Release Notes

🚀 Updates

  • Added macOS .pkg and .dmg support for downloaded pre-builts.
  • Added a new global --reporter option, and PROTO_REPORTER environment variable, for changing how proto prints command output. Supported reporters are text (default), json, and ndjson.
  • Added automatic NDJSON output for detected AI agents and bots, making proto easier to consume from automated workflows.
  • Added OpenTelemetry (OTEL) support for exporting traces, logs, and metrics over OTLP.
    • Added --otel, --otel-logs, and --otel-service-name global options.
    • Added metrics for tool installs, install steps, tool uninstalls, and plugin loads.
  • Improved the bin/shim registry layer, so that we can better detect executable name collisions.
  • Improved performance of checksum file hashing.
  • Updated proto diagnose to include warnings about executable name collisions.
  • WASM API
    • Added DownloadPrebuiltOutput.post_script_args field, which allows plugins to specify a list of arguments to pass to the post-install script when executing it.

🐞 Fixes

  • Fixed an issue where uninstalling a tool by version may leave around a stale/dangling bin file in ~/.proto/bin.

⚙️ Internal

  • Updated wasmtime to v43 (from 41).
  • Updated dependencies.

Install proto_cli 0.58.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download proto_cli 0.58.0

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.