Local Installation
Run cc-deck directly on your machine with Zellij. This is the simplest setup and requires no containers.
Install
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 installer 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). |
Start
zellij --layout cc-deck
Or set cc-deck as your default layout in ~/.config/zellij/config.kdl:
default_layout "cc-deck"
Then simply running zellij starts with the cc-deck sidebar.
Install Options
The cc-deck plugin install command accepts several flags:
--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.
Next Steps
-
The Sidebar to understand the UI
-
Keyboard Navigation for all shortcuts
-
Configuration for layout variants and custom keybindings