What problem does it solve?
Protects local workspaces and important files by creating continuous, client-side encrypted backups to S3-compatible object storage so cloud providers never see plaintext data or file metadata.
Core Features & Use Cases
- Zero-knowledge encrypted backups: AES-256-GCM encryption before upload, so object stores only see opaque .enc chunks.
- S3-compatible targets: Works with Cloudflare R2, AWS S3, Backblaze B2, MinIO, Wasabi and other S3 endpoints.
- Daemonized sync & time-travel restore: Background watch daemon automatically syncs encrypted changes and supports point-in-time restores and named snapshots.
- Use Case: Automatically back up an AI agent workspace and its memory files to Cloudflare R2 for off-site, private archival with easy restores.
Quick Start
Run the ClawKeep CLI to set your encryption password, configure an S3-compatible target with credentials, and start the watch daemon to begin encrypted syncs for your workspace.