TURNLOG ← Home
// privacy

Privacy Policy

Last updated: 6 July 2026

Turnlog is a local application. It runs entirely on your machine, collects no personal data, and sends nothing to us or any third party. This page is short because there is almost nothing to disclose.

What Turnlog does with your data

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.

What we collect

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

The one optional network request

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.

This website

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.

Payments

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.

Contact

Questions about privacy? Email hello@turnlog.dev.