Capture in a second. Keep it as Markdown.

Press ⌥Space anywhere, drop in a link, note, task or snippet. Lore files it as Markdown you own.

The Lore knowledge base: a sidebar of collections and tags, a list of saved items, and the detail of a saved article with an AI summary.
Space

One shortcut, from anywhere.

A frameless panel floats over whatever you are in. Paste a URL and Lore titles it, tags it and files it. Press Esc and you are back.

  • Note
  • Task
  • Code
  • Image
The command bar has recognised a pasted URL as a link, titled it and suggested tags.
The command bar. Type anything and Lore works out what it is.
The composer, with a tab for each item type above a title and body.
The composer. Pick a type first, then add structure.

The filesystem is the database.

Folders are collections and files are items. Edit in vim, move in Finder, pull on another machine. Lore follows along without a restart.

<vault>/
  .lore/
    collections.json  colours, order
    index.db          derived, rebuilt
  Reading List/
    how-linear-builds-product.md
  Work/
    q3-roadmap-sync.md
  an-unfiled-note.md
---
type: link
title: How Linear builds product
url: https://linear.app/blog/how-linear-builds-product
tags: [product, research]
related:
  - '[[building-a-second-brain]]'
---

Your own notes on the link, in plain Markdown.

Browse it as cards. Triage it as a table.

Card view: saved items as a grid of cards with previews, grouped under the sidebar's collections.

Built so your notes outlive the app.

Lore never runs git.

The vault is a folder. Committing it is up to you, and retitling a note never renames the file behind your back.

Never lose what you typed.

Frontmatter keys Lore does not know survive a round-trip. A link to a note that does not exist yet heals when it appears.

Deletes go to the trash.

Nothing is unlinked. Removed items wait in .lore/trash until you decide.

The index is disposable.

Delete .lore/index.db and search rebuilds it from your files. Your notes are the only source of truth.

Get Lore for your Mac.

Built and published with every release.

Or build it from source:

pnpm install && pnpm tauri dev