Self-host ɳClaw in 5 minutes
Clone, set your key, build. ɳClaw runs on any Linux VPS with Docker. macOS is supported for local dev. Windows via WSL2.
Prerequisites
Docker
24.0 or later
ɳSelf CLI
v1.1.0+
ɳClaw bundle key
$0.99/mo from nself.org
Install the ɳSelf CLI
The ɳSelf CLI manages your backend stack. Install via Homebrew (macOS / Linux) or the one-liner installer.
Homebrew
brew tap nself-org/nself
brew install nselfOne-liner (Linux)
curl -fsSL https://install.nself.org | shVerify: nself --version should output v1.1.0 or later.
Clone the nclaw repo
nclaw is an open-source reference app. Clone it and navigate into the backend project.
git clone https://github.com/nself-org/nclaw
cd nclaw/.backendThe .backend/ directory contains the ɳSelf CLI config for the ɳClaw backend stack.
Set your ɳClaw bundle key
The ɳClaw bundle key enables the 13 paid plugins, ai, claw, mux, voice, browser, and more. Get one at nself.org/pricing.
nself license set nself_pro_...The key is saved locally and validated against ping.nself.org on each build. It works on any number of servers.
Install the ɳClaw bundle plugins
Install all 13 plugins in the ɳClaw bundle. The CLI validates your key and downloads each plugin binary.
nself plugin install ai claw claw-web mux voice browser google notify cron claw-budget claw-news mcp knowledge-baseConfigure your AI provider key
ɳClaw routes AI requests through the ai plugin. Set your provider API key: OpenAI, Anthropic, or any OpenAI-compatible endpoint.
# .env.local (gitignored)
AI_PROVIDER=openai
AI_API_KEY=sk-...
# or Anthropic
AI_PROVIDER=anthropic
AI_API_KEY=sk-ant-...The ai plugin supports model routing, you can use cheaper models for topic detection and stronger models for complex reasoning.
Build and start your stack
Build generates your docker-compose with all plugins, then start spins up Postgres, pgvector, Redis, Hasura, Auth, and the plugin services.
nself build && nself startFirst start downloads Docker images (~2 GB). Subsequent starts are instant. Check status with nself status.
Download the client app
Point the ɳClaw mobile or desktop app at your server URL. Your instance runs at https://your-domain.com via Nginx + auto TLS.
Ready to own your AI assistant?
Get the ɳClaw bundle and have infinite memory running on your own server today.