Install Channels
plugin-kit-ai supports several ways to install the CLI itself.
| Channel | Use when | Notes |
|---|---|---|
| Homebrew | You want the default user setup | Recommended first choice |
| npm package | Your environment already centers on npm | Installs the published binary |
| PyPI package | Your environment already centers on Python | Installs the published binary |
| Verified script | You need a fallback install method | Useful outside package-manager-first setups |
Important Boundary
These install packages are not documented as public SDKs or runtime APIs. Public API lives under the generated API section.
Read Version And Compatibility Policy if your real question is not "how do I install it?" but "what exactly carries the public compatibility promise?".