Works with Claude Code

See what AI agents do
across all your projects

AI coding agents run dozens of operations per session — but you only see the final diff. peekm shows you every session, every file change, every conversation. In real time.

$ npx @peekm/peekm .
Or install globally: npm i -g @peekm/peekm · brew install razvandimescu/tap/peekm
peekm demo — AI session timeline, transcript viewer, and markdown browsing

What it does

One binary. No config. AI tracking starts automatically.

⏱️

Timeline

Every AI session across all projects — file edits, tool calls, duration. Grouped by day with All / Edits-only filter.

💬

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.

🔗

Sharing

Share rendered markdown with one click. LAN by default, or public via share.peekm.dev — no account needed.

📝

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 / MIT

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.