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. Share any document instantly — LAN or public link, no account needed.

$ 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. 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.