Session activity tracking for the Konductor multi-session manager
npx claudepluginhub kranklab/konductorReports busy/idle state from Claude Code sessions to the Konductor host app.
Claude Code Session Manager — manage multiple Claude Code terminal sessions from a single UI.
One-line install — downloads the AppImage, installs it to ~/.local/bin, and adds a desktop entry:
curl -fSL https://raw.githubusercontent.com/kranklab/konductor/main/install.sh | bash
Or manually download from the latest release:
curl -fSL "https://github.com/kranklab/konductor/releases/download/latest/konductor.AppImage" -o konductor.AppImage
chmod +x konductor.AppImage
./konductor.AppImage
npm install
npm run dev
# Linux
npm run build:linux
# macOS
npm run build:mac
# Windows
npm run build:win