Works with Claude Code

Read, review, and continue
what Claude Code did

peekm turns every Claude Code session into something you can read — the full conversation, the line-level diffs, and what the AI learned about each project. Reply to continue a session, or share any file it produced. All local, no account.

$ npx @peekm/peekm .
Or install globally: npm i -g @peekm/peekm · brew install razvandimescu/tap/peekm

↑ This one's live — open a diff, expand a response, or hit Send. Open full demo →

What it does

One binary. No config. AI tracking starts automatically. Sharing works for everyone.

Timeline

Every AI session across all projects — file edits, tool calls, duration. Live status shows which tool the AI is using right now.

Transcripts

Read the full AI conversation for any session. Tool calls, diffs, thinking — all rendered inline.

Memory browser

Cross-project dashboard of Claude Code's learned context. See what the AI remembers about each project.

Real-time notifications

Toast the instant AI modifies a file. Click to navigate. Live reload via Server-Sent Events.

Markdown viewer

VS Code-style sidebar, fuzzy search, in-browser editing, syntax highlighting, light/dark themes.

How it compares

git diff Git AI Gryph claude-code-transcripts peekm
Real-time notifications Toast + live reload
Visual UI VS Code ext. Static HTML Web UI + tree view
Session correlation Git notes File-based Per-file session panel
Persistent history Git log Git notes Audit log JSON files JSONL timeline
Sharing LAN + public tunnel
Zero config Yes Extension install CLI setup Post-hoc script Yes (auto-detects)
Free / OSS Yes Freemium Free Free Free / Apache 2.0

Install

npm (recommended)

npm i -g @peekm/peekm

Homebrew

brew install razvandimescu/tap/peekm

curl

curl -L https://github.com/razvandimescu/peekm/releases/latest/download/peekm_$(uname -s)_$(uname -m).tar.gz | tar xz

Go

go install github.com/razvandimescu/peekm@latest

One command. Full visibility.

All data stays local by default. Public sharing is opt-in.
No accounts. No sign-up.