Privacy Policy
Last updated: February 20, 2026
Overview
ClaudeCodeWin is a free, open-source desktop application. We are committed to protecting your privacy. We do not collect, store, or transmit any personal data.
Data Collection
ClaudeCodeWin does not collect any data. Specifically:
- No telemetry or usage analytics
- No personal information gathering
- No cookies or tracking mechanisms
- No advertising or marketing data collection
Local Data Storage
All application data is stored exclusively on your local machine:
- Chat history is stored locally with Windows DPAPI encryption in
%AppData%/ClaudeCodeWin/ - Application settings are stored in
%AppData%/ClaudeCodeWin/settings.json - Custom scripts are stored in
%AppData%/ClaudeCodeWin/scripts.json - Task definitions are stored in
%AppData%/ClaudeCodeWin/tasks.json
You can delete all local data at any time by removing the %AppData%/ClaudeCodeWin/ folder.
Update Checks
ClaudeCodeWin periodically checks for updates by making an HTTPS GET request to a version manifest file hosted on Amazon S3. This request contains:
- No personal data
- No device identifiers
- No usage information
Only standard HTTP headers (such as User-Agent) are included, as with any web request.
Claude API Communication
All communication with the Claude AI service goes directly from your machine to Anthropic's servers through the Claude Code CLI. ClaudeCodeWin acts as a graphical wrapper and does not intercept, modify, store, or relay your conversations through any third-party servers.
Your interactions with Claude are governed by Anthropic's Privacy Policy.
Third-Party Services
ClaudeCodeWin does not integrate with any third-party analytics, advertising, or tracking services. The only external communication is:
- Update checks (as described above)
- Claude API calls through the official CLI (handled by Anthropic)
Open Source
ClaudeCodeWin is open-source software licensed under the MIT License. You can inspect the complete source code to verify our privacy practices:
github.com/fire-mage/ClaudeCodeWin
Contact
If you have any questions about this Privacy Policy, please open an issue on our GitHub repository.