π¦ cicada
TUI analytics dashboard for Claude Code sessions.
Reads your local ~/.claude/ data and shows session history, tool usage, project analytics, and more β all in the terminal. No server, no database β everything stays local.
Install
Homebrew:
brew install base-14/tap/cicada
Go:
go install github.com/base-14/cicada@latest
Usage
cicada
Navigate with arrow keys or vim bindings (h/j/k/l). Press ? for help, / to filter, Enter to drill in, Esc to go back, y to copy claude --resume <id> to clipboard.
Export / Import Sessions
Share sessions between machines or with teammates:
e β Export selected session as a zip
E β Export all visible sessions (respects active filter)
i β Import session(s) from a zip file
Exported zips are saved to the directory you launched cicada from. They contain the raw JSONL session file plus a manifest. Imported sessions are fully Claude Code-compatible β recipients can browse them in cicada and resume with claude --resume.
What it shows
cicada
βββ Analysis
β βββ Usage heatmap (GitHub-style activity grid)
β βββ Sessions per day (sparkline)
β βββ Messages & tools per session (bar charts)
β βββ Streaks (current, longest, weekly)
β βββ Personal bests (longest session, most messages, most tools)
β βββ Trends (sessions this week vs last, avg duration)
β
βββ Projects
β βββ All projects with session counts and last active
β βββ Project detail (Enter to drill in)
β βββ Overview β total sessions, messages, duration
β βββ Sessions β per-project session list
β βββ Tools β tool usage breakdown for this project
β βββ Activity β project-level heatmap
β βββ Skills β which skills were invoked
β
βββ Sessions
β βββ All sessions with project, duration, messages, cost
β βββ Export / import sessions (e/E/i)
β βββ Session detail (Enter to drill in)
β βββ Chat β full conversation: user prompts & assistant responses
β βββ Overview β duration, message count, model, cost
β βββ Timeline β chronological tool calls and messages
β βββ Files β files read, written, and edited
β βββ Agents β subagent spawns and results
β βββ Tools β per-session tool call breakdown
β
βββ Agents
β βββ Subagent usage across all sessions
β
βββ Tools
βββ Built-in tools ranked by call count
βββ MCP server tools with server grouping
License
MIT