Plugin Marketplace
هذا المحتوى غير متوفر بلغتك بعد.
Plugin Marketplace
Section titled “Plugin Marketplace”The nself plugin marketplace is the registry of all 131 plugins for your self-hosted stack. 31 are free MIT plugins. 100 are pro plugins gated by a license tier. You can browse the marketplace from the Admin UI, the CLI, or at cloud.nself.org/marketplace.
Browsing via the Admin UI
Section titled “Browsing via the Admin UI”The ɳSelf Admin UI includes a marketplace view at localhost:3021/plugins/marketplace.
Start the Admin UI if it is not already running:
nself service enable adminnself buildnself restartnself adminThe marketplace page lets you:
- Search plugins by name or description
- Filter by tier (free or pro)
- Filter by bundle (ɳChat, ɳClaw, ɳFamily, ɳTV, ClawDE, ɳSentry)
- Filter by category (ai, media, messaging, auth, and more)
- See star ratings where available
- Copy the install command for any free plugin
- Navigate to the subscription page for pro plugins
When a new version of an installed plugin is available, a banner appears at the top of the marketplace page.
Browsing via the CLI
Section titled “Browsing via the CLI”List plugins
Section titled “List plugins”nself plugin marketplace listFilter the results:
# Free plugins onlynself plugin marketplace list --tier free
# Pro plugins onlynself plugin marketplace list --tier pro
# Plugins in the ɳClaw bundlenself plugin marketplace list --bundle nclaw
# Plugins by categorynself plugin marketplace list --category ai
# Raw JSON outputnself plugin marketplace list --jsonSearch plugins
Section titled “Search plugins”nself plugin marketplace search "email"nself plugin marketplace search "media streaming" --tier pronself plugin marketplace search "notification" --bundle nclawGet plugin details
Section titled “Get plugin details”nself plugin marketplace info ainself plugin marketplace info livekit --open--open opens the plugin page in your default browser.
Installing plugins
Section titled “Installing plugins”Once you have found a plugin, install it with:
nself plugin install <name>After installing, rebuild and restart your stack so the plugin is included in the generated docker-compose.yml:
nself buildnself restartFree plugins
Section titled “Free plugins”Free plugins (31 total, MIT licensed) install without a license key:
nself plugin install notifynself plugin install stripenself plugin install searchSee Free Plugins for the full list.
Pro plugins
Section titled “Pro plugins”Pro plugins (62 total) require a valid license key. Set your key first:
nself license set nself_pro_xxxxx...nself plugin install ainself plugin install livekitThe CLI checks your license tier against the plugin’s requirements server-side. If your tier does not include the requested plugin, the install is rejected with a message indicating the minimum required tier.
See Licensing for tier details and how to get a key.
Bundle subscriptions
Section titled “Bundle subscriptions”Bundles group related pro plugins under a single subscription. Six bundles are available:
| Bundle | Price | Plugins |
|---|---|---|
| ɳClaw Bundle | $0.99/mo | ai, claw, claw-web, mux, voice, browser, google, notify, cron, claw-budget, claw-news |
| ClawDE Bundle | $0.99/mo | claw, ai, realtime, auth, notify, cms, sync |
| ɳTV Bundle | $0.99/mo | media-processing, streaming, epg, tmdb, podcast, recording, game-metadata, file-processing, subtitle-manager, vpn, stream-gateway |
| ɳFamily Bundle | $0.99/mo | social, photos, activity-feed, moderation, realtime, cms, chat |
| ɳChat Bundle | $0.99/mo | chat, livekit, recording, moderation, bots, realtime, auth |
| ɳSentry Bundle | $0.99/mo | nself-uptime-monitor, nself-status-page, nself-incident-mgmt, nself-alert-router, nself-slo-tracker, nself-synthetic-monitor, nself-rum, nself-errors, nself-cron-monitor, nself-oncall, nself-crash, nself-anomaly (+ nself-audit free) |
Subscribe at nself.org/pricing. After subscribing, activate your key:
nself license set nself_pro_xxxxx...Then install the bundle’s plugins:
nself plugin install ai claw claw-web mux voice browser google notify cronnself buildnself restartɳSelf+ ($3.99/mo or $39.99/yr) includes all six bundles, all apps, and priority support.
Update notifications
Section titled “Update notifications”When installed plugins have updates available:
- Admin UI: a banner appears at
localhost:3021/plugins/marketplace - CLI: run
nself plugin updatesto check all installed plugins
To update a specific plugin:
nself plugin update aiTo update all installed plugins:
nself plugin updateSee also
Section titled “See also”- Free Plugins: catalog of all 31 free plugins
- Pro Plugins: catalog of all 100 pro plugins
- ɳSentry Bundle: product observability plugin bundle
- Bundles: bundle membership and pricing
- Licensing: license tiers and how to activate a key