BenutzerEinsZweiDrei / reor

A self-organizing note-taking app powered by local AI models.

Home Page:https://reorproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reor Project

A self-organizing note-taking app powered by local AI models.

License GitHub Release Date - Published_At GitHub Repo stars

reor

About

The Reor Project is a local-first AI application for managing personal knowledge and notes. It uses AI to organize, help write, and answer questions about notes. The key difference between something like mem.ai or Reflect Notes is that the AI models can run fully locally and privately.

Hypotheses

  1. AI should be used to both generate and organise unstructured thoughts and ideas.
  2. Those same thoughts and ideas are private. AI models should run locally.
  3. Notes should be embedded into a feature space so that similar notes can be compared

Features

  • Q&A with your notes.
  • Embedding sidebar to automatically connect similar notes.
  • Semantic search.
  • WYSIWYG Markdown editor.
  • Markdown files stored locally.

Getting Started

  1. Download from the Releases tab. Mac & Windows are currently supported with Linux support coming soon.
  2. Install like a normal App.

Extra Linux packages:

Strangely, Linux induces some package issues with regards to Transformers.js (the library we use for embeddings). So you may need to install the following packages: "fuse", "libfuse2", "libvips". On Ubuntu:

sudo apt update
sudo apt install fuse libfuse2 libvips

Technologies

  • LanceDB vector database for ultra low latency, low-memory and local vector store.
  • Transformers.js to run embedding models locally.
  • Llama.cpp to run local LLMs uber efficiently.

Importing from other apps

Reor works within a single directory in the filesystem. You choose the directory on first boot. To import notes/files from another app, you'll need to populate that directory manually with markdown files. Integrations with other apps are hopefully coming soon!

Beta Phase

The Reor Project is in beta. It is very much stable and usable right now. Of course, it won't be as bug-free as something like Obsidian. But I am working as hard as I can to make this as good of an experience as can be! Feedback and support are welcome on our Issues page.

License

GPL-3.0 license. See LICENSE for details.

About

A self-organizing note-taking app powered by local AI models.

https://reorproject.org

License:GNU General Public License v3.0


Languages

Language:TypeScript 96.9%Language:CSS 1.8%Language:HTML 0.5%Language:Makefile 0.4%Language:JavaScript 0.4%