a2acli 1.1.5 — install

a2acli is a single self-contained binary. It needs no Node.js, no install step —
just put it somewhere on your PATH.

macOS
  unzip a2acli-macos-*.zip
  xattr -d com.apple.quarantine a2acli   # clears the "unidentified developer" block
  chmod +x a2acli
  sudo mv a2acli /usr/local/bin/          # or: mv a2acli ~/.local/bin/
  a2acli https://your-agent.example.com

  (The binary is unsigned. If double-clicked, macOS may refuse to open it —
   the xattr command above, or right-click → Open once, clears that.)

Linux
  tar -xzf a2acli-linux-x64.tar.gz
  chmod +x a2acli
  sudo mv a2acli /usr/local/bin/
  a2acli https://your-agent.example.com

Windows
  Unzip a2acli-windows-x64.zip
  Move a2acli.exe somewhere on your PATH (e.g. a folder you add to PATH).
  If SmartScreen warns ("Windows protected your PC"), click More info → Run anyway.
  a2acli.exe https://your-agent.example.com

Usage:  a2acli help
