TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/josephyaduvanshi/claude-history-manager/llms.txt
Use this file to discover all available pages before exploring further.
chronicle CLI is distributed as a statically linked binary for Linux. On macOS, you can download the same binary or build from source using the Swift Package Manager.
Linux
The following script auto-detects your architecture and installs the CLI to/usr/local/bin/:
0.1.4 with the version you want from the GitHub Releases page.
Verifying the checksum
Each tarball has a matching.sha256 file on the release page. Download both, then verify:
chronicle-<version>-linux-<arch>.tar.gz.sha256 on the release page, next to the corresponding tarball.
macOS — build from source
On macOS, build the CLI directly from the repository using the Swift Package Manager. TheChronicleCLI target is included in Package.swift.
A recent Xcode toolchain is required to build on macOS. The
swift command is included with Xcode Command Line Tools — run xcode-select --install if swift is not found.Next steps
CLI commands
Full flag reference and examples for list, sessions, search, and show.
CLI overview
What the CLI is, what it reads, and how it differs from the macOS app.