📊 ccstat - Installation

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.

🚀 Quick Install

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
Note: The installer will automatically detect your operating system and architecture, download the appropriate binary, and install it to the correct location.

🔧 Installation Options

Install Specific Version

curl -fsSL https://ktny.github.io/ccstat/install.sh | sh -s -- --version v0.1.0

Install to Custom Directory

curl -fsSL https://ktny.github.io/ccstat/install.sh | sh -s -- --prefix $HOME/bin

View Installation Help

curl -fsSL https://ktny.github.io/ccstat/install.sh | sh -s -- --help

📋 Manual Installation

If you prefer to install manually or the installer doesn't work for your system:

Download from GitHub Releases View on GitHub

📖 Getting Started

After installation, run:

ccstat --help

For more information, visit the ccstat GitHub repository.