Claude2stream
Claude history as live-tailing Durable Streams
Install / Use
/learn @broady/Claude2streamQuality Score
Category
Development & EngineeringSupported Platforms
README
claude2stream
Your Claude history exposed as a Durable Stream.
A streaming web UI is served on /ui that allows you to view sessions as they happen.
<img alt="Screenshot" src=".github/screen.png" />Run with Docker
docker run --rm \
-p 8214:8214 \
-u $(id -u):$(id -g) \
-v ~/.claude:/data:ro \
ghcr.io/broady/claude2stream:latest \
-dir /data
Open http://localhost:8214/ui/ to view conversations.
Installation
Pre-built binaries
Download the latest binary for your platform from GitHub Releases.
From Source
Requires Go 1.21+ and pnpm.
cd webui/ && pnpm install && pnpm build && cd - && go build
# Or with Taskfile installed:
task build
Quick Start
./claude2stream
Open http://localhost:8214/ui/ to view conversations.
Usage
claude2stream [flags]
Flags:
-addr string listen address (default ":8214")
-dir string claude directory (default "~/.claude")
-dev enable CORS for development
Development
# Terminal 1: Run Go backend with CORS
go run . -dev
# Terminal 2: Run Vite dev server
task dev
The Vite dev server runs on port 3000 and proxies API requests to the Go backend on port 8214.
Building
task build # Build frontend + binary
task clean # Remove build artifacts
task release:snapshot # Test goreleaser locally
Architecture
- Go backend: Watches
~/.claudefor JSONL conversation files, exposes them as durable streams - SolidJS frontend: Real-time conversation viewer with TanStack Router, served from
/ui/
License
MIT
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
