Anyone else running fully local persistent agents with a real “living brain” + dreaming cycle? (open source experiment)

Posted by Notforyou23@reddit | LocalLLaMA | View on Reddit | 6 comments

I’ve been deep in the local agent game and keep hitting the same wall: most setups still feel stateless. You restart, context evaporates, and the agent forgets everything you taught it last week. So I spent the last few months building something different — a complete local AI operating system called Home23 that treats the agent’s memory like a living, growing brain:

It runs 100% local (Ollama path is dead simple) or with any provider, no Claude tax required.Repo is here if you want to poke around: https://github.com/notforyou23/home23 I’m not here to shill — I genuinely want to know what other people are doing for long-term agent memory and autonomous research in 2026. Have you tried anything similar (Engram, Mem0 forks, OpenClaw local setups, custom RAG + skills, etc.)?
What would you actually use a persistent, dreaming local agent OS for? Personal life OS? Codebase co-pilot that never forgets? Research companion?Would love to hear your setups or wild ideas — I can’t have all the good ones.(Quick start is literally 3 commands.)