تخطَّ إلى المحتوى

ɳChat Bundle

هذا المحتوى غير متوفر بلغتك بعد.

The ɳChat Bundle enables the full feature set of the ɳChat open-source messaging app. Without it, the app runs with core messaging only. With it, you get video calls, call recording, moderation tools, bots, enhanced real-time presence, and advanced auth.

Price: $0.99/mo (Basic tier) or included with ɳSelf+ at $39.99/yr.


PluginWhat It enables
chatChannel types (public, private, DM), typing indicators, read receipts, reactions, threads
livekitVideo and audio calls via LiveKit WebRTC
recordingCall recording and playback
moderationContent filtering, user reports, admin actions, auto-filter
botsBot framework for automated responses and slash-command integrations
realtimeEnhanced WebSocket support for presence and live updates
authAdvanced auth features: SSO, SAML, LDAP

Terminal window
# 1. Set your license key (one-time per server)
nself license set nself_pro_xxxxxxxxxxxxxxxxxxxxxxxx
# 2. Install all nChat bundle plugins
nself plugin install chat livekit recording moderation bots realtime auth
# 3. Rebuild and start the stack
nself build && nself start

After nself start, the plugins are live. Restart the ɳChat Next.js frontend to pick up the new env vars (especially NEXT_PUBLIC_LIVEKIT_URL).


  • Core messaging: channels, DMs, threads, reactions, file sharing, search
  • RBAC: owner, admin, moderator, member, guest roles
  • Web platform (Next.js), mobile shells (Capacitor), desktop shells (Electron/Tauri)
  • Video and audio calls in channels and DMs (LiveKit)
  • Call recording and playback archive
  • Advanced content moderation with auto-filter rules
  • Bot framework with slash commands and webhook integrations
  • SSO, SAML, and LDAP login (auth plugin)
  • Enhanced presence indicators and typing status at scale (realtime plugin)

The bundle plugins expose these env vars (set automatically by nself build):

Env VarPluginPurpose
LIVEKIT_URLlivekitLiveKit server WebSocket URL
LIVEKIT_API_KEYlivekitAPI key for token generation
LIVEKIT_API_SECRETlivekitAPI secret for token generation
NEXT_PUBLIC_LIVEKIT_URLlivekitClient-side feature detection flag
CHAT_MODERATION_ENABLEDmoderationEnables auto-filter and report queue
BOTS_WEBHOOK_SECRETbotsShared secret for bot webhook verification
AUTH_SSO_ENABLEDauthEnables SSO/SAML/LDAP login options

If your license expires or is revoked, the plugins go dormant on the next nself build. The ɳChat app detects missing env vars at runtime and hides the affected UI (video call buttons disappear, bot commands are removed from the command palette). Core messaging continues uninterrupted.