Install the agent
One command. It checks its own download before running anything.
Install the Pulse Code agent with a single command on Linux, macOS or Windows. It verifies the download against a published SHA256, installs two small static binaries, registers the machine with your API key, and starts importing your Claude Code history. It reads transcripts read-only and never writes inside your Claude Code directory.
Linux and macOS
Windows
Rather not pipe a script into a shell?
Reasonable. Download, check, and run it yourself:
Every build
| Platform | Agent | cc-run |
|---|---|---|
| Linux x86-64 | download | download |
| Linux ARM64 | download | download |
| macOS Apple Silicon | download | download |
| Windows x86-64 | download | download |
Checksums: checksums.txt · Build manifest: manifest.json
Single static binaries, no runtime to install. Built with CGO_ENABLED=0 so there is nothing to link against.
Uninstalling
Your Claude Code directory is untouched by all of that, because the agent never wrote to it.