Remaind turns context and memory into a local handoff layer: decisions, scope, progress, blockers, evidence, and the next safe step move across sessions, models, agents, and tools.
Why now
Models are powerful, whether they run locally or through an API. The missing piece is continuity: knowing what applies, why it applies, where it came from, and what should happen next every time the user returns.
Even the strongest models only know what the app gives them right now. Real work needs a portable state and handoff layer around the model.
A fresh session, model swap, or agent handoff should not mean a cold start. Remaind keeps the next brief ready to load.
Useful context separates current truth from stale noise, tracks provenance, and fails closed when reviewed state does not safely apply.
Product
Remaind is not another model and not generic recall. It turns durable, source-linked memory into focused working context and portable handoff packets for whichever model, agent, or workflow you choose.
What enters the next context
Remaind keeps the durable truth separate from live chat noise, then assembles the pieces a fresh model needs to continue.
what the work is trying to finish
what has already been chosen
what must not be violated
what changed since the last session
files, outputs, artifacts, reviewed decisions
where the next model should begin
Ask what changed, what is blocked, and where the next model should start.
Move work from one model, agent, or chat surface to another with a readable packet.
Bring plans, policy exceptions, decisions, and evidence forward.
Keep operating memory local-first, source-linked, and portable across tools.
Proof
The fastest way to trust Remaind is to run it. This creates a local workspace, verifies the offline plan boundary, runs the governed finance handoff demo, then runs executable continuity, speed, context-engine, agent-hook, and handoff checks.
Copy-paste terminal path
python3 -m pip install --upgrade remaind
remaind plan
remaind init
remaind doctor
remaind demo finance-handoff \
--force
remaind proofThe proof creates real local state and reports explicit PASS/FAIL checks.
Fetches the published Remaind package.
Confirms Basic is offline and not tied to billing or accounts.
Creates a local .context workspace.
Checks the ledger, state, and runtime readiness.
Runs the governed policy-exception handoff proof.
Runs continuity, handoff, speed, context-engine, matrix, and agent-hook checks locally.
Real local-model proof
The optional agent-continuity demo can use any configured local or private OpenAI-compatible model after the deterministic proof path. It checks whether the receiving model can continue from the Remaind packet and cite source evidence.
export REMAIND_OPENAI_BASE_URL="<your-openai-compatible-model-url>"
export REMAIND_OPENAI_MODEL="<your-model-id>"
export REMAIND_OPENAI_API_KEY="<optional-local-or-private-key>"
export REMAIND_OPENAI_API=auto
remaind demo agent-continuity --forceA real local-model run recovered the software task, decision, constraint, blocker, next step, and source event evidence from a Remaind packet.
software task, decision, blocker, constraint, and next step captured
fresh-context brief assembled from local source-linked memory
continued from the packet and cited source event IDs
receiver output can be saved back into the same .context ledger
Early access
Join the early group shaping continuity and cross-model handoff for serious builders, regulated AI teams, local-model users, and agent workflows.
Early access is for product access and onboarding. Your operating memory stays under your control.