Open-source JARVIS scaffold adds GitHub and Supabase-backed agent memory
johnbarber720 · reddit · 2026-07-28
The author published a public-safe JARVIS / SimOS scaffold that can be cloned locally or connected to GitHub and Supabase.
The template is aimed at agent builders and includes:
- local LLM support and hosted models like OpenAI, Claude, and Gemini;
- Git-backed persistence;
- Supabase storage, auth, realtime, and vector search;
- hooks for agent frameworks or custom Python/JavaScript runtimes.
A major part of the design is the memory hierarchy: identity, current context, active session memory, historical records, long-term knowledge, lineage, mirrored/shared memory, and coordination across agents. The scripts are intentionally read-only and rely on folder READMEs as navigation maps, making the scaffold a deterministic runtime structure rather than a claim of persistent consciousness.
It’s currently an infrastructure template, not a polished consumer app, and the author is specifically asking for feedback from people building local agents, memory systems, MCP tools, RAG pipelines, or Supabase backends.
More from coding & agent
- First RL Framework with Proper Firecracker Support Announced — JoshPurtell · 2026-07-28
- CCapture.js v2.0.0 Splits Core Modules and Supports BYO Encoder — thespite · 2026-07-28
- Hyperscaler Agent Sandbox Wars: AWS, Google, Microsoft, and Cloudflare Diverge — rseroter · 2026-07-28
- Developer Finishes 5-Year-Stalled Open Source Library Using Claude — thespite · 2026-07-28
- Claude Code gets nicknamed the “grim grepper” — sull · 2026-07-28
- Developer jokes that Bible-style prompts might improve agent swarms — eigenhector · 2026-07-28