I built this app because I was frustrated with existing AI tools. I hated reminding AI about context from yesterday, and I was paranoid about sending my personal journals and business docs to a public cloud. I wanted a "Swiss Army Knife" that works offline: a fast editor and a knowledge base with local RAG.
Midway through development, I suffered a heart attack and underwent bypass surgery. Coding this project actually became my anchor during rehabilitation over the last month.
Loomind is a local-first workspace built with Electron and Next.js.
Local RAG: You can dump PDFs/MD files, indexing happens on your device.
Privacy: Offline mode switch keeps everything on your disk.
Memory: It retains context across sessions.
There is a free tier you can use to try it out. I’m still recovering, but I’m here to answer any questions about the tech stack or the implementation. Feedback is very welcome.
redhotcookerr•1h ago
I built this app because I was frustrated with existing AI tools. I hated reminding AI about context from yesterday, and I was paranoid about sending my personal journals and business docs to a public cloud. I wanted a "Swiss Army Knife" that works offline: a fast editor and a knowledge base with local RAG.
Midway through development, I suffered a heart attack and underwent bypass surgery. Coding this project actually became my anchor during rehabilitation over the last month.
Loomind is a local-first workspace built with Electron and Next.js.
Local RAG: You can dump PDFs/MD files, indexing happens on your device.
Privacy: Offline mode switch keeps everything on your disk.
Memory: It retains context across sessions.
There is a free tier you can use to try it out. I’m still recovering, but I’m here to answer any questions about the tech stack or the implementation. Feedback is very welcome.