Installation
aic ships as a single static Go binary. Pick whichever method fits your setup.
curl | sh (recommended)
Section titled “curl | sh (recommended)”curl -sSL https://raw.githubusercontent.com/learners-superpumped/aic/main/install.sh | shPin a specific version:
AIC_VERSION=v0.1.0 curl -sSL https://raw.githubusercontent.com/learners-superpumped/aic/main/install.sh | shnpm install -g @runaic/aicGitHub Releases
Section titled “GitHub Releases”Download the binary for your OS and architecture from the Releases page.
go install
Section titled “go install”go install github.com/learners-superpumped/aic@latestVerify
Section titled “Verify”aic --versionNext: Quick start.