NoteFeratu is a plain-text personal knowledge management system with LLM capabilities. Build your second brain, discover new information through knowledge graphs, and chat with your notes using frontier LLM models.
To install NoteFeratu, begin by installing the following dependencies:
Next, clone the repository:
git clone https://github.com/zeim839/Noteferatu.git
Enter the repository directory:
cd Noteferatu
Install NPM dependencies:
npm i
You can run a development version of NoteFeratu either through the NextJS dev server or directly via Tauri. Tauri is a web app bundler that exposes NoteFeratu as a native desktop application.
To start the NextJS development server (which launches NoteFeratu on the browser), run:
npm run dev
To start the Tauri app preview, run:
npm run tauri dev .
To build NoteFeratu and export it as a Desktop application, run:
npm run tauri build .
GPL-3.0-or-later
Copyright (C) 2025 Michail Zeipekki, Daniel Wildsmith, Mathew Alangadan, Grayson Kornberg, Anton Salvador