You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apm update # update APM itself
apm update --check # check for updates without installing
Installer options (macOS / Linux)
# Specific version
curl -sSL https://aka.ms/apm-unix | sh -s -- @v1.2.3
# Custom install dir
curl -sSL https://aka.ms/apm-unix | APM_INSTALL_DIR=$HOME/.local/bin sh
# Air-gapped / GHE mirror (skips GitHub API when VERSION is set)
GITHUB_URL=https://github.corp.com VERSION=v1.2.3 sh install.sh
Troubleshooting
macOS/Linux "command not found": ensure your install directory (default /usr/local/bin) is in $PATH.
Permission denied: use APM_INSTALL_DIR=$HOME/.local/bin to install without sudo.
Windows antivirus locks: set $env:APM_DEBUG = "1" and retry.