Ariver
2026-06-08 f474c8a6fdbb18f53f4b65155facbe89f5c95ed8
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>TagLauncher — 标签化 Mac 应用启动器</title>
  <meta name="description" content="在全球,这可能是 Mac 最好用的应用启动台。不用怀念 macOS 26 Tahoe 上消失的 Launchpad(启动台),反正它从来都没真的好用过。">
  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-visual.jpg">
  <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 class="page-home">
  <header class="site-header">
    <div class="layout site-header__bar">
      <a class="brand" href="index.html">
        <img src="assets/app-icon-256.png" width="34" height="34" alt="">
        TagLauncher
      </a>
      <nav class="site-nav" aria-label="主导航">
        <a href="index.html" aria-current="page">首页</a>
        <a href="support.html">支持</a>
        <a href="privacy-zh.html">隐私政策</a>
        <a href="https://github.com/shanghai3168/taglauncher/releases/download/v7.6.0/Taglauncher-help-zh.pdf" rel="noopener" type="application/pdf">帮助 PDF</a>
      </nav>
      <div class="lang-switch" role="navigation" aria-label="语言">
        <a href="index.html" class="is-active" hreflang="zh-Hans">中文</a>
        <a href="index-en.html" hreflang="en">EN</a>
      </div>
    </div>
  </header>
 
  <section class="hero" aria-label="TagLauncher 宣传主图">
    <div class="layout hero__split">
      <div class="hero__copy">
        <h1 class="hero__headline">
          <span>在全球,这可能是</span>
          <span>Mac 最好用的</span>
          <span>应用启动台</span>
        </h1>
        <p class="hero__lead">不用怀念 macOS 26 Tahoe 上消失的 Launchpad(启动台),反正它从来都没真的好用过</p>
      </div>
 
      <figure class="hero__art">
        <img
          src="assets/hero-visual.jpg"
          alt="TagLauncher 应用网格:多层窗口立体堆叠展示"
          width="1024"
          height="908"
          fetchpriority="high"
          decoding="async">
      </figure>
    </div>
  </section>
 
  <section class="views" aria-label="4种视图">
    <div class="layout views__split">
      <div class="views__gallery">
        <figure class="views__shot">
          <img src="assets/views/view-01.jpg" alt="平铺视图" width="720" height="468" loading="lazy" decoding="async">
        </figure>
        <figure class="views__shot">
          <img src="assets/views/view-02.jpg" alt="无色容器视图" width="720" height="468" loading="lazy" decoding="async">
        </figure>
        <figure class="views__shot">
          <img src="assets/views/view-03.jpg" alt="彩色容器视图" width="720" height="468" loading="lazy" decoding="async">
        </figure>
        <figure class="views__shot">
          <img src="assets/views/view-04.jpg" alt="无色网格视图" width="720" height="468" loading="lazy" decoding="async">
        </figure>
      </div>
 
      <div class="views__copy">
        <h2 class="views__headline">4 种视图,全部一屏到底</h2>
        <p class="views__lead">不需要一个个去点击文件夹,也不再需要翻页——只是找一个应用而已,不值得像过去那样翻山越水。</p>
        <hr class="views__rule" aria-hidden="true">
        <div class="views__details">
          <div class="views__modes-block">
            <p class="views__label">4 种视图模式</p>
            <ul class="views__modes">
              <li>平铺</li>
              <li>无色容器</li>
              <li>彩色容器</li>
              <li>无色网格</li>
            </ul>
          </div>
          <div class="views__shortcut">
            <span class="views__shortcut-label">快捷唤起</span>
            <span class="views__shortcut-keys"><kbd>Option</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd></span>
          </div>
        </div>
      </div>
    </div>
  </section>
 
  <section class="tags" aria-label="基于标签的管理">
    <div class="layout tags__split">
      <div class="tags__copy">
        <h2 class="tags__headline">基于标签的管理</h2>
        <ul class="tags__points">
          <li>再也不用纠结究竟该属于哪个文件夹——一个应用可以同时归类至多个标签。</li>
          <li><strong>支持多色:标签体系</strong>自定义颜色</li>
          <li>拖拽式操作:拖到标签名或容器即可归类,拖到空隙就是移除分类</li>
        </ul>
      </div>
 
      <figure class="tags__art">
        <img
          src="assets/tags-management.jpg"
          alt="TagLauncher 标签管理:多标签归类与自定义颜色"
          width="880"
          height="572"
          loading="lazy"
          decoding="async">
      </figure>
    </div>
  </section>
 
  <section class="memo" aria-label="应用备忘">
    <div class="layout memo__split">
      <figure class="memo__art">
        <img
          src="assets/app-memo.png"
          alt="TagLauncher 应用备忘:悬停显示用途说明"
          width="1600"
          height="1040"
          loading="lazy"
          decoding="async">
      </figure>
 
      <div class="memo__copy">
        <h2 class="memo__headline">支持给应用写备忘</h2>
        <p class="memo__lead">编辑用途说明,悬停显示,一目了然</p>
      </div>
    </div>
  </section>
 
  <section class="search" aria-label="全局 Quick Search">
    <div class="layout search__split">
      <div class="search__copy">
        <h2 class="search__headline">全局 Quick Search</h2>
        <p class="search__lead">快捷搜索支持搜索应用名、标签与备忘</p>
        <p class="search__tagline">Mac 原生从不会给你的体验,我们给你!</p>
        <div class="search__shortcut">
          <span class="search__shortcut-label">快捷键</span>
          <span class="search__shortcut-keys"><kbd>fn</kbd> + <kbd>Space</kbd></span>
        </div>
      </div>
 
      <figure class="search__art">
        <img
          src="assets/quick-search.png"
          alt="TagLauncher Quick Search:搜索应用名、标签与备忘"
          width="1809"
          height="1357"
          loading="lazy"
          decoding="async">
      </figure>
    </div>
  </section>
 
  <section class="backup" aria-label="Backup &amp; Restore">
    <div class="layout backup__split">
      <figure class="backup__art">
        <img
          src="assets/backup-restore.jpg"
          alt="TagLauncher 数据备份:JSON 导出与导入分类布局"
          width="1024"
          height="558"
          loading="lazy"
          decoding="async">
      </figure>
 
      <div class="backup__copy">
        <h2 class="backup__headline">Backup &amp; Restore</h2>
        <p class="backup__lead"><strong>分类与布局数据支持</strong> JSON <strong>备份</strong> 导出 / 导入,再也不怕布局数据丢失。</p>
      </div>
    </div>
  </section>
 
  <section class="privacy" aria-label="离线隐私">
    <div class="layout privacy__split">
      <div class="privacy__copy">
        <h2 class="privacy__headline">100% 离线,100% 无广告</h2>
        <p class="privacy__lead">数据存于本机,无分析 SDK,无广告。永远无需联网。</p>
 
        <div class="privacy__feature">
          <h3 class="privacy__feature-title">
            <span class="privacy__feature-icon" aria-hidden="true"></span>
            隐私即正义
          </h3>
          <p class="privacy__feature-text">TagLauncher 承诺绝不触碰您的隐私,每一行代码都为本地效率而生。</p>
        </div>
 
        <div class="privacy__feature">
          <h3 class="privacy__feature-title privacy__feature-title--accent">
            <span class="privacy__feature-icon" aria-hidden="true"></span>
            纯净原生
          </h3>
          <p class="privacy__feature-text">没有臃肿的网络组件,极速启动,零后台占用。</p>
        </div>
      </div>
 
      <figure class="privacy__art">
        <img
          src="assets/shield-check.png"
          alt=""
          width="379"
          height="437"
          loading="lazy"
          decoding="async"
          role="presentation">
      </figure>
    </div>
  </section>
 
  <section class="features" aria-label="核心功能">
    <div class="layout">
      <h2 class="features__headline">核心功能</h2>
      <div class="feature-grid">
        <div class="feature">
          <strong>App Grid</strong>
          <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> 打开全屏友好的应用网格。
        </div>
        <div class="feature">
          <strong>Quick Search</strong>
          <kbd>fn</kbd>+<kbd>Space</kbd> 搜索应用名、标签与备忘。
        </div>
        <div class="feature">
          <strong>标签体系</strong>
          自定义颜色;拖拽图标到标签名即可归类。
        </div>
        <div class="feature">
          <strong>应用备忘</strong>
          悬停或编辑用途说明。
        </div>
        <div class="feature">
          <strong>布局备份</strong>
          JSON 导出 / 导入,换机可恢复。
        </div>
        <div class="feature">
          <strong>智能标签初始化</strong>
          针对全球最流行的 5000+ Mac 应用智能初始化标签方案,减少从零分类的成本。
        </div>
      </div>
 
      <div class="features__cta">
        <p>Mac App Store 即将上架 · macOS 15.0+ · 29 种界面语言</p>
        <div class="cta-row">
          <a class="btn btn-primary" href="support.html">获取支持与联系</a>
          <a class="btn btn-secondary" href="privacy-zh.html">隐私政策</a>
        </div>
      </div>
    </div>
  </section>
 
  <footer class="site-footer">
    <div class="layout">
      <p>
        <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
        · <a href="support.html">支持</a>
        · <a href="privacy-zh.html">隐私政策</a>
      </p>
      <p>© 2026 TagLauncher · 海南万幸科技有限公司</p>
    </div>
  </footer>
</body>
</html>