Privacy
Last updated: May 2026
The short version
The RunWisp daemon never reports anything home. The marketing site at runwisp.com counts visits with Cloudflare's cookieless Web Analytics — that's it.
The daemon (the binary you install)
Zero telemetry. The daemon does not contact runwisp.com, an Anthropic API, or any other server. The optional cloud control-plane integration is strictly opt-in: it only connects out when you configure it, and even then it only talks to the peer you point it at.
Your runwisp.toml stays on your machine. Your task output (stdout, stderr, captured exit codes) stays on your machine. Logs are stored on disk under the data directory; the embedded SQLite database holds run metadata and the daemon's secrets. Backups of the data directory should be treated as secrets.
The website (runwisp.com)
Cloudflare Web Analytics counts page visits. It is cookieless, collects no personal data, and is injected at the Cloudflare edge — no analytics script lives in this site's source. There are no tracking pixels, no third-party ads, no fingerprinting.
If you click "Get notified" anywhere on the site, you'll be sent to a Google Form where you can voluntarily leave an email address. We use that email only to tell you when the cloud control-plane ships, and you can stop hearing from us by ignoring the form or asking us to delete the entry. Don't want to share an email? Skip the form — the rest of the site, and the daemon, work fine.
Hosting
runwisp.com is served by Cloudflare Pages. Standard request metadata (IP address, timestamp, user-agent) flows through Cloudflare's edge logs as part of serving the page; Cloudflare retains and protects that data under its own privacy terms.
Source code
Both the daemon and this site are Apache-2.0 licensed. If you want to verify any of the above, the source is on GitHub.
Questions
File an issue on GitHub and we'll respond.