
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@kimuson/claude-code-viewer
Advanced tools
A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects. Start new conversations, resume existing sessions, monitor running tasks in real-time, and browse your conversation history -
A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects. Start new conversations, resume existing sessions, monitor running tasks in real-time, and browse your conversation history - all through a modern web interface.
Claude Code Viewer has evolved from a simple conversation viewer into a comprehensive web-based Claude Code client. It provides all essential Claude Code functionality through an intuitive web interface, including creating new sessions, resuming conversations, real-time task management, and live synchronization with your local Claude Code projects.
The application leverages Server-Sent Events (SSE) for real-time bidirectional communication, automatically syncing with JSONL conversation files in ~/.claude/projects/
and providing instant updates as conversations progress.
Run directly from npm without installation:
PORT=3400 npx @kimuson/claude-code-viewer@latest
Alternatively, install globally:
npm install -g @kimuson/claude-code-viewer
claude-code-viewer
The application uses pnpm as the package manager (v10.8.1) and is published as version 0.1.0.
The server will start on port 3400 (or the specified PORT). Open http://localhost:3400
in your browser.
Clone and run locally:
git clone https://github.com/d-kimuson/claude-code-viewer.git
cd claude-code-viewer
pnpm i
pnpm build
pnpm start
The application reads Claude Code conversation files from:
~/.claude/projects/<project>/<session-id>.jsonl
Set a custom port using the PORT
environment variable:
PORT=8080 npx @kimuson/claude-code-viewer@latest
The application automatically detects the standard Claude Code directory at ~/.claude/projects/
. No additional configuration is required.
This project is available under the MIT License.
See docs/dev.md for detailed development setup and contribution guidelines.
0.3.0
FAQs
A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects. Start new conversations, resume existing sessions, monitor running tasks in real-time, and browse your conversation history -
The npm package @kimuson/claude-code-viewer receives a total of 851 weekly downloads. As such, @kimuson/claude-code-viewer popularity was classified as not popular.
We found that @kimuson/claude-code-viewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.