Skip to content

Lore

Git captures code history. Lore captures reasoning history.

Lore records your AI coding sessions and links them to git commits. Run lore blame on any line to see the conversation that produced it. Your history syncs through your existing git remotes, encrypted, with no server and no account.

Blame

Trace any line of code back to the AI session that produced it.

Sync

Sync reasoning through your existing git remotes, encrypted. No server, no account. Share by passphrase.

Capture

Import sessions from Claude Code, Aider, Gemini CLI, Codex, and more into one local history.

Link

Connect AI sessions to git commits. See which conversation produced any commit.

Search

Full-text search across every captured conversation.

Terminal window
# macOS
brew install varalys/tap/lore
# Arch Linux (AUR)
yay -S lore-cli-bin
# From crates.io
cargo install lore-cli

Then run lore init for guided setup.