Free / Open Source

Dobius

Your Claude Code command center. Stats, MCP servers, skills, plans, sessions, model usage — all in a tabbed terminal dashboard.

6
Tabbed Views
10
Dark Themes
15KB
Download
0
Dependencies
Dobius — bash
1 Overview
2 MCP Servers
3 Skills
4 Stats
5 Sessions
6 Plans
Dobius Dashboard
 
3 active 13 MCPs 9 skills 63 plans 4 hooks
 
────── Lifetime Stats ──────
Total messages: 219,917
Total sessions: 319
Longest session: 3,039 msgs (43h 36m)
 
────── Activity (15 days) ──────
Messages: ▁▆▆▅▄▃▃▅▁▂▆▇▆██
Sessions: ▂█▇▄▆▆▇▅▁▃▇▇▇██
Tools: ▁▆▅▅▄▄▄▅▁▁▅▆▆▇█
01-25 02-09
 
────── Hooks ──────
PreToolUse PostToolUse Stop PreCompact

Everything at a Glance

Six tabbed views with real-time data from your Claude Code environment.

24-bit ANSI Color

GitHub Dark palette with full RGB color support. No 256-color fallback needed — true color from the ground up.

>_

Pure Bash

~1,100 lines of bash. No Python, no Node, no compiled binaries. Just bash + jq for JSON parsing. 15KB download.

jk

Scrollable Lists

j/k or arrow keys to scroll. Every list shows all items — no 5-item caps. Scroll indicators show remaining entries.

▄▇

Sparklines & Charts

Activity sparklines for messages, sessions, and tool calls. Hourly session distribution bar chart colored by time of day.

^G

Instant Toggle

Ctrl+G from any zsh session opens the dashboard. Auto-refreshes every 5 seconds. No flicker — lines overdraw in place.

t

10 Dark Themes

Midnight, Ember, Forest, Phantom, Copper, Arctic, Plum, Carbon, Neon, Sunset. Press t to cycle through them live.

Six Tabs, One Keypress

Press 1-6 to switch between views. Each tab shows complete data with no truncation.

TAB 1

Overview

Quick counts, lifetime stats, activity sparklines for the last 15 days, active Claude processes with CPU/MEM, and hooks summary.

3 active 13 MCPs 9 skills 63 plans
TAB 2

MCP Servers

All 13 configured MCP servers with status dot (green = running), command type, and arguments. Scrollable list.

playwright npx @anthropic/mcp-server-playwright
touchdesigner node dist/index.js
TAB 3

Skills

All 9 installed skills with descriptions parsed from SKILL.md frontmatter.

last30days Research topics from the last 30 days
frontend-design Create production-grade interfaces
TAB 4

Stats

Model usage table with input/output/cache tokens per model. Daily activity table. Hourly session distribution bar chart.

MODEL INPUT OUTPUT
opus-4-6 484.7K 1.9M
TAB 5

Sessions

Daily breakdown with session count, message count, tool calls, and average messages per session. Most recent first.

2026-02-09 28 sessions 23,918 msgs 3,949 tools
TAB 6

Plans

All 63 plan files sorted by modification time. Press Enter to open the selected plan in your editor.

rosy-leaping-dream 2h ago
majestic-noodling-flask 5h ago

10 Themes. Press t.

Each theme applies instantly via OSC terminal escape sequences. Your terminal, your palette.

Midnight
Ember
Forest
Phantom
Copper
Arctic
Plum
Carbon
Neon
Sunset

Three Commands

Download, extract, install. Then Ctrl+G from any terminal.

Installation
# Download and extract
$ curl -L dobepros.com/static/downloads/claude-terminal.tar.gz | tar xz
 
# Install (adds to ~/.zshrc)
$ cd claude-terminal && bash install.sh
 
# Or run standalone
$ bash dashboard.sh

15KB. Pure Bash. Zero Config.

See everything Claude Code does for you — sessions, tokens, tools — in one terminal window.

Download Dobius