Open source personal context and memory for any AI agent. Evidence-first, user-controlled prototype.
TypeScript
0
10 commits
updated Sep 23, 2026
YOU is an open source prototype for a personal context layer: a private, inspectable memory of the people, plans, preferences, routines, and commitments in your life. It can help an assistant make useful suggestions while showing why it believes something and how certain it is. The last agent you’ll ever need is the product ambition: YOU stays with you while underlying models can change.
The model is replaceable. The memory belongs to the user. The long term goal is a portable context service that any authorized harness can use through a scoped HTTP API or MCP adapter.
Prototype status: The app is an interactive frontend with fictional seed data. Changes are saved in this browser's
localStorage. It has no real connectors, authentication, live AI, device telemetry, ticket purchases, or production MCP server. The simulated Ask YOU answers use seeded facts and respect available/private memory settings.
Open the interactive YOU demo · Follow the 90-second walkthrough
The public demo starts with Alex, a fictional persona, and invented people and events. It does not import contacts, read your computer, or connect to your accounts. Anything you type into the demo stays in that browser's local storage unless you choose to export it. Use fictional details when sharing screenshots or feedback.
Fictional sample data, captured from the running prototype:
| For you | Ask YOU |
|---|---|
Requires Node.js 22.13+.
npm ci
npm run dev
Open the local URL printed by the development server. npm run build makes a production build.
app/page.tsx Interactive prototype
app/api/protocol/route.ts Read-only discovery of the proposed protocol
data/demo.ts Fictional people, memories, insights, events, connectors
lib/context-contract.ts Model-neutral fact, evidence, grant, and scope types
docs/ARCHITECTURE.md Roadmap for a real local-first service and MCP/API
docs/LAUNCH.md Honest launch copy and outreach plan
See the architecture for the proposed data model and boundaries.
Please read CONTRIBUTING.md and SECURITY.md before sending a change involving personal data or a connector. This project uses the MIT license.
10 commits
TypeScript
89.7%
Shell
5.6%
JavaScript
4.7%
Open source personal context and memory for any AI agent. Evidence-first, user-controlled prototype.
TypeScript
0
10 commits
updated Sep 23, 2026
YOU is an open source prototype for a personal context layer: a private, inspectable memory of the people, plans, preferences, routines, and commitments in your life. It can help an assistant make useful suggestions while showing why it believes something and how certain it is. The last agent you’ll ever need is the product ambition: YOU stays with you while underlying models can change.
The model is replaceable. The memory belongs to the user. The long term goal is a portable context service that any authorized harness can use through a scoped HTTP API or MCP adapter.
Prototype status: The app is an interactive frontend with fictional seed data. Changes are saved in this browser's
localStorage. It has no real connectors, authentication, live AI, device telemetry, ticket purchases, or production MCP server. The simulated Ask YOU answers use seeded facts and respect available/private memory settings.
Open the interactive YOU demo · Follow the 90-second walkthrough
The public demo starts with Alex, a fictional persona, and invented people and events. It does not import contacts, read your computer, or connect to your accounts. Anything you type into the demo stays in that browser's local storage unless you choose to export it. Use fictional details when sharing screenshots or feedback.
Fictional sample data, captured from the running prototype:
| For you | Ask YOU |
|---|---|
Requires Node.js 22.13+.
npm ci
npm run dev
Open the local URL printed by the development server. npm run build makes a production build.
app/page.tsx Interactive prototype
app/api/protocol/route.ts Read-only discovery of the proposed protocol
data/demo.ts Fictional people, memories, insights, events, connectors
lib/context-contract.ts Model-neutral fact, evidence, grant, and scope types
docs/ARCHITECTURE.md Roadmap for a real local-first service and MCP/API
docs/LAUNCH.md Honest launch copy and outreach plan
See the architecture for the proposed data model and boundaries.
Please read CONTRIBUTING.md and SECURITY.md before sending a change involving personal data or a connector. This project uses the MIT license.
10 commits
TypeScript
89.7%
Shell
5.6%
JavaScript
4.7%