
Lore
Cursor for your memory. 100% private, open-source & free.
118 followers
Cursor for your memory. 100% private, open-source & free.
118 followers
Lore is a lightweight "second brain" that lives in your system tray. Summon it with a keystroke to capture ideas, notes, or tasks instantly. Why Lore? 🛡️ 100% Private: Your data never leaves your machine. No API keys, no tracking. 🧠 Local AI: Powered by Ollama + LanceDB for secure, offline-first RAG. ⚡ Instant Recall: Ask questions in plain language and get answers from your own history. Own your memory. 100% local. Zero cloud.






Love the idea of a private, local “second brain” feels like the direction personal AI should be heading.
Simple, fast, and no tracking is a big win.
Curious, how does Lore handle context over time as data grows?
Great work 👏
@faisal_saeed001 Lore uses a vectorized database which turns text into a vector and saves it, and when you search for something in plain text it creates another vector and searches for similar vector.
Thanks!
@vouchy
Hey. Yeah, honestly it wasn’t one big moment, it was a pattern. I’d write something personal or even just messy/raw thinking, and there was always that small hesitation before hitting send or save.
That hesitation is what I call the “privacy tax”, it changes how you think and what you’re willing to store. Lore is basically my attempt to remove that completely while improving the UX of knowledge management software, with a completely free and transparent product.
Love seeing more open-source approaches to personal knowledge management! The privacy angle is huge right now, especially with AI reading our notes. How are you handling syncing across devices while keeping everything 100% private?
@sai_tharun_kakirala In this version there isn’t any syncing going on between device, but that’s an interesting point.
I think that we only way to do that would be either p2p which wouldn’t work because not all device are always online, perhaps encrypting the data and giving only the user the key.
Honestly, not sure what I would choose, but I’ll make sure to keep the privacy of the user. Currently the software makes 0 request to the internet outside of downloading the models when you request that.
@sai_tharun_kakirala @erez_shahaf Most of your audience is likely from a tech background, so what about giving them full control over syncing across devices?
You could allow users to provide an API endpoint from their own private VPS for data syncing. The app would encrypt the data, sign it, and send it to their endpoint. On their side, a simple PHP script could handle upload/download requests and verify signatures to ensure secure transmission.
You could even encrypt the stored API endpoint associated with the account, so users retain complete control over their data and privacy.
This makes a lot of sense. Most of our computers already function as a personal knowledge base, even if it's completely disorganized. It will take some time for trust to warm up to tools like this, but they seem inevitable. Even if the AI runs locally, having a way to easily wipe the AI's memory (clear cache, like a web browser) should provide peace of mind.
jared.so
How fast is the local search when your note collection gets really large, like thousands of entries? Congrats on the launch!
love that this is free and open-source with zero cloud dependency and feels like the kind of tool that should exist but rarely does. curious how it handles longer notes vs quick captures, does the RAG work equally well on both?