Extract and export chats from Claude, Copilot, and Cursor.
Install the bundled CLI using the install script:
curl -fsSL https://raw.githubusercontent.com/cooontext/cli_install/main/install.sh | bashOr download and run:
curl -fsSL https://raw.githubusercontent.com/cooontext/cli_install/main/install.sh -o install.sh
bash install.shThe install script will:
- Detect your OS and architecture
- Download the appropriate binary from GitHub Releases
- Install to
~/.local/bin(or custom location viaINSTALL_DIR) - Set executable permissions
Remove the binary:
rm ~/.local/bin/cooontextIf you installed to a custom location:
rm /your/custom/path/cooontext