NeuralCleave
The intelligence layer for every conversation.
Your personal AI assistant that brings every AI model, conversation, memory, and workflow together in one private, extensible intelligence layer.
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.
Pipeline
How NeuralCleave works
Every message you send goes through a four-stage pipeline designed to give you the best possible response, every time.
01
Message arrives on any channel
You send a message from Telegram, WhatsApp, Discord, Slack, voice, or any of the 32 supported adapters. The gateway picks it up instantly.
02
Memory enriches the context
3-tier memory (Redis hot cache โ Qdrant vector search โ SQLite long-term) retrieves everything relevant โ past conversations, preferences, and facts you've shared.
03
Smart routing picks the best model
The task router classifies your request across 10 task types โ coding, reasoning, summarization, image analysis, and more โ then sends it to the optimal LLM from 13 providers.
04
ReflectionEngine scores and replies
Before sending, the 4-dimension ReflectionEngine scores the response for quality, relevance, safety, and tone. If it fails the threshold, it auto-retries with a refined prompt.
Product Gallery
See it in action.
Every surface is designed for the long session โ focused, dark by default, and built around how you actually work.

Product Gallery
See it in action.
Every surface is designed for the long session โ focused, dark by default.

AI Chat
Multi-session conversations with a collapsible sidebar, streaming responses, multi-phase thinking indicator, and a glass-morphism input bar.
Use Cases
Built for real workflows
NeuralCleave adapts to how you actually work โ not the other way around.
Your morning, automated
NeuralCleave pulls your calendar, checks the weather, skims priority emails, and sends a crisp summary to your Telegram at 8 AM โ every day, no setup beyond a TOML file.
Code help, wherever you code
Ask questions in Slack, get PR review comments inline, run terminal commands by voice, and keep a running context of your current project โ across every conversation.
Research with persistent memory
Ask anything across sessions. NeuralCleave remembers what you've already found, cross-references Qdrant vector memory, and saves structured notes to Notion or Obsidian.
Chat in any language
Switch between languages mid-conversation. NeuralCleave detects locale per channel, adapts tone, and maintains separate memory namespaces for each agent node.
Control your environment by voice
Wake word detection triggers NeuralCleave on any platform. Ask it to set timers, play music, dim lights, or brief you on your day โ hands-free, locally processed.
Fully local โ zero cloud required
Run the entire stack on your machine with Ollama. No API keys sent to third parties, no data leaving your device. Toggle a privacy flag in TOML and you're air-gapped.
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:latestDesktop App
NeuralCleave v2.1.5 โ Native Tauri App
Python 3.12+ required for CLI install. Desktop app ships as a self-contained bundle โ no Python needed.

