GitHub – matt1398/claude-devtools Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert matt1398 / claude-devtools Public Notifications You must be signed in to change notification settings Fork 47 Star 370 License MIT license 370 stars 47 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings matt1398/claude-devtools main Branches Tags Go to file Code Open more actions menu Folders and files Name Name Last commit message Last commit date Latest commit History 110 Commits 110 Commits .claude .claude .github/ workflows .github/ workflows build build public public resources resources scripts scripts src src test test .dockerignore .dockerignore .editorconfig .editorconfig .gitattributes .gitattributes .gitignore .gitignore .nvmrc .nvmrc .prettierignore .prettierignore .prettierrc.json .prettierrc.json CHANGELOG.md CHANGELOG.md CLAUDE.md CLAUDE.md CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTING.md Dockerfile Dockerfile LICENSE LICENSE README.md README.md SECURITY.md SECURITY.md docker-compose.yml docker-compose.yml electron.vite.config.ts electron.vite.config.ts eslint.config.js eslint.config.js knip.json knip.json package.json package.json pnpm-lock.yaml pnpm-lock.yaml pnpm-workspace.yaml pnpm-workspace.yaml postcss.config.cjs postcss.config.cjs tailwind.config.js tailwind.config.js tsconfig.json tsconfig.json tsconfig.node.json tsconfig.node.json tsconfig.test.json tsconfig.test.json vite.standalone.config.ts vite.standalone.config.ts vitest.config.ts vitest.config.ts vitest.critical.config.ts vitest.critical.config.ts View all files Repository files navigation claude-devtools Terminal tells you nothing. This shows you everything. A desktop app that reconstructs exactly what Claude Code did — every file path, every tool call, every token — from the raw session logs already on your machine. 100% free, open source. No API keys. No configuration. Just download, open, and see everything Claude Code did. demo.mp4 Installation Platform Download Notes macOS (Apple Silicon) .dmg Download the arm64 asset. Drag to Applications. On first launch: right-click → Open macOS (Intel) .dmg Download the x64 asset. Drag to Applications. On first launch: right-click → Open Linux .AppImage / .deb / .rpm / .pacman Choose the package format for your distro (portable AppImage or native package manager format). Windows .exe Standard installer. May trigger SmartScreen — click “More info” → “Run anyway” Docker docker compose up Open http://localhost:3456 . See Docker / Standalone Deployment for details. The app reads session logs from ~/.claude/ — the data is already on your machine. No setup, no API keys, no login. Why This Exists Claude Code stopped telling you what it’s doing. Recent Claude Code updates repl
Source: Hacker News | Original Link