Installation¶
Pre-built binaries (recommended)¶
Grab the binary for your platform from GitHub Releases. No Python required.
macOS quarantine
The first time you download an unsigned binary on macOS, Gatekeeper marks it with a quarantine attribute. xattr -cr clsm strips that attribute so the binary can run.
Via pip / pipx¶
This installs both the claude-session-manager and clsm commands.
From source¶
git clone https://github.com/ritwik-g/claude-session-manager.git
cd claude-session-manager
pip install .
Requirements¶
- Claude Code sessions on disk under
~/.claude/ - Python 3.10+ (only if installing from source / pip — pre-built binaries have no Python requirement)