Last updated: 6 July 2026
Turnlog reads the Claude Code session transcripts already stored on your computer and builds a local search index from them. That index lives on your machine, in your user directory. Your prompts, code, and session content never leave your device.
Nothing. Turnlog has no accounts, no analytics, no telemetry, and no
error reporting. It runs a hardened server bound to 127.0.0.1 (loopback
only) and makes no outbound connections during normal use. You can confirm this yourself
while the app is running:
lsof -iTCP -sTCP:LISTEN | grep node
Turnlog can check npm for a newer version so it can tell you an update exists. This request goes to the public npm registry, contains no personal data, and can be disabled. It is the only network call the application makes, and it is optional.
The Turnlog website is a static site served by Cloudflare. It loads no third-party scripts, no Google Fonts, and sets no advertising or tracking cookies. If privacy-friendly, cookieless analytics are added, they will be aggregate-only and never identify you.
Purchases are handled by our reseller, Paddle, which acts as the merchant of record and processes your payment details. Turnlog never sees or stores your card information. See Paddle's privacy policy for how they handle checkout data.
Questions about privacy? Email hello@turnlog.dev.