Skip to content

0.1.7 - 2026-07-08

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:18

Release Notes

Documentation

  • Add Homebrew installation instructions
  • Add website link
  • Add CONTEXT.md with project terminology and concepts

Styling

  • Apply cargo fmt to unblock 0.1.6 release

Miscellaneous

  • Remove banner display

Install aic 0.1.7

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install CaicoLeung/aic/aic

Download aic 0.1.7

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