Choose an install method
Pick the option that matches your machine. All methods install the same aipm command.
npm
npm install -g @aipm-registry/clivia Homebrew
brew install https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/aipm.rbvia Windows PowerShell
irm https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/install.ps1 | iexvia macOS
curl -fsSL https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/install.sh | shvia Scoop
scoop install https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/aipm.jsonCheck the install
After installing, confirm the command is on your PATH and check your local setup.
aipm --version
aipm doctor # (optional)Next, follow the use guide to install skills into a project, or the publishing guide to publish your first package.