AI that remembers you.
One developer. Eight production apps. 2,400+ persistent memories. Five autonomous agents that ship code, process recordings, and compound knowledge while you sleep. This is what happens when AI never forgets.
npx traqr-memory-mcp --installJust memory
npx @traqr/cli initFull platform
Works with Claude Code, Cursor, Codex, and any MCP client. Free and open source.
Memory that persists across sessions.
Everything generated.
Write a .traqr/config.json, run npx traqr render. TraqrOS generates your entire development harness.
{
"project": {
"name": "my-saas",
"type": "code",
"displayName": "My SaaS"
},
"memory": {
"supabaseUrl": "...",
"embeddingProvider": "openai"
},
"vcs": "github",
"monorepo": { "enabled": false },
"skills": ["ship", "einstein", "checkpoint"],
"worktrees": {
"slots": ["feature1", "feature2", "bugfix1"]
}
}CLAUDE.md
Project intelligence file — conventions, routing, memory triggers, workflow rules. Your AI reads this first.
50+ slash commands
/ship, /einstein, /bethesda, /daily-brief, /cos, /call — all generated from your config.
Memory MCP server
11 tools: store, search, context, browse, enhance, pulse, archive, audit, read, forget, correct.
Worktree slots
Parallel development branches with port assignments, aliases, and pre-push guardrails.
Guardian
Autonomous PR lifecycle — rebase, build, merge, sync slots, extract learnings back to memory.
Obsidian vault
Research docs, agent diaries, decision records, daily briefs — structured knowledge that persists.
Five primitive contracts.
TraqrOS v3.0 is built on contracts, not features. Every capability composes from these five primitives. Agents in parallel worktrees coordinate through shared memory and culture docs.
Profile
The gravity well
Materialized view of your decision patterns. Compiled from memory DB, vault, config, and life recordings. Every other primitive exists to serve it.
Source
Data adapters
Adapter contracts for data providers with graceful degradation. Linear, Slack, PostHog, Supabase, Granola, Gmail — each a golden path.
Surface
Output contracts
Where intelligence appears. Terminal (always), Obsidian vault (always), Slack channels (conditional). Same data, multiple forms.
Skill
Composable actions
How automation consumes Profile + Sources and writes to Surfaces. /ship, /einstein, /bethesda, /daily-brief — 50+ and growing.
Distribution
The upgrade path
npx traqr init creates your instance. npx traqr update upgrades it. Config-driven, section-preserving, zero-downtime updates.
Zero configuration.
Every skill is a slash command. Generated from your config, tuned to your project. Click any skill to see what it does.
Showing 39 of 50+ skills. The full set is generated from your .traqr/config.json.
memories in the knowledge graph
users across production apps
PRs shipped in one weekend
One developer. Eight apps. Five agents running overnight. The system compounds while you sleep.
Built by one developer managing 8 production apps with real users — PokoTraqr (1,800+ users, 5K daily pageviews), NookTraqr (Animal Crossing community), Jiggy Capital (portfolio intelligence). Five agents shipped 88 PRs in one weekend while the developer slept. The system that built itself is now the system that builds your system.
Install what you need.
@traqr/memoryTypeScript library — multi-strategy retrieval, entity extraction, BYO Postgres
traqr-memory-mcpMCP server — 11 tools, interactive setup wizard, works with any MCP client
@traqr/coreConfig schema, template engine, VCS abstraction (GitHub + GitLab)
@traqr/cliCLI — traqr init, traqr render, traqr status, traqr verify
Your stack. Your rules.
GitHub stack
- + GitHub + Linear or GitHub Issues
- + Supabase or any Postgres 15+
- + Any embedding provider
- + Slack, or none
GitLab stack
- + GitLab cloud or self-hosted
- + Any Postgres 15+
- + Any embedding provider
- + Slack, or none
VCS auto-detected from your git remote. Embedding provider, database, and integrations all configurable in .traqr/config.json.
TraqrDB
Give your AI persistent memory. BYO Postgres + pgvector. 11 MCP tools. Semantic search, entity extraction, lifecycle management.
npx traqr-memory-mcp --installSupabase free tier, Docker, or any Postgres 15+
Full Platform
Memory + template engine + worktree slots + 50+ skills + Guardian automated PR lifecycle. The whole stack.
npx @traqr/cli initGitHub + GitLab. Auto-detected from your git remote.
Your infrastructure, your data, forever.