Context for the present. Memory for the past. Evidence for what happened.
Open-source, local-first infrastructure for AI agents.
Website · Perseus · Vault · Ledger
An agent can produce an answer and still leave important questions unanswered: what state did it see, what did it remember, and what record shows what happened?
Perseus Computing builds the local-first infrastructure around the model. The products run independently or together, use documented interfaces, and do not require a hosted control plane or a particular agent framework.
| Layer | Product | What it does | Start here |
|---|---|---|---|
| Present | Perseus | Resolves the verified workspace facts an agent needs before a session starts. | pip install perseus-ctx |
| Memory | Perseus Vault | Stores durable, encrypted, time-aware memory in a portable local database. | Install Vault → |
| Evidence | Perseus Ledger | Records events, evidence, approvals, and other consequential actions in a hash-chained trail. | Explore Ledger → |
In one sentence:
- Perseus answers: What does the system need to know right now?
- Vault answers: What did it learn or decide before?
- Ledger answers: What happened, and can we verify it?
Existing integrations may still use plutus identifiers; those remain
compatibility contracts where documented.
Install the context engine in a project and render its first workspace briefing:
pip install perseus-ctx
cd your-project
perseus quickstartThen add the layers you need:
Your project context, memory, and evidence trail should stay under your control. The core products run locally or self-hosted, use inspectable formats, and keep external runtimes optional rather than making them dependencies.
- No required hosted control plane
- No required cloud account for the local path
- Works with MCP-compatible assistants and agent frameworks
- MIT-licensed core projects
The products are built for deployments where boundary control and traceability matter. Actual security and compliance properties depend on how a deployment is configured and operated.
Government and constrained-environment information →
perseus.observer · GitHub organization · Questions and discussions
Open-source infrastructure for agents that need context, continuity, and proof.