Our Privacy Commitment
ClaudeBench is designed with privacy-first principles: • Your data stays on your device by default • We never sell or share your information • AI requests only send what's necessary • You control what data leaves your machine
Local Storage
All task spaces, conversations, and files are stored locally in: ~/Library/Application Support/ClaudeBench/ This data is encrypted at rest using your system keychain.
// Data storage location
~/Library/Application Support/ClaudeBench/
├── tasks/ # Your task spaces
├── cache/ # Temporary files
├── settings.json # Your preferences
└── keys.keychain # Encrypted credentialsNetwork Requests
ClaudeBench only makes network requests for: • AI model API calls (your chosen provider) • Update checks (can be disabled) • Crash reports (opt-in only) • License validation
You can view all network activity in Settings > Privacy > Network Log.
File Permissions
ClaudeBench requests file access permissions to: • Read files you add to task spaces • Write files when generating outputs • Access folders for batch operations You can revoke these permissions anytime in System Settings.