Privacy Policy

Last updated: March 12, 2026

What ClawTab Is

ClawTab is an open-source macOS desktop application for scheduling and managing Claude Code agents, shell scripts, and AI jobs. It includes a desktop app, CLI tools, a mobile/web remote interface, and an optional relay server for remote access.

What Data We Collect

Desktop App

The ClawTab desktop app runs entirely on your machine. Job configurations, logs, and secrets are stored locally. The app does not send telemetry, analytics, or usage data to any server.

Relay Server (Remote Access)

If you use ClawTab Remote, your device connects to a relay server to enable phone-to-desktop communication. The relay server stores:

  • Your email address (for account creation and workspace sharing)
  • Device registration tokens (for pairing your desktop and mobile devices)
  • Push notification tokens (for delivering notifications to your device)
  • Workspace sharing relationships (which users share access with each other)

The relay server does not store your code, agent output, log content, job configurations, or secrets. It passes messages between your devices in real time and does not persist message content.

Self-Hosting

You can run your own relay server. In that case, all data stays on your infrastructure. The relay source code is open source and available for audit.

How We Use Your Data

  • Email addresses are used for account authentication and workspace sharing lookups
  • Device tokens are used to route messages between your paired devices
  • Push notification tokens are used to deliver job completion and agent question alerts

We do not sell, share, or use your data for advertising or marketing purposes.

Security

All relay connections use TLS encryption. The authentication system uses three separate token types (device, session, relay) to limit exposure if any single token is compromised. Stolen token detection automatically invalidates suspicious sessions.

Data Retention

Account data is retained while your account is active. You can delete your account and all associated data by contacting us. Local data on your Mac is under your control and is not affected by account deletion.

Third-Party Services

  • Apple Push Notification service (APNs) - for iOS push notifications
  • Web Push - for browser notifications

No other third-party services receive your data.

Open Source

ClawTab is MIT-licensed. The desktop app, relay server, and mobile app source code are all available on GitHub. You can audit exactly what data is collected and how it is handled.

Contact

For privacy questions or data deletion requests, contact us at toni@clawtab.cc or open an issue on GitHub.