kapi plugin install
kapi install <name[@version]>Install a plugin from a registry. The plugin is downloaded, verified (SHA-256 + cosign signature), and unpacked into $XDG_DATA_HOME/kapi/plugins/<name>/.
Examples: kapi plugin install bowrain kapi plugin install bowrain@^1.0 kapi plugin install bowrain --channel beta
Watch it
plugin install needs network access, an API key, or local system access, so it can’t run in the browser playground.See the guides for a recorded run, or try it locally with the installed CLI.
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
| --channel | string | stable | registry channel (e.g. stable, beta) |
| --index | string | registry index URL (default: $KAPI_REGISTRY_URL or builtin) | |
| --unsafe | bool | false | skip SHA-256 and signature verification (install an unsigned/unverified plugin) |
← Back to the Command Reference