Reor

by Sam L'Huillier

Private & local AI personal knowledge management app.

v0.2.31 AGPL-3.0 nullsoft x64

Install with winget

Open PowerShell or Command Prompt and run:

winget install ReorProject.Reor

Copied to clipboard!

1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation

About Reor

Reor is an AI-powered desktop note-taking app: it automatically links related notes, answers questions on your notes, provides semantic search and can generate AI flashcards. 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: 1. Every note you write is chunked and embedded into an internal vector database. 2. Related notes are connected automatically via vector similarity. 3. LLM-powered Q&A does RAG on your corpus of notes. 4. Everything can be searched semantically. One way to think about Reor is as a RAG app with two generators: the LLM and the human. In Q&A mode, the LLM is fed retrieved context from the corpus to help answer a query. Similarly, in editor mode, the human can toggle the sidebar to reveal related notes "retrieved" from the corpus. This is quite a powerful way of "augmenting" your thoughts by cross-referencing ideas in a current note against related ideas from your corpus.

ailarge-language-modelllamallmmarkdownnotespkmrag

Advanced Install Options

Install (latest)winget install ReorProject.Reor
Install (pinned version)winget install --id ReorProject.Reor -e --version 0.2.31
Upgradewinget upgrade ReorProject.Reor
Uninstallwinget uninstall ReorProject.Reor

Frequently Asked Questions

How do I install Reor using winget?
Open PowerShell or Windows Terminal and run: winget install ReorProject.Reor. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.
What is Reor?
Private & local AI personal knowledge management app.
Is Reor free to use?
Reor is distributed under the AGPL-3.0 license. Check the publisher’s site for full licensing details.
How do I update Reor with winget?
Run winget upgrade ReorProject.Reor in PowerShell or Windows Terminal to upgrade to the latest available version.
How do I uninstall Reor?
Run winget uninstall ReorProject.Reor to remove Reor from your system.