-
Notifications
You must be signed in to change notification settings - Fork 1
plugin marketplace
GitHub Actions Bot edited this page May 3, 2026
·
4 revisions
The Plugin Marketplace in Admin UI lets you browse, install, upgrade, and uninstall plugins without opening a terminal.
Go to Plugins → Marketplace (Zone Z06) in the Admin sidebar.
The PluginInstallMatrix is the main view. It shows all available plugins in a grid:
| Column | Description |
|---|---|
| Name | Plugin display name (ɳ-prefixed for paid) |
| Category | One of the 13 official categories |
| Status | Installed / Not installed / Upgrade available |
| Tier | Free / Any bundle ($0.99/mo) / ɳSelf+ ($3.99/mo or $39.99/yr) |
| Price | $0 (free) or bundle price |
| Action | Install / Upgrade / Uninstall button |
- Click Install on any plugin row.
- For free plugins: install starts immediately. Output Viewer shows
nself plugin install <name>progress. - For paid plugins: the License panel checks your active license tier. If your tier includes the plugin, install proceeds. If not, you see an upgrade prompt.
- After install: Admin runs
nself buildto regeneratedocker-compose.yml. Output Viewer shows build progress. - You are prompted to restart services: Restart Now or Restart Later.
When a newer version of an installed plugin is available:
- An Upgrade badge appears on the plugin row.
- Click Upgrade. The upgrade runs
nself plugin upgrade <name>. - After upgrade: rebuild + optional restart (same as install flow).
- Click Uninstall on an installed plugin.
- Confirmation dialog: "This will remove the plugin and run nself build. Continue?"
- On confirm: runs
nself plugin uninstall <name>→ rebuild → optional restart.
The Admin UI calls ping.nself.org/license/validate to check the current license tier before any paid plugin install. If the license check fails (network error), install is blocked with a "Could not validate license, check your connection" error.
Version: 1.0.0 | Updated: 2026-09-16 11:21 UTC | GitHub