42 lines
2.2 KiB
HTML
42 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>PureMac — Privacy Policy</title>
|
|
<style>
|
|
body { font-family: -apple-system, system-ui, sans-serif; max-width: 720px; margin: 40px auto; padding: 0 20px; color: #1d1d1f; line-height: 1.6; }
|
|
h1 { font-size: 28px; } h2 { font-size: 20px; margin-top: 32px; }
|
|
code { background: #f5f5f7; padding: 2px 5px; border-radius: 4px; }
|
|
footer { margin-top: 48px; color: #6e6e73; font-size: 14px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>PureMac Privacy Policy</h1>
|
|
<p><em>Last updated: 28 June 2026</em></p>
|
|
|
|
<p>PureMac is a Mac cleaner and app uninstaller for macOS. Your privacy is the default, not a feature.</p>
|
|
|
|
<h2>What PureMac collects</h2>
|
|
<p>Nothing. PureMac has <strong>no servers, no analytics, no telemetry, no crash reporting, no accounts, and no ads</strong>. It makes <strong>no network connections</strong> and does not require an internet connection to operate. The app does not know you exist.</p>
|
|
|
|
<h2>What stays on your Mac</h2>
|
|
<p>Everything PureMac does happens locally. Scan results, your settings, your excluded folders, and your ignored-orphan list are stored only on your Mac in the app's preferences. None of it is ever transmitted anywhere.</p>
|
|
|
|
<h2>What PureMac removes</h2>
|
|
<ul>
|
|
<li>Everything PureMac deletes is moved to the <strong>Trash</strong> via the system API — nothing is shredded or force-unlinked, so anything removed by mistake can be dragged back.</li>
|
|
<li>You review every item, with its real filesystem path, before anything is removed.</li>
|
|
<li>High-risk system paths are hard-excluded in the source code and cannot be selected for deletion.</li>
|
|
</ul>
|
|
|
|
<h2>Permissions</h2>
|
|
<p>PureMac asks for <strong>Full Disk Access</strong> only so it can read and clean the locations macOS hides from apps by default (Mail downloads, Safari data, protected app containers). This permission is used only for scanning and cleaning on your machine and never to move data anywhere.</p>
|
|
|
|
<h2>Contact</h2>
|
|
<p>Questions? Open an issue at <a href="https://github.com/momenbasel/PureMac/issues">github.com/momenbasel/PureMac</a>.</p>
|
|
|
|
<footer>PureMac is free and open source under the MIT License.</footer>
|
|
</body>
|
|
</html>
|