Release Notes
🚀 Updates
- Added macOS
.pkgand.dmgsupport for downloaded pre-builts. - Added a new global
--reporteroption, andPROTO_REPORTERenvironment variable, for changing how proto prints command output. Supported reporters aretext(default),json, andndjson. - 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-nameglobal options. - Added metrics for tool installs, install steps, tool uninstalls, and plugin loads.
- Added
- Improved the bin/shim registry layer, so that we can better detect executable name collisions.
- Improved performance of checksum file hashing.
- Updated
proto diagnoseto include warnings about executable name collisions. - WASM API
- Added
DownloadPrebuiltOutput.post_script_argsfield, which allows plugins to specify a list of arguments to pass to the post-install script when executing it.
- Added
🐞 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 | shInstall 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 |