◄ BACK TO ARCADEMISSION · 02
NEXUS

MISSION BRIEFING

IN DEVELOPMENTMAIN DEV

Nexus

2026 · Personal · Public release planned

AI AgentDev Tooling
TELEMETRY
WORKERS
3
ADRs
14
OBJECTIVE

A local-first terminal client that conducts several AI coding CLIs — Claude Code, Codex, and Grok — as interchangeable workers behind a single conversation. Nexus routes each turn to whichever worker suits the task, chooses the model itself so the decision never lands on the user, compiles permission modes down into each CLI's own launch flags rather than a bespoke sandbox, and briefs a worker on the turns it missed before handing over the thread. It deliberately never calls a model API and never edits a file itself — every action runs through a real worker's CLI, which keeps one audit trail and one permission model across all three.

HIGHLIGHTS
  • One conversation spans three CLIs — Claude Code, Codex, and Grok — as swappable workers
  • Picks the model per turn itself, so the choice never lands on the user
  • Permission modes compile down to each CLI's own launch flags instead of a bespoke sandbox
  • Briefs a worker on the turns it missed before handing over, so context survives the switch
  • Never calls a model API or writes a file directly — every action goes through a real worker CLI
ROLE · MAIN DEV

In development, and not public yet — the plan is to open it once it is out of development. Routing, model pinning, cross-worker memory, permission modes, and resume detection work today; usage-limit failover, the planner, and the importer are not built yet.

STACK
  • TypeScript 5.6
  • React 18
  • Ink 5
  • Node 20
  • Vitest 2
  • tsx
STATUS

This mission is still in active development. Screens and the live URL will be added after launch.

Curious about the internals or want a walkthrough? request a demo.

◄ RETURN TO HUB

press ESC to go back