Reor Project
Private & local AI personal knowledge management app.
📢 Announcement
We are now on Discord! Our team is shipping very quickly right now so sharing ❤️feedback❤️ with us will really help shape the product 🚀
About
Reor is an AI-powered desktop note-taking app: it automatically links related notes, answers questions on your notes and provides semantic search. Everything is stored locally and you can edit your notes with an Obsidian-like markdown editor.
The hypothesis of the project is that AI tools for thought should run models locally by default. Reor stands on the shoulders of the giants Ollama, Transformers.js & LanceDB to enable both LLMs and embedding models to run locally:
- Every note you write is chunked and embedded into an internal vector database.
- Related notes are connected automatically via vector similarity.
- LLM-powered Q&A does RAG on your corpus of notes.
- Everything can be searched semantically.