ɳSelfɳSELFCLI
DocsComparePricingChangelogBlogɳCloud
17★

Changelog

Plugin launches, CLI releases, and platform updates.

RSS feed
March 12, 2026v0.9.9

ɳClaw AI Suite

8 Rust plugins for autonomous AI workflows.

We shipped 8 new Rust-based plugins that turn any ɳSelf instance into an autonomous AI backend.

  • nself-ai LLM gateway with provider rotation, token budgets, and cost tracking. Supports OpenAI, Anthropic, Mistral, Ollama, and any OpenAI-compatible endpoint.
  • nself-claw ReAct reasoning loop with tool auto-discovery, persistent memory, and multi-turn conversations. The engine behind the ɳClaw client apps.
  • nself-mux Unified messaging pipeline. Ingests email, SMS, and webhooks into a single GraphQL subscription stream. AI classification and auto-routing included.
  • nself-voice Real-time voice transcription and synthesis. Integrates with nself-ai for voice-driven agent interactions.
  • nself-browser Headless browser automation for AI agents. Screenshot, extract, fill forms, and navigate programmatically.
  • nself-livekit WebRTC video/audio rooms powered by LiveKit. Built-in recording, SFU, and participant management.
  • nself-recording Media capture and storage for LiveKit sessions. Automatic transcription via nself-voice.
  • nself-moderation Content filtering for chat, voice, and file uploads. Configurable rulesets with AI-assisted review.

Why Rust? Every plugin compiles to a single static binary. No runtime dependencies, no garbage collection pauses, sub-millisecond cold starts. Each plugin exposes a GraphQL API that Hasura federates automatically.

Install in under a minute:

nself plugin install ai claw mux voice browser
nself build && nself restart

Your data stays on your server. No API keys leave your infrastructure. That is the point.