Ariver
2026-06-07 bcd91bf555f8afc03364611cf81fc702c261abbb
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
81
82
83
84
85
86
87
<!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="layout site-header__bar">
      <a class="brand" href="index-en.html">
        <img src="assets/app-icon-256.png" width="34" height="34" alt="">
        TagLauncher
      </a>
      <nav class="site-nav" aria-label="Main">
        <a href="index-en.html">Home</a>
        <a href="support-en.html">Support</a>
        <a href="privacy.html" aria-current="page">Privacy</a>
        <a href="https://github.com/shanghai3168/taglauncher/releases/download/v7.6.0/Taglauncher-help-en.pdf" rel="noopener" type="application/pdf">Help PDF</a>
      </nav>
      <div class="lang-switch" role="navigation" aria-label="Language">
        <a href="privacy-zh.html" hreflang="zh-Hans">中文</a>
        <a href="privacy.html" class="is-active" hreflang="en">EN</a>
      </div>
    </div>
  </header>
 
  <main class="page-main">
    <div class="layout 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: <a href="support-en.html">support-en.html</a></p>
      </article>
    </div>
  </main>
 
  <footer class="site-footer">
    <div class="layout">
      <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p>
    </div>
  </footer>
</body>
</html>