The nself CLI is MIT licensed and free for everyone, including commercial use. Revenue comes from optional per-product plugin subscriptions.
Plugins are grouped into product bundles. Subscribe to the products you need, or get everything with ɳSelf+.
| Product | Monthly | Annual | Key plugins |
|---|---|---|---|
| Free | $0 | $0 | Core CLI + 25 free plugins (MIT licensed, forever) |
| ɳClaw | $0.99/mo | $9.99/yr | ai, claw, claw-web, mux, voice, browser, google, notify, cron, claw-budget, claw-news |
| ɳChat | $0.99/mo | $9.99/yr | chat, livekit, recording, moderation, bots, realtime, auth |
| ɳTV | $0.99/mo | $9.99/yr | media-processing, streaming, epg, tmdb, podcast, recording, game-metadata, file-processing, subtitle-manager, vpn, stream-gateway |
| ɳFamily (v1.1.0) | $0.99/mo | $9.99/yr | social, photos, activity-feed, moderation, realtime, cms, chat — not available at v1.0.x |
| ClawDE (v1.1.0) | $0.99/mo | $9.99/yr | claw, ai, realtime, auth, notify, cms, sync — Free Beta now; bundle not yet available |
| ɳSelf+ | $3.99/mo | $39.99/yr | All products + all plugins + priority support |
Annual billing saves approximately 16% compared to monthly. You can subscribe to multiple products, or use ɳSelf+ to get everything at a discount.
Go to nself.org/pricing and choose your product. After payment, you receive a license key in the format nself_pro_xxxxxx....
nself license add nself_pro_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxKeys are stored in ~/.nself/license/ and used for all future plugin installs. You can have multiple keys (one per product).
# Add a key
nself license add nself_pro_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# List all active keys
nself license status
# Remove a key
nself license remove nself_pro_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx# Install all plugins your keys enable
nself plugin install --all
# Or install specific plugins
nself plugin install ai claw mux voice browser # ɳClaw product
nself plugin install chat livekit recording # ɳChat productAfter installing plugins, regenerate your config and restart:
nself build && nself restartnself license status
# Output:
# ɳClaw: Active, renews 2027-03-15
# ɳSelf+ — Active, renews 2027-06-01One license key covers one server installation. There is no per-user or per-app charge. A single nself instance can serve multiple applications.
Subscriptions auto-renew (monthly or annually depending on your plan). You receive an email reminder 30 days before expiry. After expiry, there is a 30-day grace period before plugins stop working.
To check expiry:
nself license status --json
# [{ "product": "nclaw", "expires": "2027-03-15", "grace_until": "2027-04-14" }]To move your subscription to a different server:
nself license add <your-key> on the new serverIf you have individual product subscriptions and want to switch to ɳSelf+, subscribe to ɳSelf+ at nself.org/pricing. Your individual subscriptions will be replaced at your next renewal date. You get immediate access to all products.
No. The CLI itself is MIT licensed and works fully without any license key.
Plugins continue to work for 30 days after expiry. After the grace period, nself plugin install and nself restart will return an error until you renew.
Yes. Each product is independent. Add as many keys as you need. If you want three or more products, ɳSelf+ is cheaper.
Yes. Keys purchased under the old tier system (Basic, Pro, Elite, etc.) continue to work. You can switch to the new per-product model at any time.
One key = one server. For multiple servers, purchase additional subscriptions.