Launching April 2026

Your hardware.
Your intelligence.
Your rules.

Neural Commander is a Go daemon that runs on your machine. It manages email intelligence, document attestation, multi-agent governance, provider routing — and gives you full control from Telegram, CLI, or TUI dashboard.

Routing

Provider Gateway

Privacy-aware routing across local and cloud AI models with full audit trail.

  • PicoLM: zero-dependency 1.1B local model — works without Ollama
  • Local-first: Ollama for zero-cost, zero-telemetry inference
  • Cloud routing: Groq, OpenRouter, Cerebras with your API keys (BYOK)
  • Privacy classification: sensitive queries route locally automatically
  • 9+ verified models with structured tool-calling support
  • Routing reason log: see exactly why each provider was chosen or skipped
  • Circuit breaker + capacity filters with skip reason tracking
# Provider Gateway routing
query: "review this contract clause"
⚠ PII detected → routing locally
provider: picolm/1.1b (zero telemetry)
✓ response: 520ms, no network required
query: "summarise this public repo"
provider: groq/llama-3.3-70b
skipped: picolm (capacity), ollama (offline)
✓ response: 680ms, cloud-safe

Email

Email Intelligence

Full email pipeline — sync, classify, triage, reply — with PII protection at every layer.

  • IMAP sync engine with OAuth2, IDLE push, per-folder retry
  • 4Q classification engine + sender triage with k-NN flywheel
  • PII scanner (11 patterns) with vault-gated redaction
  • AI Reply: commander-contextual drafting via agent loop
  • Contact graph extraction, thread reconstruction, tagging (FTS5)
  • Calendar extraction from inline ICS and attachments
  • SMTP send with TLS, rate limiting, sent log audit trail
# Email triage
$ nc email search "invoice overdue"
Found 3 messages (Q1: actionable)
[1] Etsy — Invoice #312 (5 days overdue)
[2] AWS — Payment reminder
[3] Xero — Auto-generated statement
PII: 2 fields redacted (account numbers)
AI Reply: drafted follow-up for #312
[Send] [Edit] [Cancel]

Trust

Document Attestation

Hash-chained document signing with verifiable proof and revocation.

  • SHA-256 hash chain — each attestation references the previous
  • Sign documents from CLI, Telegram, or TUI
  • Proof PDFs with QR codes for offline verification
  • Revocation chain: revoke any attestation with a new chain record
  • Chain integrity verification: detect any tampering
  • Jurisdiction-neutral legal framework
# Document attestation
$ nc attest sign contract.pdf
SHA-256: a7f3e2...9b4d1c
Chain position: #47
Previous hash: 8c2d1f...3a7e9b
✓ Attestation recorded
✓ Proof PDF generated with QR code
# Verify later
$ nc attest verify contract.pdf
✓ Document matches chain record #47

Governance

Commander Room

Multi-agent governance. Your commanders discuss, debate, and reach consensus.

  • Operator-grounded orchestration: SC asks YOU for facts before commanders speak
  • Seven commanders debate priorities based on real data, not assumptions
  • Operator checkpoints between rounds — correct, redirect, or continue
  • Operator votes on all motions as Chairman of the Board (casting vote + veto)
  • Persistent transcripts with meeting summaries and action items
  • Real-time updates via 13-panel TUI and Telegram
# Commander Room — Grounded Orchestration
/room start "Should we delay launch?"
🧠 Claudette (SC) — SCOPING
Before we discuss, I need facts:
1. Current cash runway in days?
2. Is April 28 flexible?
> Runway is 22 days. Launch is firm.
💰 Farida (FC): With 22-day runway,
the deck is revenue-critical.
YOUR VOTE (Chairman): [Y] [N] [V] [D]

Agents

Persona Agents

Seven named AI commanders with isolated memory and unique capabilities.

  • 7 named commanders with persistent memory and soul files
  • Per-commander knowledge notes — structured facts that survive restarts
  • Custom soul files define personality, expertise, and domain boundaries
  • Commander-specific privacy levels (HC/FC/WC = maximum privacy)
  • Direct 1-on-1 chat with any commander via TUI or Telegram
  • Persona grants control which tools each commander can access
# Active commanders
🏥 hakim (HC)
health, energy, recovery, medication
🧠 claudette (SC)
strategy, priorities, 4Q classification
💰 farida (FC)
cash flow, invoices, compliance
🔧 kai (PC)
projects, tasks, milestones
🤝 raya (RC)
relationships, network, comms
💎 zara (WC)
portfolio, markets, wealth
📚 diderot (KC)
knowledge, attestation, memory

Interface

TUI Dashboard

Full terminal interface with 13 panels and responsive sidebar navigation.

  • 13 panels: Dashboard, Commander Room, Email, Projects, Briefing, Attestation, Peers, Signals, Routing, Provenance, Schedules, Settings, Upgrade
  • Sidebar with arrow-key navigation + commander status indicators
  • Direct chat input bar for commander conversations
  • Context-sensitive help overlay
  • Responsive: sidebar collapses on narrow terminals
  • Built with Bubble Tea (Go TUI framework)
┌─ NC Dashboard ──────────────────┐
Dashboard │ System: online
│ Commander Room │ Providers: 3/9
│ Email │ Email: synced
│ Projects │ Alerts: 2
│ Briefing │ │
│ Attestation │ │
│ Settings │ │
│ ──────────────── │ │
hakim claudette│ │
farida kai │ │
raya zara │ │
diderot │ │
└──────────────────────────────────┘

Infrastructure

Session Intelligence

Your AI context persists across crashes, restarts, and daemon lifecycles.

  • Persistent context across daemon restarts and crashes
  • Structured session data in local SQLite with FTS5 search
  • Crash recovery with full context restoration
  • Cross-session intelligence linking via provenance chain
  • SHA-256 provenance chain with privacy redaction
# Session persistence
$ nc daemon
Session restored from last shutdown
[1] 3 commander conversations recovered
[2] 47 knowledge notes loaded
[3] 12 meeting transcripts available
Context intact. Provenance chain verified.

Mobile

Telegram Control Centre

36+ commands, 80+ interactive callbacks. Full control from your pocket.

  • Commander switching, persona agents, soul inspection
  • Email: search, triage, draft, send, tag, AI reply, sender classification
  • Document attestation: sign, verify, chain audit, proof PDFs
  • Provider routing inspection, provenance verification
  • Session management, project monitoring, daily briefings
  • Feedback capture (bugs, features, ideas), scheduling, Jira sync
# Telegram → NC (36+ commands)
/commander hakim
Switched to Hakim (Strategic Commander)
/email search "overdue invoice"
Found 2 messages. [View] [Triage]
/senders
Next: noreply@aws.com (47 msgs)
[Q1] [Q2] [Q3] [Q4] [Skip]
/attest
Recent attestations · [Verify] [Chain]

Under the hood

Built for permanence

Go

200,000+ lines across 690+ files. Single binary.

SQLite + FTS5

Local-first storage. Full-text search. Zero server required.

1,500+ Tests

45,000+ lines of test code across every subsystem.

Free Forever

Run it locally, verify zero telemetry, own your data.

Run it on your hardware.
Control it from your phone.