<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="utf-8">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<title>Privacy Policy — TagLauncher</title>
|
<meta name="description" content="TagLauncher privacy policy: local-only data, no personal data collection.">
|
<link rel="stylesheet" href="styles.css">
|
</head>
|
<body>
|
<header class="site-header">
|
<div class="inner">
|
<a class="brand" href="index-en.html">
|
<img src="assets/app-icon-256.png" width="36" height="36" alt="">
|
TagLauncher
|
</a>
|
<nav>
|
<a href="index-en.html">Home</a>
|
<a href="support.html">Support</a>
|
<a href="privacy.html" aria-current="page">Privacy</a>
|
<a href="privacy-zh.html">隐私政策</a>
|
</nav>
|
</div>
|
</header>
|
|
<main class="wrap prose">
|
<article class="card">
|
<h1>Privacy Policy</h1>
|
<p><strong>Effective date:</strong> June 5, 2026</p>
|
<p><strong>App:</strong> TagLauncher (macOS)</p>
|
<p><strong>Developer:</strong> Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p>
|
|
<h2>Summary</h2>
|
<p>
|
TagLauncher is a utility for organizing and launching applications on your Mac.
|
The current version (7.8.x) works <strong>locally on your device</strong> and
|
<strong>does not collect personal data</strong> or send your launcher data to our servers.
|
</p>
|
|
<h2>What data stays on your Mac</h2>
|
<ul>
|
<li>Your preferences (hotkeys, appearance, language, Dock settings, and similar options).</li>
|
<li>Your tag names, colors, order, and associations between apps and tags.</li>
|
<li>Per-app notes you choose to write in TagLauncher.</li>
|
<li>Exported backup files you create manually (JSON) and store where you decide.</li>
|
</ul>
|
|
<h2>What TagLauncher does locally</h2>
|
<ul>
|
<li>Scans standard application folders on your Mac to build a searchable app index.</li>
|
<li>Opens applications you select using macOS APIs.</li>
|
<li>May download localized help PDFs from our public GitHub Releases when you tap “Help” (network request to GitHub only for that file).</li>
|
</ul>
|
|
<h2>What we do not do in the current build</h2>
|
<ul>
|
<li>No user accounts or sign-in.</li>
|
<li>No analytics, advertising, or tracking SDKs.</li>
|
<li>No crash reporting or third-party telemetry SDKs bundled in the app.</li>
|
<li>No sale of personal data.</li>
|
</ul>
|
|
<h2>Children</h2>
|
<p>TagLauncher is not directed at children under 13, and we do not knowingly collect personal information from children.</p>
|
|
<h2>Changes</h2>
|
<p>We may update this policy when the app or legal requirements change. The effective date at the top will be revised accordingly.</p>
|
|
<h2>Contact</h2>
|
<p>Questions about privacy: <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a></p>
|
<p>Support page: <a href="support.html">support.html</a></p>
|
<p class="lang-switch">Also available in <a href="privacy-zh.html">简体中文</a>.</p>
|
</article>
|
</main>
|
|
<footer class="site-footer wrap">
|
<p>© 2026 TagLauncher · <a href="index-en.html">Home</a></p>
|
</footer>
|
</body>
|
</html>
|