Precise shared memory · No call-home telemetry · Scoped agent tokens · MIT License

Give every AI surface shared memory. Govern what they do.

One endpoint. Every AI client. Context that follows you.

Default deny. Every client and agent gets scoped context.

1.0* Retrieval precision
<15ms Context injection
0.00 Drift score
0 Workflow changes
$ helm repo add tenure https://charts.tenureai.dev
$ helm repo update
$ helm install tenure tenure/tenure \
--create-namespace \
--namespace tenure
 
✓ Tenure running in cluster
OIDC endpoint ready
SCIM provisioning active
Audit trail enabled
The core problem

Shared memory cannot be a shared junk drawer.

Agents need context that is current, relevant, and allowed for the task in front of them. Tenure turns memory into governed state: precise belief objects with provenance, scope, supersession, and hard boundaries across projects, teams, users, and sessions.

Memory databases
  • User-level memory buckets
  • Similarity search
  • Hidden drift
  • Soft boundaries
  • Persona leakage
  • Context stuffing
  • "Hope it remembers"
Tenure
  • Purpose-bound context
  • Structured beliefs
  • Provenance
  • Hard scope isolation
  • Persona opt-in
  • Typed state
  • Auditability
Memory drift

Drift is invisible until it is not.

Memory drift is the AI-era equivalent of configuration drift. It accumulates silently, degrades output quality, and is almost impossible to diagnose after the fact. Tenure makes it visible and gives you the tools to prevent it.

Context bleed

Yesterday's topic surfaces in today's session. The model has no way to tell you why.

Cross-project contamination

Customer A's decisions influence Customer B's responses. Probabilistic filters are not boundaries.

Stale knowledge

Outdated decisions never truly disappear. Without supersession, they keep competing with the truth.

Tenure scores 0.00 on drift. Mem0 scores 0.94. Agentmemory scores 0.81. See the benchmark
Govern what AI knows

The governance layer for shared AI memory.

Tenure does not send every memory to every agent. Each token defines eligible projects and whether user persona context is allowed. Every belief has an origin, a scope, a version, and a history. The record is written as the request happens.

Scope isolation

Engineering beliefs stay in engineering sessions. Project A never bleeds into Project B. Hard structural boundaries, not probabilistic filters.

Belief versioning

When you change a decision, the old one is retired, not deleted. It never gets suggested again, but the record stays for audit.

Audit trails

Every request is logged with identity, timestamp, and the exact query that triggered retrieval. Not reconstructed. Recorded as it happened.

Provenance

Click any belief to see every session it was injected and the query that surfaced it each time. The record is complete.

Injection visibility

See exactly which beliefs were in context for every turn. Not inferred. Per-turn injection log, written at the time it happened.

Supersession chains

Beliefs are superseded, not overwritten. The full chain of what was known and when is always recoverable.

Retrieval precision

1.0 precision. Because the right belief should surface. Only the right belief.

Other memory tools dump entire chat histories or loose vector clusters into the context window and let a capable downstream model sort it out. You pay the latency and token cost for every irrelevant belief that arrives.

It is the difference between querying your database and filtering in application code. One belongs in production.

Everyone else
-- retrieve everything
SELECT * FROM beliefs
 
-- hope the model sorts it out
-- 18 results injected
-- precision: 0.05
Tenure
-- query at the source
SELECT * FROM beliefs
WHERE scope = 'project:api'
AND alias_match('redis')
AND status = 'active'
 
-- 1 result. precision: 1.0

Every irrelevant belief in context is tokens you're paying for and latency you're waiting on.

tenure
1.00
supermemory
0.22
zep
0.09
mem0
0.06
hindsight
0.06

Results are reproducible. Dataset on HuggingFace. Run it yourself

Trust the process

Observe before you commit.

Run with extraction on and injection off for a week or two. See exactly what Tenure learned about how you work before it ever changes a single response. No risk. No behavior change. No surprises.

Week 1-2 -- Observe

Extraction on. Injection off.

Tenure watches your sessions silently. It extracts decisions, preferences, facts, questions, and blockers into a structured belief store but injects nothing. Your AI responses are completely unchanged.

!inject off  # nothing changes yet
✓ No other memory system lets you observe before you commit.
The platform

Agent tokens become context policies.

A Tenure token does more than authenticate a request. It declares what project state an agent may use, whether user persona context may shape behavior, and which context lanes must remain unavailable. Memory becomes purpose-bound instead of all-or-nothing.

Client or agent
Scoped token
Project access
Persona decision
Precise injection
Model request
Project-scoped

Agents can work inside a project without inheriting unrelated memories or user-level behavior preferences.

Persona-aware

User persona is an explicit context lane. Turn it on for personal copilots. Leave it off for task agents.

Auditable

Every injection is recorded with the token, scope, query, belief, and request that caused it.

Where it runs

Built for coding assistants.
Designed for AI systems.

Point any OpenAI-compatible client at localhost:5757. Tenure routes to your provider, governs the state layer, and injects what it knows on every request.

VS Code Windsurf Continue Open WebUI Cline LibreChat OpenClaw Any OpenAI-compatible client
Think anywhere. It follows you.
Chat client + Mobile + Zero cold starts

You are on a walk. The auth flow clicks. You tell OpenClaw on WhatsApp: "Redis for sessions, not Postgres." Tomorrow morning, your IDE already knows. No copy-paste. The decision landed the moment you said it.

Works with Open WebUI, OpenClaw, LibreChat, any OpenAI-compatible client
Same local belief store as your IDE
Aha moments captured wherever they happen: phone, tablet, laptop
Get started

Put shared AI memory in the request path.

Run Tenure locally for project-scoped memory, or use Team Mode when shared context needs identity, OAuth/OIDC, and org-wide policy enforcement.

// install from your existing tools

Prefer the terminal? curl -fsSL https://raw.githubusercontent.com/tenurehq/tenure/main/scripts/install.sh | bash

Self-hosted · No call-home telemetry