Install the latest release:
curl -fsSL https://raw.githubusercontent.com/LichKing-2234/ai-efficiency/main/ae-cli/install.sh | bashInstall a specific version:
curl -fsSL https://raw.githubusercontent.com/LichKing-2234/ai-efficiency/main/ae-cli/install.sh | bash -s -- v0.2.0The installer:
- downloads the matching GitHub Release archive
- verifies
checksums.txt - installs
ae-clito~/.local/bin/ae-cli - on first install, prompts for the AI Efficiency backend URL and writes
~/.ae-cli/config.yaml - prints a warning if
~/.local/binis not onPATH
For non-interactive installs, preseed the backend URL:
AE_CLI_INSTALL_SERVER_URL=https://ae.example.com \
curl -fsSL https://raw.githubusercontent.com/LichKing-2234/ai-efficiency/main/ae-cli/install.sh | bashIf you already have a CLI config file, the installer leaves it unchanged.
When tools are not configured explicitly, ae-cli auto-detects common local tool binaries from PATH (claude, codex, kiro).
ae-cli versionThen run:
ae-cli loginWindows users should download ae-cli_<version>_<os>_<arch>.zip from GitHub Releases and place ae-cli.exe on PATH manually.
ae-cli/install.shinstalls the developer CLI.deploy/install.shinstalls the backend service for Linux systemd deployments.