Skip to content

Claude Viewer v1.0.0

Choose a tag to compare

@phpmypython phpmypython released this 25 Jun 22:25
· 2 commits to main since this release
603576e

🎉 Initial Release

Features

  • 📁 File Tree Navigation with auto-expand
  • 💬 Chat-style interface for conversations
  • 🌗 Dark mode support
  • 📋 Copy session paths to clipboard
  • 📝 Full markdown rendering with syntax highlighting
  • 🛠️ Tool visualization for AI interactions
  • 🔗 Direct links to specific sessions

Requirements

  • Node.js 18.x or higher
  • Claude Code or Claude Desktop with sessions in ~/.claude/projects/

Installation

git clone https://github.com/phpmypython/claude-viewer.git
cd claude-viewer
yarn install
yarn dev

Built with Next.js, TypeScript, and Tailwind CSS.

Full Changelog: https://github.com/phpmypython/claude-viewer/commits/v1.0.0