Skip to content
GitHub Actions edited this page Mar 24, 2026 · 1 revision

nSelf v1.0.0 LTS

Release Date: March 2026 LTS: 12 months full support, 24 months security patches

Highlights

  • First stable release after 9 months of development
  • 30 CLI commands, 295+ subcommands, 700+ tests
  • 16 free MIT plugins + 59 paid Pro plugins (75 total)
  • 3 reference apps: nChat, nClaw, nTask
  • Full monitoring stack (Prometheus, Grafana, Loki, Tempo)
  • Dog-fooded on nself.org

What's New Since rc5

Bug Fixes

  • Fixed Gmail history batch processing (silent data loss bug)
  • Plugin counts corrected to 59 paid / 75 total

Infrastructure

  • CORS middleware on all 10 Rust plugins
  • Full Bash 3.2 compatibility (50+ brace expansion fixes)

Security

  • eval validation hardening
  • Safe rm patterns across all commands
  • XSS fix in admin UI

Quality

  • All READMEs rewritten for accuracy
  • Brand color consistency (#0F0F1A) across all apps
  • openGraph SEO on all web apps

Breaking Changes

None. v1.0.0 is fully backward-compatible with v0.9.9-rc5.

CLI Commands (30)

Command Purpose
nself init Initialize a new project
nself build Generate docker-compose + nginx configs
nself start Start all services
nself stop Stop all services
nself restart Restart services
nself status Show service status
nself logs View service logs
nself doctor Diagnose issues
nself config Manage configuration
nself env Environment management
nself db Database operations
nself auth Authentication management
nself ssl SSL certificate management
nself deploy Deploy to remote servers
nself staging Staging shortcut
nself prod Production shortcut
nself plugin Plugin management
nself license License key management
nself service Service management
nself email Email service configuration
nself search Search service (MeiliSearch)
nself functions Serverless functions
nself mlflow ML experiment tracking
nself metrics Metrics and monitoring
nself monitor Monitoring stack
nself tenant Multi-tenancy
nself infra Infrastructure management
nself dev Developer tools
nself admin Admin UI management
nself upgrade Self-update

Plugin Ecosystem (75 total)

Free Plugins (16) -- MIT Licensed

audit, backup, cache, cron, events, healthcheck, i18n, logging, notify, rate-limit, roles, scheduler, secrets, session, storage, webhooks

Pro Plugins (59) -- License Required

access-controls, ai, analytics, audit-pro, auth, billing, bots, browser, calendar, chat, claw, cms, commerce, compliance, contacts, crm, dashboard, data-sync, documents, e-signatures, export, feed, forms, geolocation, groups, integrations, inventory, invoicing, jobs, knowledge-base, livekit, mail-pro, marketplace, media, meetings, moderation, mux, notes, oauth, onboarding, payments, polls, presence, projects, push, queue, realtime, recording, reports, saml, search-pro, sms, stripe, tasks, templates, time-tracking, voice, voting, workflows

Reference Apps

App Description License
nChat Self-hosted team messaging (Slack/Discord alternative) MIT
nClaw Self-hosted AI assistant MIT (Pro license for AI plugins)
nTask Task management reference app MIT (free plugins only)

Pricing (Locked March 2026)

Tier Monthly Annual Includes
Free $0 $0 Core CLI + 16 free plugins
Basic $0.99/mo $9.99/yr All 59 pro plugins
Pro $1.99/mo $19.99/yr Basic + AI suite
Elite $4.99/mo $49.99/yr Pro + email support
Business $9.99/mo $99.99/yr Elite + 24h support + priority requests
Business+ $49.99/mo $499.99/yr Business + dedicated channel + custom plugin priority
Enterprise $99.99/mo $999.99/yr Business+ + managed DevOps

Upgrading

If you're on v0.9.9-rc5: no action needed beyond brew upgrade nself or re-running the installer.

If you're on an older version: run nself upgrade and follow prompts.

# Homebrew
brew update && brew upgrade nself

# Direct install
curl -fsSL https://install.nself.org | bash

# Verify
nself version
# nself v1.0.0

Known Limitations

  • Cloud provisioning (cloud.nself.org) is UI-only. Server provisioning via Hetzner API coming in v1.1.
  • Flutter mobile apps for nTask and nClaw are in beta.
  • Ambient context features require opt-in (CLAW_AMBIENT_CONTEXT_ENABLED=true).

LTS Policy

v1.0.0 is the first Long Term Support release:

  • 12 months full support (March 2026 to March 2027): bug fixes, security patches, minor improvements
  • 24 months security patches (March 2026 to March 2028): critical security fixes only
  • Next feature release: v1.1 (estimated Q3 2026)

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog


All commands (52)

Clone this wiki locally