Nexus Prime and tetris.codes have public install paths. Grain, NXL, and Phantom are in private development; availability is confirmed against the workflow, access, and review requirements.
When coding agents switch tools or sessions, Nexus Prime keeps shared memory, file scope, approvals, and handoff records in one local-first control plane.
Shared memory
bounded file scope
reviewable handoffs
npm i -g nexus-prime
Public install and knowledge base
WHERE IT FITS
Use it when coding-agent work loses decisions, scope, or review state between sessions.
Long agent sessions resend the same prose, code, and traces. tetris.codes compresses those channels before the model call and leaves fallback behavior visible when compression cannot be used.
Multi-channel compression
token-aware reads
visible fallback
curl -fsSL https://get.tetris.codes | sh
Public installer and product site
WHERE IT FITS
Use it when repeated context is consuming the working window in long coding-agent sessions.
Grain describes the fields, required checks, and record each workflow step must pass forward, so teams do not rebuild the handoff for every integration.
Workflow fields
required checks
handoff records
WHERE IT FITS
Use it where work changes systems or owners and the required handoff is currently implicit.
NXL records how repeatable agent work runs, supports deterministic replay, and keeps planning state available so teams can inspect failures before changing the loop.
Execution traces
deterministic replay
cache-aware planning
WHERE IT FITS
Use it where a repeated agent loop needs inspectable execution and a reliable replay path.