Skip to content

0.0.11 - 2026-06-03

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 10:24
b896fc6

Release Notes

⚙️ Miscellaneous Tasks

  • Add more complexity to Linux musl builds in the hopes of fixing them (#178)
  • Update Dependabot config (#188)

💼 Other

  • (refactor) Move from anelson-labs/cgx to anelson/cgx (#191)

🛡️ Security

  • (ci) Switch to using Trusted Publishing to crates.io (#192)

cgx 0.0.11

Install cgx 0.0.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/anelson/cgx/releases/download/v0.0.11/cgx-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/anelson/cgx/releases/download/v0.0.11/cgx-installer.ps1 | iex"

Download cgx 0.0.11

File Platform Checksum
cgx-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cgx-x86_64-apple-darwin.tar.xz Intel macOS checksum
cgx-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
cgx-x86_64-pc-windows-msvc.zip x64 Windows checksum
cgx-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cgx-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cgx-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
cgx-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum