Ariver
2026-06-06 b6806980f804fa76ecf0c59a2db86112b002d85e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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">
        <span class="brand-mark" aria-hidden="true"></span>
        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>