Skip to content

0.1.1 - 2026-09-07

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 18:00
30f018e

Release Notes

  • cargo-dist GitHub Release archives for macOS, Linux, and Windows x64.
  • Shell and PowerShell installers from the GitHub Release.
  • Homebrew formula push to canact/homebrew-tap after those archives exist.
  • Scoop bucket rewrite in canact/scoop-bucket (Windows x64 zip).
  • crates.io and docs.rs README badges.
  • llms.txt install line: cargo install canact --locked --features cli.
  • OpenSSF Best Practices listing and README badge.
  • FOSSA license scan workflow and filter script.
  • cargo-fuzz targets plus a CI smoke job.

Install canact 0.1.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install canact/tap/canact

Download canact 0.1.1

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