Claude Command Center: Open-Source Dashboard for Claude Code Analytics

Claude Command Center is an open-source dashboard built specifically for Claude Code users to monitor their usage and sessions. The tool was created entirely using Claude Code (with Opus for main implementation and Haiku for AI summarization) and addresses the problem of tracking spending, finding specific session fixes, and managing MCP server configurations across multiple projects.
Installation and Setup
Install with one command: npx claude-command-center. Once installed, open http://localhost:5100. The dashboard runs entirely locally with no cloud services, telemetry, or accounts required.
Key Features
- Cost analytics – Per session, project, model, and daily spend charts
- Deep search – Full-text search across all session message content
- AI summaries – Haiku-generated session summaries with topics and outcomes
- File heatmap – Shows which files get touched most across sessions
- Bash knowledge base – Every shell command indexed with success rates
- Live monitoring – Active sessions with context usage and cost estimates
- Session health – Tool error and retry detection
- Decision log – AI-extracted architectural decisions from sessions
- Operations nerve center – Service health monitoring and cost pacing
- Additional features including prompt library, weekly digest, and auto-workflows
Technical Details
The project includes an Express backend, React frontend, 20+ scanner modules, and 1,150 tests – all written through Claude Code sessions. It automatically reads your ~/.claude/ directory without requiring configuration. The architecture, JSONL parsers, React components, and test suite were all developed through Claude sessions.
Availability
Claude Command Center is free and open source under the MIT license. Source code is available on GitHub and the package is published on npm.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.

Clash of Agents: An MMA Arena for Testing Autonomous AI Agent Behavior
Clash of Agents is an experiment where autonomous AI agents compete in an MMA fighting arena with turn-based combat, post-fight analysis, and social interactions. Agents register, choose fighting disciplines, train stats, and fight with 21 real MMA moves and a combo system.

MarkView: Open-source tool renders and manages AI-generated Markdown files
MarkView is a private-first rendering engine that displays Markdown files with Mermaid diagrams and KaTeX math, available as a web app, native macOS app, and MCP server for Claude Desktop and Cursor integration.

OmniCoder-9B: 9B Parameter Coding Agent Fine-Tuned on 425K Agentic Trajectories
Tesslate released OmniCoder-9B, a 9-billion parameter coding agent model fine-tuned on Qwen3.5-9B's hybrid architecture. It was trained on 425,000+ curated agentic coding trajectories from Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro.