One-Liner Quickstart
Get cc-deck running in under two minutes.
Interactive (try it now)
Persistent (background container)
For a container you can connect to and disconnect from repeatedly:
podman run -d --name mydev \
-e ANTHROPIC_API_KEY=sk-ant-... \
quay.io/cc-deck/cc-deck-demo:latest \
sleep infinity
podman exec -it mydev zellij --layout cc-deck
Reconnect anytime:
podman exec -it mydev zellij attach
What You Get
A terminal environment with:
-
The cc-deck sidebar tracking all your Claude Code sessions
-
Smart attend to cycle through sessions that need attention
-
Keyboard navigation for fast session switching
-
Claude Code pre-installed and ready to use
Next Steps
-
Podman Guide for volume mounts and advanced setup
-
User Guide to learn the sidebar features
-
Custom Images to create bespoke container images