Installation
Install cc-deck on your local machine.
After installing the CLI binary, run cc-deck plugin install to set up the Zellij sidebar plugin and Claude Code hooks.
Homebrew (macOS)
The fastest way to install on macOS:
brew install cc-deck/tap/cc-deck
cc-deck plugin install
Zellij is recommended but not required. If you do not have Zellij installed, the formula will suggest it.
Binary Download
Download the latest release from GitHub Releases. Archives are available for macOS and Linux, both arm64 and amd64.
# Example: macOS Apple Silicon
curl -fsSL https://github.com/cc-deck/cc-deck/releases/latest/download/cc-deck_VERSION_darwin_arm64.tar.gz | tar -xz
sudo mv cc-deck /usr/local/bin/
cc-deck plugin install
Replace VERSION with the release version (e.g., 0.3.0).
Linux Packages
RPM and DEB packages are attached to each GitHub Release.
Build from Source
Clone the repository and build everything:
git clone https://github.com/cc-deck/cc-deck.git
cd cc-deck
make install
make install builds the WASM plugin, compiles the Go CLI, and runs cc-deck plugin install to set up Zellij layouts and Claude Code hooks.
What Gets Installed
The cc-deck plugin install command places files in your Zellij configuration directory:
| File | Purpose |
|---|---|
|
The sidebar plugin binary. |
|
Default layout (set to the selected variant). |
|
Standard layout with sidebar, tab bar, and status bar. |
|
Minimal layout with sidebar and compact bar. |
|
Clean layout with sidebar only. |
|
Claude Code hooks for session tracking (merged, not overwritten). |
Install Options
--force/-f-
Overwrite existing files without prompting.
--skip-backup-
Skip the timestamped backup of
settings.json. --layout <variant>-
Set the default layout variant. Options:
standard(default),minimal,clean. --install-zellij-
Download and install a matching Zellij binary.
Set as Default Layout
Add this line to ~/.config/zellij/config.kdl so every new Zellij session uses cc-deck:
default_layout "cc-deck"
Verify Installation
cc-deck plugin status
This shows the installed plugin version and layout configuration.
Next Steps
-
First Session to launch cc-deck and explore the sidebar
-
User Guide for all sidebar features and keybindings
-
Configuration for personal layouts and Ghostty integration