Skip to main content

proto v0.25 - Linux arm64 gnu and musl support

· One min read
Miles Johnson
Founder, developer

This is a very small release that primarily adds support for Linux arm64 targets.

Thanks to cargo-dist, we can now build and distribute arm64 binaries with relative ease. When building the binary, libraries are statically linked to ensure that the binary can run on any Linux distribution.

You can download the binary from the official GitHub release or by running the Bash installation script.

Other changes

View the official release for a full list of changes.

  • Added a proto debug config command, to debug all loaded configs and the final merged config.
  • Added a PROTO_BYPASS_VERSION_CHECK environment variable, to bypass loading and checking of versions.