Work / Archi
Archi
Mac app
Mac app · local-first reading library
Gallery

Local-first macOS app that pulls every Kindle highlight you've ever made into a searchable SQLite library on your Mac, with optional one-click sync to Notion. Free and open source.
Local-first macOS desktop app that pulls every Kindle highlight you've ever made into a searchable SQLite library on your machine, with optional one-click sync to Notion. Free, open source, no telemetry.
What it is
Years of Kindle highlights tend to sit stranded inside Amazon — hard to search, harder to act on. Archi pulls them down into a local SQLite library on your Mac with full-text search, so every passage you have ever flagged is one query away.
The app is local-first by design. Sync runs on your machine without a server in the middle. An optional one-click Notion export provisions Library and Passages databases in your workspace and reuses them on subsequent syncs so highlights flow into the notes/reading systems you already have.
Why local-first
loschenbd/archi on GitHubHow it works
Two ingestion paths, one canonical store:
My Clippings.txt and the local parser normalizes books and passages into the SQLite schema (works, passages, sync_jobs)Sync runs on a configurable interval (default daily) plus a manual "Sync now" button. Destinations are pluggable; the first one shipped is Notion, with first-run database auto-provisioning so you don't have to scaffold tables by hand.
Tech stack
apps/desktop, packages/core (schema + dedupe + sync state), packages/source-device-export, packages/source-cloud-notebook, packages/destination-notion, packages/uiPrivacy posture
Repo
github.com/loschenbd/archi — MIT-licensed.