Skip to content

Install the CLI

Install the pup CLI globally with npm and run your first powerup.

pup helps you manage reusable powerups — bits of existing code and patterns — and make them available to AI agents working in your project. Instead of letting an AI generate a solution from scratch, you point it at powerups you’ve already written, so its output is grounded in code you trust.

Terminal window
npm install -g @liolocs/powerups-cli

Requires Node.js.

Terminal window
pup --version
  • Global store~/.powerups, shared across projects.
  • Project store.powerups at the project root, private to one project.