Install the CLI
Install the AIPM command on your machine.
npm install -g @aipm-registry/cli
AIPM — AI Package Manager
AIPM aims to solve AI package distribution problems. Registry + CLI to Install, Update, Deploy, Remove, and bind packages into your repo for Cursor, Claude, Codex, and more — no copying files by hand.
Get started
Install the AIPM command on your machine.
npm install -g @aipm-registry/cli
Create the AIPM project config file.
aipm init
Install one package into the selected AI tool target.
aipm add @scope/name@1.0.0 --target cursor --ci
Live registry
Loading registry entries
Initialize a project, install a skill, and see what files AIPM writes.
Create a manifest, target one or more AI tools, and version updates cleanly.
Fix registry, package, target, version, and install problems quickly.