ɳSelf
v0.4.8
Deploy enterprise-grade backend infrastructure with one command
Terminal
$ curl -fsSL https://install.nself.org | bashPostgreSQL
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 -fsSL https://install.nself.org | bash
# Create a new project
mkdir my-app && cd my-app
nself init
# Build and start
nself build && nself start