NeuralCleave
The Personal AI Assistant that connects every channel you use.
NeuralCleave is your local-first AI gateway. Connect 13 LLM providers to 32 messaging platforms, retain memory across sessions, respond by voice, and extend everything with a typed plugin SDK.
3-Tier Memory
Redis, Qdrant & SQLite โ your AI actually remembers you.
Smart Routing
10 task types auto-routed to the optimal model.
32 Channels
Telegram, WhatsApp, Discord, Slack and 29 more.
13 Providers
Anthropic, OpenAI, DeepSeek, Ollama and more.
Voice Ready
Whisper STT, 3-tier TTS, wake word on all platforms.
Plugin SDK
Typed ABCs, entry-points, hot-reload, Hub marketplace.
Why NeuralCleave
Everything you'd want. Nothing you don't.
Built to surpass every personal AI assistant on the market โ feature by feature, test by test.
3-Tier Memory
Redis (hot session) + Qdrant (vector semantic) + SQLite (long-term). Per-agent namespace isolation. Compaction + archiver included. Works fully offline.
Task-Aware Model Routing
10 task types automatically routed to the optimal provider โ complex reasoning to Claude Opus, code to DeepSeek, cheap inference to Ollama. Privacy mode forces all calls local.
ReflectionEngine
Every response scored across 4 dimensions โ Relevance, Completeness, Accuracy, Tone โ on a 0โ100 scale. Low-scoring responses are automatically regenerated once.
Voice Pipeline
Local Whisper STT (tinyโlarge-v3), 3-tier TTS (ElevenLabs โ Kokoro โ system), OpenWakeWord always-on detection, voice cloning. Everything runs on-device.
Plugin SDK
Typed Python ABCs with PEP 451 entry-points. Hot-reload without restart. Hub marketplace with PackageScanner safety gate โ no supply-chain risk.
Multi-Agent Orchestrator
Named nodes with model overrides, task/keyword/channel routing, priority + round-robin. Per-node LRU memory namespace. Full REST + CLI management.
Prometheus Observability
13 built-in metrics โ counters, gauges, histograms โ at /api/v1/metrics. Structured JSON logging with ContextLogger. Pre-built Grafana dashboard included.
Live Canvas
The agent can render text, markdown, code, tables, charts, and images to a live visual block stream. Real-time WebSocket broadcast to any connected viewer.
Desktop + PWA
Tauri v2 native app for Windows / macOS / Linux. PWA served from the gateway โ installable on iOS and Android from any browser. No app store needed.
Universal Reach
32 Channel Adapters
Every adapter produces a normalised InboundMessage โ one interface for every platform. Configure any channel with a single TOML block.
~/.neuralcleave/config.toml
[channels.telegram] bot_token = "ENV:TELEGRAM_BOT_TOKEN" [channels.discord] bot_token = "ENV:DISCORD_BOT_TOKEN" [channels.slack] app_token = "ENV:SLACK_APP_TOKEN"
Model Agnostic
13 LLM Providers. One Interface.
Task-aware routing sends each request to the optimal model. Switch providers at runtime with a single API call. All keys use ENV: resolution โ no secrets in files.
Task-Aware Routing
| Task Type | Primary Model |
|---|---|
| complex_reasoning | Claude Opus 4.8 |
| code_generation | DeepSeek Coder |
| code_review | DeepSeek Coder |
| summarization | Gemini 2.5 Flash |
| intent_extraction | Gemini 2.5 Flash |
| task_decomposition | Claude Sonnet |
| reflection | Gemini 2.5 Flash |
| cheap_inference | Ollama (local) |
| general | Gemini 2.5 Flash |
Override at runtime: POST /api/v1/settings/model
How We Compare
Built to lead, not follow.
A full-depth comparison against OpenClaw โ the leading open-source personal AI assistant. NeuralCleave leads or matches in every tracked dimension.
Full analysis in docs/COMPETITIVE_ANALYSIS_OPENCLAW.md
Start in 30 seconds.
One command. No account required. Runs entirely on your machine.
Linux / macOS
curl -fsSL https://neuralcleave.com/install.sh | bashWindows (PowerShell)
iwr -useb https://neuralcleave.com/install.ps1 | iexpip
pip install neuralcleaveDocker
docker run -p 7432:7432 ghcr.io/theamitchandra/neuralcleave:latest
