Skip to content

Claude plugin manager that helps you view & install Claude plugins on a per-project basis, with a better UX than Claude Code.

License

Notifications You must be signed in to change notification settings

open-cli-collective/cpm

Repository files navigation

cpm - Claude Plugin Manager

CI Release

A terminal user interface for managing Claude Code plugins with clear visibility into installation scopes.

Features

  • Two-pane TUI - Plugin list on the left, details on the right
  • Clear scope indicators - See if plugins are installed globally (user), for the project, or locally
  • Batch operations - Mark multiple plugins for install/uninstall, apply all at once
  • Search and filter - Quickly find plugins with /
  • Keyboard and mouse - Full keyboard navigation plus mouse support

Installation

Homebrew (macOS/Linux)

brew install open-cli-collective/tap/cpm

Chocolatey (Windows)

choco install cpm

WinGet (Windows)

winget install OpenCLICollective.cpm

Go Install

go install github.com/open-cli-collective/cpm/cmd/cpm@latest

Download Binary

Download the latest release from the releases page.

Usage

cpm

Key Bindings

Key Action
↑/k Move up
↓/j Move down
PgUp/Ctrl+u Page up
PgDn/Ctrl+d Page down
Home/g Go to top
End/G Go to bottom
l Mark for local install
p Mark for project install
Tab Toggle between scopes
u Mark for uninstall
Enter Apply pending changes
Esc Clear pending / Cancel
/ Filter plugins
r Refresh plugin list
q Quit

Requirements

  • Claude Code CLI (claude) must be installed and in PATH
  • Terminal with color support

Building from Source

# Clone the repository
git clone https://github.com/open-cli-collective/cpm.git
cd cpm

# Install tools (requires mise)
mise install

# Build
mise run build

# Run
./cpm

Contributing

Contributions are welcome! Please read our contributing guidelines first.

License

MIT License - see LICENSE for details.

About

Claude plugin manager that helps you view & install Claude plugins on a per-project basis, with a better UX than Claude Code.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages