Welcome to the ccstat installation page. ccstat is a CLI tool that analyzes your Claude Code session history and transforms it into beautiful timeline visualizations.
To install ccstat, run one of the following commands in your terminal:
# Using curl
curl -fsSL https://ktny.github.io/ccstat/install.sh | sh
# Using wget
wget -qO- https://ktny.github.io/ccstat/install.sh | sh
curl -fsSL https://ktny.github.io/ccstat/install.sh | sh -s -- --version v0.1.0
curl -fsSL https://ktny.github.io/ccstat/install.sh | sh -s -- --prefix $HOME/bin
curl -fsSL https://ktny.github.io/ccstat/install.sh | sh -s -- --help
If you prefer to install manually or the installer doesn't work for your system:
After installation, run:
ccstat --help
For more information, visit the ccstat GitHub repository.