-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
662 lines (629 loc) · 27.1 KB
/
Copy pathindex.html
File metadata and controls
662 lines (629 loc) · 27.1 KB
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="VocaGateway is Beta optional self-hosted speech-to-text for Voca clients. Run it on a Mac, a Linux machine, or Docker. Audio travels to the host you chose. It is not on-device, and there is no Voca cloud."
/>
<meta name="theme-color" content="#f4f1e8" />
<meta name="robots" content="index, follow" />
<meta name="color-scheme" content="light" />
<link rel="canonical" href="https://vocagateway.vocahq.com/" />
<meta property="og:title" content="VocaGateway: self-hosted speech-to-text on your hardware" />
<meta
property="og:description"
content="Optional self-hosted speech-to-text for Voca clients. Pair with a QR code. Use a trusted LAN, a private encrypted network, or HTTPS. Beta. AGPL-3.0."
/>
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="VocaGateway" />
<meta property="og:url" content="https://vocagateway.vocahq.com/" />
<meta property="og:image" content="https://vocagateway.vocahq.com/assets/og-image.png" />
<meta
property="og:image:secure_url"
content="https://vocagateway.vocahq.com/assets/og-image.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="VocaGateway: your hardware, shared speech-to-text. Self-hosted, not on-device."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="VocaGateway: self-hosted speech-to-text on your hardware" />
<meta
name="twitter:description"
content="Optional self-hosted speech-to-text for Voca clients. Not on-device. No Voca account."
/>
<meta name="twitter:image" content="https://vocagateway.vocahq.com/assets/og-image.png" />
<meta
name="twitter:image:alt"
content="VocaGateway: your hardware, shared speech-to-text. Self-hosted, not on-device."
/>
<title>VocaGateway: self-hosted speech-to-text on your hardware</title>
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="icon" href="assets/brand/voca-logo-512.png" type="image/png" sizes="512x512" />
<link rel="apple-touch-icon" href="assets/brand/voca-logo-512.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="sitemap" type="application/xml" href="sitemap.xml" />
<link rel="stylesheet" href="styles.css" />
<script src="script.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "VocaGateway",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "macOS, Linux",
"url": "https://vocagateway.vocahq.com/",
"image": "https://vocagateway.vocahq.com/assets/og-image.png",
"downloadUrl": "https://github.com/VocaHQ/vocagateway",
"isAccessibleForFree": true,
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "Beta optional self-hosted speech-to-text gateway for Voca clients. Audio travels to the host you run. Not on-device.",
"isPartOf": {
"@type": "Organization",
"name": "VocaHQ",
"url": "https://vocahq.com/"
}
}
</script>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to content</a>
<header class="menu-bar" data-menu-bar>
<a class="brand-link" href="#top" aria-label="VocaGateway home">
<img src="assets/brand/voca-logo.svg" alt="" width="32" height="32" />
<span>VocaGateway</span>
</a>
<button
class="menu-toggle"
type="button"
aria-expanded="false"
aria-controls="site-navigation"
data-menu-toggle
>
<span class="sr-only">Open navigation</span>
<span></span>
<span></span>
</button>
<nav id="site-navigation" class="site-nav" aria-label="Main navigation" data-navigation>
<a href="#how">how it works</a>
<a href="#privacy">privacy</a>
<a href="#start">get started</a>
<a href="#family">family</a>
<a href="#questions">questions</a>
<a class="nav-cta" href="https://github.com/VocaHQ/vocagateway/releases/tag/v0.2.0">v0.2.0 release</a>
</nav>
<div class="system-strip" aria-hidden="true">
<span class="signal">▣</span>
<span>beta</span>
<span data-local-time>10:09</span>
</div>
<a class="header-cta" href="https://github.com/VocaHQ/vocagateway/releases/tag/v0.2.0">
v0.2.0 release
<span aria-hidden="true">↗</span>
</a>
</header>
<main id="main-content">
<section class="hero dot-field" id="top" aria-labelledby="hero-title">
<div class="hero-decor" aria-hidden="true">
<div class="floating-card privacy-note">
<span class="paperclip">⌇</span>
<p>audio leaves<br />the client.</p>
<span class="scribble">not on-device</span>
</div>
<div class="floating-card status-note">
<span>release status</span>
<b>beta</b>
<b>optional</b>
<b>self-hosted</b>
</div>
<div class="floating-card pair-tile">
<div class="qr-stub">
<i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i>
</div>
<div>
<strong>Pair phone</strong>
<small>scan in VocaPhone</small>
</div>
</div>
<div class="floating-folder folder-one"><span></span><b>models</b></div>
</div>
<div class="hero-copy">
<img class="hero-mark" src="assets/brand/vocagateway/vocagateway-tower.svg" alt="" width="72" height="72" />
<p class="eyebrow">optional self-hosted speech-to-text</p>
<h1 id="hero-title">vocagateway</h1>
<p class="hero-lede">your hardware, shared speech-to-text.</p>
<div class="hero-actions">
<a class="button button-primary" href="https://github.com/VocaHQ/vocagateway/releases/tag/v0.2.0">try v0.2.0</a>
<a class="button button-secondary" href="https://github.com/VocaHQ/vocagateway">
view the source
<span aria-hidden="true">↗</span>
</a>
</div>
<p class="hero-note">
beta · macOS · Linux · Docker Compose · AGPL-3.0 · part of
<a href="https://vocahq.com/">vocahq.com</a>
</p>
<ul class="hero-proof">
<li>not on-device</li>
<li>pair with a QR code</li>
<li>no Voca account</li>
</ul>
</div>
<div class="hero-demo dash reveal" aria-hidden="true">
<div class="dash-bar">
<span class="dash-brand">
<img src="assets/brand/voca-mark-white.svg" alt="" width="14" height="16" />
VocaGateway
</span>
<span class="dash-ready"><i></i> Ready for dictation</span>
</div>
<div class="dash-tabs">
<span class="is-on">Overview</span>
<span>Models</span>
<span>Pair & test</span>
<span>Settings</span>
</div>
<div class="dash-body">
<div class="dash-stat">
<b>Host</b>
<span>192.168.1.20:8765</span>
</div>
<div class="dash-stat">
<b>Model</b>
<span>SenseVoice Small INT8</span>
</div>
<div class="dash-stat">
<b>Pair</b>
<span>QR available</span>
</div>
<div class="dash-stat">
<b>Auth</b>
<span>bearer token</span>
</div>
</div>
<p class="dash-caption">
Authenticated WebUI on the machine you run. Pair a phone, pick a
model, confirm ready.
</p>
</div>
</section>
<div class="word-ribbon">
<div>
<span>record</span><b>✦</b><span>send</span><b>✦</b><span>transcribe</span><b>✦</b
><span>your host</span><b>✦</b>
<span aria-hidden="true">record</span><b aria-hidden="true">✦</b
><span aria-hidden="true">send</span><b aria-hidden="true">✦</b
><span aria-hidden="true">transcribe</span><b aria-hidden="true">✦</b
><span aria-hidden="true">your host</span><b aria-hidden="true">✦</b>
</div>
</div>
<section class="family-banner" aria-labelledby="family-banner-title">
<div class="family-banner-inner reveal">
<p class="tiny-label" id="family-banner-title">part of vocahq.com</p>
<p>
VocaGateway is optional infrastructure for the Voca family. It is
not a client app and it is not on-device. On-device speech-to-text
stays on the phone or computer; this path is the one you stand up
when you want shared or larger compute.
<a href="https://vocahq.com/">See the full map on vocahq.com</a>.
</p>
</div>
</section>
<section class="captures-section" id="webui" aria-labelledby="captures-title">
<div class="captures-inner">
<p class="tiny-label" id="captures-title">the WebUI</p>
<div class="captures-grid">
<figure class="capture-figure reveal">
<img
src="assets/brand/vocagateway/vocagateway-webui-overview-ready.png"
alt="VocaGateway WebUI Overview. Ready for dictation."
width="2560"
height="1800"
/>
<figcaption>
<span class="tiny-label">Overview</span>
Real WebUI capture. Ready for dictation.
</figcaption>
</figure>
<figure class="capture-figure reveal">
<img
src="assets/brand/vocagateway/vocagateway-webui-pair-qr.png"
alt="VocaGateway WebUI Pair and test. Example QR from a stopped local host, not a live token."
width="2560"
height="1800"
/>
<figcaption>
<span class="tiny-label">Pair and test</span>
Real WebUI capture. Example QR from a stopped local host, not a live token. After you run a host, scan the QR in your own WebUI.
</figcaption>
</figure>
</div>
</div>
</section>
<section class="how-section" id="how" aria-labelledby="how-title">
<div class="section-heading reveal">
<span class="section-tag">how it works</span>
<h2 id="how-title">run it once.<br />pair the client.</h2>
<p>
Set the gateway up on hardware you control. Clients send a bounded
recording. A speech-to-text model on that host returns the
transcript.
</p>
</div>
<div class="steps-grid">
<article class="step-card reveal">
<div class="step-topline"><span>1</span><b>once</b></div>
<div class="step-art" aria-hidden="true">
<div class="host-chip">
<strong>your machine</strong>
<small>macOS · Linux · Docker</small>
</div>
</div>
<h3>run it on a host you own</h3>
<p>
Native on a Mac or a Linux box, or Docker Compose on Linux
amd64/arm64. There is no Voca-hosted service and no installer
to download.
</p>
</article>
<article class="step-card featured-step reveal">
<div class="step-topline"><span>2</span><b>pair</b></div>
<div class="step-art" aria-hidden="true">
<div class="qr-card">
<div class="qr-stub large">
<i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i>
</div>
<small>Pair phone</small>
</div>
</div>
<h3>scan the pairing QR</h3>
<p>
After you open the WebUI with the bearer token, Pair & test
shows a QR. VocaPhone on iPhone or Android reads the gateway URL
and token from it.
</p>
</article>
<article class="step-card reveal">
<div class="step-topline"><span>3</span><b>speak</b></div>
<div class="step-art" aria-hidden="true">
<div class="return-chip">
<span>recording in</span>
<strong>transcript out</strong>
</div>
</div>
<h3>get text back</h3>
<p>
The client records. Audio travels to this host. The selected
model runs here and the transcript goes back to the app. Desktop
clients are planned; VocaPhone is the current consumer.
</p>
</article>
</div>
</section>
<section class="privacy-section" id="privacy" aria-labelledby="privacy-title">
<div class="privacy-window paper-window reveal">
<div class="paper-bar"><span>where speech-to-text runs</span></div>
<div class="privacy-grid">
<div class="privacy-copy">
<span class="section-tag">privacy is a route</span>
<h2 id="privacy-title">on the host you run.<br />not a Voca cloud.</h2>
<p>
Gateway mode is not on-device. When a client is pointed at
VocaGateway, audio leaves that device and travels to the
machine you configured. The gateway runs a local speech-to-text
model and returns text.
</p>
<div class="gateway-paths">
<article class="gateway-path">
<span>01</span>
<div>
<strong>Trusted LAN</strong>
<p>
Fine for a home or lab network you already trust. HTTP
does not encrypt the token or the recording.
</p>
</div>
</article>
<article class="gateway-path">
<span>02</span>
<div>
<strong>Private encrypted network or HTTPS</strong>
<p>
Use Tailscale Serve, another encrypted network, or a
reverse proxy with a real certificate when the path
leaves that LAN.
</p>
</div>
</article>
<article class="gateway-path">
<span>03</span>
<div>
<strong>Not the public internet on :8765</strong>
<p>
Do not publish port 8765 to the open internet. That
listener carries the bearer token and the audio.
</p>
</div>
</article>
</div>
</div>
<aside class="privacy-facts">
<p><b>Recorded</b> on the client (phone today)</p>
<p><b>Processed</b> by a speech-to-text model on your host</p>
<p><b>Network</b> required for this path, and for model download</p>
<p><b>Retained</b> successful audio is deleted by default</p>
<p><b>Account</b> none required</p>
<p>
<b>Website</b> this marketing page has no analytics tag or
tracker
</p>
</aside>
</div>
</div>
</section>
<section class="start-section" id="start" aria-labelledby="start-title">
<div class="section-heading reveal">
<span class="section-tag">get started</span>
<h2 id="start-title">run it from source<br />or from Compose.</h2>
<p>
Status is Beta. There is no packaged installer. Run Compose or
native from the
<a href="https://github.com/VocaHQ/vocagateway/releases/tag/v0.2.0">v0.2.0 tag</a>,
not from main. After the process
starts, open
<code>http://127.0.0.1:8765/</code>, enter the token, download a
model, and wait until Overview says Ready for dictation.
</p>
</div>
<div class="start-grid">
<article class="start-card reveal">
<p class="tiny-label">native macOS</p>
<h3>Apple silicon host</h3>
<pre><code>brew install ffmpeg whisperkit-cli whisper-cpp
uv sync --all-groups --extra engines --extra apple
uv run vocagateway</code></pre>
</article>
<article class="start-card reveal">
<p class="tiny-label">native Linux</p>
<h3>desktop or home server</h3>
<pre><code>sudo apt install ffmpeg
uv sync --all-groups --extra engines
uv run vocagateway</code></pre>
</article>
<article class="start-card reveal">
<p class="tiny-label">Docker Compose</p>
<h3>Linux amd64 / arm64</h3>
<pre><code>cp .env.example .env
printf 'VOCAGATEWAY_TOKEN=%s\n' "$(openssl rand -hex 32)" >> .env
docker compose up --detach --build</code></pre>
</article>
</div>
<p class="platform-honesty reveal">
<span>command name:</span>
<code>vocagateway</code> is the CLI. Deprecated
<code>vocaphone-server</code> and related aliases still work for one
cycle. The product is VocaGateway. Full host notes, Tailscale, and
reverse-proxy setup live in the
<a href="https://github.com/VocaHQ/vocagateway/blob/main/README.md">README</a>
and
<a href="https://github.com/VocaHQ/vocagateway/blob/main/docs/deployment.md">deployment guide</a>.
</p>
</section>
<section class="family-section" id="family" aria-labelledby="family-title">
<div class="section-heading reveal">
<span class="section-tag">the Voca ecosystem</span>
<h2 id="family-title">same privacy bar.<br />different machines.</h2>
<p>
Start at
<a href="https://vocahq.com/">vocahq.com</a>
for the directory. Each product keeps its own site, status, and
source.
</p>
</div>
<a class="hq-callout reveal" href="https://vocahq.com/">
<img src="assets/brand/voca-logo.svg" alt="" width="48" height="48" />
<div>
<p class="tiny-label">family home</p>
<strong>vocahq.com</strong>
<span>Private speech-to-text across the machines you own.</span>
</div>
<span class="hq-arrow" aria-hidden="true">↗</span>
</a>
<div class="eco-grid">
<article class="eco-card reveal">
<div class="eco-head">
<img src="assets/icons/android.svg" alt="" width="20" height="20" />
<span>iPhone + Android</span>
<small>beta / testflight</small>
</div>
<h3>VocaPhone</h3>
<p>
The current gateway client. Android has a public beta. iPhone
is a public TestFlight beta capped at 1,000 seats, or an
iOS 17+ source build. On-device is the default path; this
gateway is optional.
</p>
<div class="eco-links">
<a href="https://vocaphone.vocahq.com/">
vocaphone.vocahq.com <span aria-hidden="true">↗</span>
</a>
<a href="https://testflight.apple.com/join/wd85wQ3W">TestFlight</a>
<a href="https://github.com/VocaHQ/vocaphone">source</a>
</div>
</article>
<article class="eco-card reveal">
<div class="eco-head">
<img src="assets/icons/linux.svg" alt="" width="20" height="20" />
<span>Linux</span>
<small>available now</small>
</div>
<h3>VocaLinux</h3>
<p>
System-wide voice typing for real Linux desktops. On-device
speech-to-text on X11 and Wayland. Gateway shipping from the
desktop app is planned.
</p>
<div class="eco-links">
<a href="https://vocalinux.com/">vocalinux.com <span aria-hidden="true">↗</span></a>
<a href="https://github.com/VocaHQ/vocalinux">source</a>
</div>
</article>
<article class="eco-card reveal">
<div class="eco-head">
<img src="assets/icons/apple.svg" alt="" width="20" height="20" />
<span>macOS</span>
<small>beta</small>
</div>
<h3>VocaMac</h3>
<p>
A native menu bar app for Apple Silicon. Hold a hotkey, speak,
and text appears at the cursor through an on-device
speech-to-text model.
</p>
<div class="eco-links">
<a href="https://vocamac.com/">vocamac.com <span aria-hidden="true">↗</span></a>
<a href="https://github.com/VocaHQ/vocamac">source</a>
</div>
</article>
<article class="eco-card reveal">
<div class="eco-head">
<img src="assets/icons/windows.svg" alt="" width="20" height="20" />
<span>Windows</span>
<small>beta</small>
</div>
<h3>VocaWin</h3>
<p>
Unsigned
<a href="https://github.com/VocaHQ/vocawin/tree/v0.1.0-beta.1">v0.1.0-beta.1</a>,
not a store listing. Windows SmartScreen will warn. It does
not expose a gateway mode today; desktop embed is planned.
</p>
<div class="eco-links">
<a href="https://vocawin.com/">vocawin.com <span aria-hidden="true">↗</span></a>
<a href="https://github.com/VocaHQ/vocawin">source</a>
</div>
</article>
</div>
</section>
<section class="faq-section" id="questions" aria-labelledby="questions-title">
<div class="faq-heading reveal">
<span class="section-tag">questions, answered</span>
<h2 id="questions-title">the useful bits.</h2>
</div>
<div class="faq-list reveal">
<details open>
<summary>Is VocaGateway on-device?<span aria-hidden="true">+</span></summary>
<p>
No. On-device means the speech-to-text model and the audio stay
on the phone or computer after the model download. Gateway mode
is different: configured audio travels to the host you run. Do
not collapse those two paths.
</p>
</details>
<details>
<summary>Do I need this for VocaPhone?<span aria-hidden="true">+</span></summary>
<p>
No. VocaPhone can transcribe on the phone after you download a
model. Use VocaGateway when you want shared hardware, a larger
model, or one service for more than one client.
</p>
</details>
<details>
<summary>What can pair with it today?<span aria-hidden="true">+</span></summary>
<p>
VocaPhone on iOS and Android. Linux, macOS, and Windows desktop
apps are planned to start this same headless server later. There
is no Voca account.
</p>
</details>
<details>
<summary>Where should I expose the port?<span aria-hidden="true">+</span></summary>
<p>
A trusted LAN, Tailscale Serve (or another encrypted private
network), or HTTPS on a reverse proxy. Never publish port 8765
to the public internet. HTTP does not encrypt the bearer token
or the recording.
</p>
</details>
<details>
<summary>Is it free and open source?<span aria-hidden="true">+</span></summary>
<p>
Yes. The repository is
<a href="https://github.com/VocaHQ/vocagateway">github.com/VocaHQ/vocagateway</a>,
licensed under AGPL-3.0. The rest of the family lives under the
<a href="https://github.com/VocaHQ">VocaHQ organization</a>.
</p>
</details>
</div>
</section>
<section class="close-section dot-field" id="follow" aria-labelledby="follow-title">
<div class="close-copy reveal">
<img src="assets/brand/voca-logo.svg" alt="" width="88" height="88" />
<p class="eyebrow">beta · self-hosted · optional</p>
<h2 id="follow-title">run it on hardware<br />you already have.</h2>
<p>
Start from the v0.2.0 tag, run the process, pair a phone. If you only need
on-device dictation, skip this and pick a client on vocahq.com.
</p>
<div class="hero-actions">
<a class="button button-primary" href="https://github.com/VocaHQ/vocagateway">
view the source <span aria-hidden="true">↗</span>
</a>
<a class="button button-secondary" href="https://vocahq.com/">
open vocahq.com <span aria-hidden="true">↗</span>
</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-brand">
<img src="assets/brand/voca-logo.svg" alt="" width="52" height="52" />
<div>
<strong>VocaGateway</strong>
<span>Optional self-hosted speech-to-text in the Voca family.</span>
</div>
</div>
<nav aria-label="Footer navigation">
<div>
<p>product</p>
<a href="#how">how it works</a>
<a href="#privacy">privacy</a>
<a href="#start">get started</a>
<a href="https://github.com/VocaHQ/vocagateway">source</a>
<a href="https://github.com/VocaHQ/vocagateway/blob/main/LICENSE">AGPL-3.0</a>
</div>
<div>
<p>family</p>
<a href="https://vocahq.com/">vocahq.com</a>
<a href="https://vocaphone.vocahq.com/">VocaPhone</a>
<a href="https://vocalinux.com/">VocaLinux</a>
<a href="https://vocamac.com/">VocaMac</a>
<a href="https://vocawin.com/">VocaWin</a>
</div>
<div>
<p>say hello</p>
<a href="https://github.com/VocaHQ">VocaHQ on GitHub</a>
<a href="https://discord.gg/t6muquAJbm">Discord</a>
<a href="https://x.com/vocahq">X @vocahq</a>
<a href="mailto:hello@vocahq.com">hello@vocahq.com</a>
</div>
</nav>
<div class="footer-bottom">
<span>© <span data-current-year>2026</span> VocaHQ</span>
<span>beta infrastructure. the rest of the family lives at vocahq.com.</span>
</div>
</footer>
</body>
</html>