Skip to main content

Compact developer tools 0.5.1

For the complete documentation index, see llms.txt

Compact developer tools 0.5.1 release notes

Compact developer tools (devtools) 0.5.1 adds native ARM64 Linux prebuilt binaries (aarch64-unknown-linux-musl) to the release artifacts. ARM Docker environments, such as containers on Apple Silicon hosts, no longer need to emulate the x64 binaries, which crashed the zkir tool with SIGILL (issue #220).

There are no functional changes to the CLI itself in this release.

If you have an existing devtools installation, you can update it with the command compact self update.

If you do not have an existing devtools installation, you can install version 0.5.1 using the shell command shown on the release page.

New features

Native ARM64 Linux binaries

The release artifacts now include an aarch64-unknown-linux-musl build alongside the existing Apple Silicon macOS, Intel macOS, and x64 MUSL Linux builds. The installer script picks the right build for your platform automatically.

Breaking changes

None.

Known issues

None.