Mnemosyne.
Mnemosyne is a magical personal archive for references, memories, curiosities, and wonders. Inspired by Aby Warburg's Mnemosyne Atlas.
Try it live: mnemosyne.gbrlpzz.com
- Universal Capture:
- Double-click anywhere to add a note.
- Drag & drop images directly onto the canvas.
- Paste links to automatically .
- Smart Search: Filter by content, tags, type (
image,note), or time (yesterday,last week). - Privacy First: 100% client-side. Connects directly to your GitHub. No tracking, no middleman.
Visit mnemosyne.gbrlpzz.com.
Mnemosyne works on a Bring Your Own Key (BYOK) model.
- Generate a GitHub Personal Access Token (Classic) with
reposcope. - Enter it to unlock the archive.
- The app automatically creates a private
mnemosyne-dbrepository in your account.
Your token is stored only in your browser's local storage and used directly against the GitHub API. It never touches our servers (because there are no servers).
Clone and run it locally or deploy to your own Vercel instance.
npm install
npm run devYour data belongs to you. Check your mnemosyne-db repository:
mnemosyne-db/
├── data/ # JSON files for every note, link, and image
└── assets/ # Raw image files
MIT License — see LICENSE.