Lore

Download

Lore, in a window.

The same application as the browser version, with a native folder picker and no terminal. It runs a local server on your own machine and talks to nothing else — the desktop build is a window onto 127.0.0.1, not a client for a service.

Nothing to install

Lore can open your markdown folder straight from a browser tab, reading it off your disk with nothing uploaded. Read-only, no account, and it works today in Chrome, Edge, Arc and Brave. The download below adds the watcher, page history, the MCP server your agents connect to, local AI, and phone access.

Open your wiki in the browser

macOS

Apple siliconDownload

Windows

x64 installerDownload

Linux

AppImage · x64Download
AppImage · arm64Download
Debian · x64Download
Debian · arm64Download

Or run it from source

Lore is a web app that runs on your own machine, so you can skip the installer and use it in the browser you already have. The desktop build exists for the folder picker and the dock icon, not for any capability the browser version lacks — on macOS the picker works in a browser tab too.

Terminal
git clone https://github.com/markksantos/lore.git
cd lore
npm install
npm run dev

Opens on 127.0.0.1:4646. It binds to loopback deliberately, so nothing else on your network can reach your wiki through it. Node 20.9 or newer; nothing else.

About the security warning

Whatever you build is unsigned, and your operating system will say so. That warning means nobody paid to have the binary notarised — it is not a judgement about the code, and it is worth knowing the difference before you click through it.

If that trade is not one you want to make, run it from source instead. You get to read every line first, which is the stronger guarantee anyway.

What you need

What it never does