Live data from Hacker News

Show HN: Reor – An AI note-taking app that runs models locally

github.com

1–10 of 107 posts

Show HN: Reor – An AI note-taking app that runs models locally

#1
Reor is an open-source AI note-taking app that runs models locally.

The four main things to know are:

1. Notes are connected automatically with vector search. You can do semantic search + related notes are automatically connected.

2. You can do RAG Q&A on your notes using the local LLM of your choice.

3. Embedding model, LLM, vector db and files are all run or stored locally.

4. Point it to a directory of markdown files (like an Obsidian vault) and it works seamlessly alongside Obsidian.

Under the hood, Reor uses Llama.cpp (node-llama-cpp integration), Transformers.js and Lancedb to power the local AI features.

Reor was built right from the start to support local models. The future of knowledge management involves using lots of AI to organize pieces of knowledge - but crucially, that AI should run as much as possible privately & locally.

It's available for Mac, Windows & Linux on the project Github: https://github.com/reorproject/reor

Show HN: Reor – An AI note-taking app that runs models locally
github.com

Re: Show HN: Reor – An AI note-taking app that runs models locally

#4
Does the future of knowledge management involve using lots of AI to organize pieces of knowledge?

I think "here be dragons", and that over-relying on AI to do all your organization for you will very possibly (probably?) cause you to become worse at thinking.

No data to back this up because it is still early days in the proliferation of such tools, but historically making learning and thinking and "knowledge management" more passive does not improve outcomes.

Re: Show HN: Reor – An AI note-taking app that runs models locally

#5
Great to see something like this actualized. I’m a huge fan of Obsidian and its graph based connections for note taking.

Always see parallels drawn between Obsidian note structures and whole “2nd brain” idea for personal knowledge management, had seemed like a natural next step would be to implement note retrieval for intelligent references. Will have to check this out

Re: Show HN: Reor – An AI note-taking app that runs models locally

#8

Wow cool, can I import my One Note notebooks?!!??

If you can convert your One Note notes to markdown files then yes. On startup, you'll be asked to choose your vault directory - which needs to be a directory full of markdown files.

Re: Show HN: Reor – An AI note-taking app that runs models locally

#10
post #6

I had been researching stuff related to this for some time. Interesting project! Why not an obsidian plugin to tap into the ecosystem?

Seconded. I like this idea but wouldn't want to trade the Obsidian UI. Would love to see something like this as a plugin.
Post reply on HN