Show HN: A Local OS for LLMs. MIT License. Zero Hallucinations. Infinite Memory

https://github.com/merchantmoh-debug/Remember-Me-AI
The problem with LLMs isn't intelligence; it's amnesia and dishonesty.

Hey HN,

I’ve spent the last few months building Remember-Me, an open-source "Sovereign Brain" stack designed to run entirely offline on consumer hardware.

The core thesis is simple: Don't rent your cognition.

Most RAG (Retrieval Augmented Generation) implementations are just "grep for embeddings." They are messy, imprecise, and prone to hallucination. I wanted to solve the "Context integrity" problem at the architectural layer.

The Tech Stack (How it works):

QDMA (Quantum Dream Memory Architecture): instead of a flat vector DB, it uses a hierarchical projection engine. It separates "Hot" (Recall) from "Cold" (Storage) memory, allowing for effectively infinite context window management via compression.

CSNP (Context Switching Neural Protocol) - The Hallucination Killer: This is the most important part. Every memory fragment is hashed into a Merkle Chain. When the LLM retrieves context, the system cryptographically verifies the retrieval against the immutable ledger.

If the hash doesn't match the chain: The retrieval is rejected.

Result: The AI visually cannot "make things up" about your past because it is mathematically constrained to the ledger. Local Inference: Built on top of llama.cpp server. It runs Llama-3 (or any GGUF) locally. No API keys. No data leaving your machine.

Features:

Zero-Dependency: Runs on Windows/Linux with just Python and a GPU (or CPU).

Visual Interface: Includes a Streamlit-based "Cognitive Interface" to visualize memory states. Open Source: MIT License. This is an attempt to give "Agency" back to the user. I believe that if we want AGI, it needs to be owned by us, not rented via an API.

Repository: https://github.com/merchantmoh-debug/Remember-Me-AI

I’d love to hear your feedback on the Merkle-verification approach. Does constraining the context window effectively solve the "trust" issue for you?

It's fully working - Fully tested. If you tried to Git Clone before without luck - As this is not my first Show HN on this - Feel free to try again.

To everyone who HATES AI slop; Greedy corporations and having their private data stuck on cloud servers.

You're welcome.

Cheers, Mohamad

Comments

MohskiBroskiAIJan 26, 2026, 2:39 AM
I'm adding live web search & something I call "framework 50" which essentially turns the AI into a scientific research tool - No drift? No hallucination? Live web search capabilities? Unlimited memory? R1 reasoning frameworks? Causality chaining?

What's that spell?

It spells every average joe = PhD level researcher

Every Tom, Dick & Harry = World-class Lawyer

Righto. If I don't get some comments I'm just gonna delete this and sell it instead - Ungrateful maggots!

JK!

Or am I?

MohskiBroskiAIJan 26, 2026, 3:05 AM
Alright - Updating the base model to Deepseek R1. Making sure the deep research dependencies install immediately.

I want this repo to be so easy to use that anyone can git clone, double click start.bat - run the import brain (automatically) and start it up.

The deep research framework 50 is a toggle - scroll down the left sidebar and click it on. It'll run my framework and provide you with comprehensive reports.

I'll be pushing this update either in the next 30 minutes or tomorrow morning depending If I can stay awake long enough. (Dead tired.)

Thanks for the Stars guys - 21 stars total - 3 stars just in the past hour - means a lot.

Vive la révolution!