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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>TagLauncher — Tag-based Mac app launcher</title>
  <meta name="description" content="TagLauncher organizes Mac apps with tags: scrollable grid, multi-tag apps, searchable notes, JSON layout backup—beyond Launchpad folders and pages.">
  <link rel="stylesheet" href="styles.css">
  <link rel="alternate" hreflang="en" href="index-en.html">
  <link rel="alternate" hreflang="zh-Hans" href="index.html">
</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 aria-label="Main">
        <a href="index-en.html" aria-current="page">Home</a>
        <a href="support.html">Support</a>
        <a href="privacy.html">Privacy</a>
        <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">Help PDFs</a>
      </nav>
    </div>
  </header>
 
  <main class="wrap">
    <section class="hero">
      <p class="lang-switch">
        <a href="index.html">简体中文</a>
        <a href="index-en.html" class="active">English</a>
      </p>
      <h1>A Mac launcher beyond Launchpad</h1>
      <p class="lead">
        Organize apps with <strong>tags</strong>, not folders: one scrollable grid, multiple tags per app, per-app notes, and JSON layout backup.
        Press <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> to open the App Grid.
      </p>
      <div class="pill-row">
        <span class="pill">macOS 15.0+</span>
        <span class="pill">29 UI languages</span>
        <span class="pill">Local data · No account</span>
        <span class="pill">Mac App Store coming soon</span>
      </div>
      <div class="cta-row">
        <a class="btn btn-primary" href="support.html">Support & contact</a>
        <a class="btn btn-secondary" href="privacy.html">Privacy policy</a>
      </div>
    </section>
 
    <section class="card">
      <h2>Why not just Launchpad?</h2>
      <table class="compare">
        <thead>
          <tr>
            <th></th>
            <th>Launchpad</th>
            <th>TagLauncher</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td><strong>Browse</strong></td>
            <td>Paged screens—you hunt for the right page</td>
            <td>Scrollable app grid</td>
          </tr>
          <tr>
            <td><strong>Organize</strong></td>
            <td>Folders; one app, one folder</td>
            <td>Tags; same app in Design and Work</td>
          </tr>
          <tr>
            <td><strong>Notes</strong></td>
            <td>No per-app purpose notes</td>
            <td>Searchable app notes</td>
          </tr>
          <tr>
            <td><strong>Backup</strong></td>
            <td>Hard to export or restore layout</td>
            <td>Export / import JSON in Settings</td>
          </tr>
        </tbody>
      </table>
    </section>
 
    <section class="card">
      <h2>Highlights</h2>
      <div class="feature-grid">
        <div class="feature">
          <strong>App Grid</strong>
          Global hotkey overlay; works across displays and fullscreen Spaces.
        </div>
        <div class="feature">
          <strong>Quick Search</strong>
          Search apps, tags, and notes—<kbd>Space</kbd> or <kbd>Fn</kbd>+<kbd>Space</kbd>.
        </div>
        <div class="feature">
          <strong>Tags</strong>
          Colors, reorder, drag apps onto tag names, batch edit mode.
        </div>
        <div class="feature">
          <strong>Five list styles</strong>
          Flat, containers, and aligned grids; tunable icon and tag sizes.
        </div>
        <div class="feature">
          <strong>Smart Start</strong>
          Optional suggestions to tag newly installed apps.
        </div>
        <div class="feature">
          <strong>Privacy-first</strong>
          Local preferences and index; no analytics or ad SDKs in this build.
        </div>
      </div>
    </section>
 
    <section class="card">
      <h2>Quick start</h2>
      <ol>
        <li>Install TagLauncher from the Mac App Store (when available).</li>
        <li>Press <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> for the App Grid.</li>
        <li>Press <kbd>Space</kbd> in the grid for Quick Search.</li>
        <li>Export your layout from Settings → Data for backup.</li>
      </ol>
      <p>Illustrated help: <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">29 localized PDFs on GitHub Releases</a>.</p>
    </section>
  </main>
 
  <footer class="site-footer wrap">
    <p>
      <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
      · <a href="support.html">Support</a>
      · <a href="privacy.html">Privacy</a>
      · <a href="privacy-zh.html">隐私政策</a>
    </p>
    <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd.</p>
  </footer>
</body>
</html>