Skip to main content

ɳSelf

v1.1.8

Self-hosted backend infrastructure in one command

brew tap nself-org/nself && brew install nself

Or via curl: curl -sSL https://install.nself.org/install.sh | bash

Other ways to install

Homebrew

brew install nself-org/nself/nself

npm

npx nself install

PostgreSQL

Production-ready PostgreSQL with automatic backups

Hasura GraphQL

Instant GraphQL API over your database

Authentication

Complete auth system with JWT, OAuth, and more

S3 Storage

MinIO-powered S3-compatible file storage

Redis Cache

High-performance caching and sessions

Microservices

NestJS, Go, Python service templates

Requirements

  • macOS, Linux, or WSL (Windows)
  • Docker Desktop or Docker Engine
  • Git and Bash 3.2+

Quick Start

# Install nself
curl -sSL https://install.nself.org/install.sh | bash
# Create a new project
mkdir my-app && cd my-app
nself init
# Build and start
nself build && nself start

Install ɳSelf, then subscribe to the bundles you need

Extend your stack with 112 plugins across 6 product bundles. ɳChat (messaging), ɳClaw (AI assistant), ɳFamily (social), ɳTV (media), and ɳSentry (monitoring) at $0.99/mo each. ClawDE (dev environment) at $0.99/mo. Or get every bundle, every app, and priority support with ɳSelf+ for $3.99/mo ($39.99/yr).

1

Get a membership at nself.org/pricing

Bundles from $0.99/mo, or ɳSelf+ for $3.99/mo

2

Set your membership key

nself license set nself_pro_...
3

Install any plugin

nself plugin install ai # or notify, cron, mux, ...