-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvox.html
More file actions
559 lines (526 loc) · 28.2 KB
/
vox.html
File metadata and controls
559 lines (526 loc) · 28.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vox — Give Claude Code a Voice | rtk-ai</title>
<meta name="description" content="Vox is a local-first TTS CLI for Claude Code. Hear when tasks finish, get spoken summaries, clone your own voice. 3 backends, cross-platform, written in Rust.">
<meta property="og:title" content="Vox — Give Claude Code a Voice">
<meta property="og:description" content="Local-first text-to-speech for Claude Code. Hear task completions, get spoken summaries, clone your voice. Written in Rust.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.rtk-ai.app/vox.html">
<meta property="og:image" content="https://www.rtk-ai.app/og-vox.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Vox — Give Claude Code a Voice">
<meta property="og:site_name" content="rtk">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Vox — Give Claude Code a Voice">
<meta name="twitter:description" content="Local-first text-to-speech for Claude Code. Hear task completions, get spoken summaries, clone your voice. Written in Rust.">
<meta name="twitter:image" content="https://www.rtk-ai.app/og-vox.png">
<link rel="canonical" href="https://www.rtk-ai.app/vox.html">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta name="theme-color" content="#060b18">
<meta name="author" content="rtk-ai">
<meta name="robots" content="index, follow">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Vox",
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Text-to-Speech CLI",
"operatingSystem": "macOS, Linux, WSL",
"description": "Local-first text-to-speech CLI for Claude Code. Hear when tasks finish, get spoken summaries, clone your own voice. 3 backends, cross-platform.",
"url": "https://www.rtk-ai.app/vox.html",
"downloadUrl": "https://github.com/rtk-ai/vox/releases/latest",
"author": {
"@type": "Organization",
"name": "rtk-ai",
"url": "https://github.com/rtk-ai"
},
"license": "https://opensource.org/licenses/MIT",
"programmingLanguage": "Rust",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"3 TTS backends: macOS native, MLX neural, pure Rust cross-platform",
"Voice cloning support",
"Claude Code MCP integration with 8 tools",
"No API keys, no cloud, fully local",
"Written in Rust"
]
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<a href="#main-content" class="skip-to-content">Skip to content</a>
<!-- Nav -->
<nav class="nav">
<div class="nav-inner">
<a href="index.html" class="nav-logo">
<svg class="logo-svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" fill="#22d3ee" stroke="#a78bfa" stroke-width="1.5"/></svg>
<span class="logo-text">rtk</span>
<span class="nav-sep">/</span>
<span class="logo-text-accent">vox</span>
</a>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#backends">Backends</a>
<a href="#install">Install</a>
<a href="#integration">Integration</a>
<a href="https://github.com/rtk-ai/vox" class="btn btn-sm" target="_blank" rel="noopener">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/></svg>
GitHub
</a>
</div>
</div>
</nav>
<main id="main-content">
<!-- Hero -->
<section class="hero">
<div class="hero-badge">Open Source · MIT License · Written in Rust</div>
<h1>Give Claude Code<br><span class="gradient-text">a voice.</span></h1>
<p class="hero-sub">
Hear when tasks finish, get spoken summaries, clone your own voice.
<strong>Local-first TTS</strong> with 3 backends, zero API calls.
</p>
<div class="hero-stats">
<div class="stat">
<span class="stat-value">3</span>
<span class="stat-label">TTS backends</span>
</div>
<div class="stat-sep"></div>
<div class="stat">
<span class="stat-value">8</span>
<span class="stat-label">MCP tools</span>
</div>
<div class="stat-sep"></div>
<div class="stat">
<span class="stat-value">0</span>
<span class="stat-label">API calls</span>
</div>
</div>
<div class="hero-cta">
<a href="#install" class="btn btn-primary">Install Vox</a>
<a href="https://github.com/rtk-ai/vox" class="btn btn-ghost" target="_blank" rel="noopener">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
Star on GitHub
</a>
</div>
</section>
<!-- Features -->
<section class="features" id="features">
<div class="section-inner">
<h2>Why Vox?</h2>
<p class="section-sub">Your AI assistant works in the terminal. Now it can talk to you.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none"><path d="M12 1a3 3 0 00-3 3v8a3 3 0 006 0V4a3 3 0 00-3-3z" stroke="#22d3ee" stroke-width="2"/><path d="M19 10v2a7 7 0 01-14 0v-2" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/><line x1="12" y1="19" x2="12" y2="23" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/><line x1="8" y1="23" x2="16" y2="23" stroke="#22d3ee" stroke-width="2" stroke-linecap="round"/></svg>
</div>
<h3>Task Notifications</h3>
<p>Hear when builds finish, tests pass or fail, and deployments complete. Stay productive without watching the terminal.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none"><path d="M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z" stroke="#22d3ee" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line x1="8" y1="8" x2="16" y2="8" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/><line x1="8" y1="12" x2="13" y2="12" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/></svg>
</div>
<h3>Spoken Summaries</h3>
<p>Claude reads back what it did after a complex task. Get the gist without scanning hundreds of lines.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="8" r="5" stroke="#22d3ee" stroke-width="2"/><path d="M3 21v-2a7 7 0 0114 0v2" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/><path d="M16 3.13a4 4 0 010 7.75" stroke="#22d3ee" stroke-width="2" stroke-linecap="round"/><path d="M21 21v-2a4 4 0 00-3-3.85" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/></svg>
</div>
<h3>Voice Cloning</h3>
<p>Record a 10-second sample and Vox speaks with your voice. Or clone any voice from an audio file.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none"><rect x="3" y="11" width="18" height="11" rx="2" stroke="#22d3ee" stroke-width="2"/><path d="M7 11V7a5 5 0 0110 0v4" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/><circle cx="12" cy="16" r="1" fill="#22d3ee"/></svg>
</div>
<h3>100% Local</h3>
<p>No API keys, no cloud, no data leaving your machine. Everything runs on-device with local models.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none"><rect x="2" y="3" width="20" height="14" rx="2" stroke="#22d3ee" stroke-width="2"/><line x1="8" y1="21" x2="16" y2="21" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/><line x1="12" y1="17" x2="12" y2="21" stroke="#a78bfa" stroke-width="2" stroke-linecap="round"/><polyline points="7 10 10 13 17 7" stroke="#22d3ee" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<h3>Cross-Platform</h3>
<p>macOS, Linux, WSL. The pure-Rust backend works everywhere. Metal & CUDA GPU acceleration available.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none"><path d="M12 2v6l3-3" stroke="#22d3ee" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 2v6l-3-3" stroke="#22d3ee" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><rect x="3" y="12" width="18" height="8" rx="2" stroke="#a78bfa" stroke-width="2"/><circle cx="7" cy="16" r="1" fill="#22d3ee"/><line x1="11" y1="16" x2="17" y2="16" stroke="#22d3ee" stroke-width="2" stroke-linecap="round"/></svg>
</div>
<h3>One-Command Setup</h3>
<p><code>vox init mcp</code> registers everything in Claude Code. Zero config, instant integration.</p>
</div>
</div>
</div>
</section>
<!-- Backends -->
<section class="vox-backends" id="backends">
<div class="section-inner">
<h2>3 TTS backends, one CLI</h2>
<p class="section-sub">Pick the right engine for your platform and quality needs.</p>
<div class="backends-grid">
<div class="backend-card">
<div class="backend-header">
<span class="backend-name">say</span>
<span class="backend-badge">macOS native</span>
</div>
<p class="backend-desc">System speech synthesis via macOS <code>NSSpeechSynthesizer</code>. Instant startup, zero downloads, dozens of built-in voices.</p>
<div class="backend-meta">
<div class="backend-meta-item">
<span class="meta-label">Latency</span>
<span class="meta-value meta-fast">~50ms</span>
</div>
<div class="backend-meta-item">
<span class="meta-label">Quality</span>
<span class="meta-value">System</span>
</div>
<div class="backend-meta-item">
<span class="meta-label">Platform</span>
<span class="meta-value">macOS</span>
</div>
</div>
</div>
<div class="backend-card backend-card-accent">
<div class="backend-header">
<span class="backend-name">qwen</span>
<span class="backend-badge badge-neural">Neural</span>
</div>
<p class="backend-desc">MLX-powered neural TTS on Apple Silicon. High-quality, natural-sounding speech with voice cloning support. Model auto-downloads (~1.2 GB).</p>
<div class="backend-meta">
<div class="backend-meta-item">
<span class="meta-label">Latency</span>
<span class="meta-value">~500ms</span>
</div>
<div class="backend-meta-item">
<span class="meta-label">Quality</span>
<span class="meta-value meta-best">Neural</span>
</div>
<div class="backend-meta-item">
<span class="meta-label">Platform</span>
<span class="meta-value">macOS (Apple Si.)</span>
</div>
</div>
</div>
<div class="backend-card">
<div class="backend-header">
<span class="backend-name">qwen-native</span>
<span class="backend-badge">Pure Rust</span>
</div>
<p class="backend-desc">Cross-platform neural TTS. Pure Rust implementation with Metal & CUDA GPU support. No Python, no dependencies.</p>
<div class="backend-meta">
<div class="backend-meta-item">
<span class="meta-label">Latency</span>
<span class="meta-value">~300ms</span>
</div>
<div class="backend-meta-item">
<span class="meta-label">Quality</span>
<span class="meta-value meta-best">Neural</span>
</div>
<div class="backend-meta-item">
<span class="meta-label">Platform</span>
<span class="meta-value meta-fast">All</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Demo -->
<section class="demo" id="demo">
<div class="section-inner">
<h2>See it in action</h2>
<p class="section-sub">Simple CLI, powerful results.</p>
<div class="vox-demo-grid">
<div class="vox-demo-card">
<div class="demo-card-header">
<span class="demo-dot green"></span>
<span class="demo-label">Basic usage</span>
</div>
<pre><code><span class="cmd-prompt">$</span> vox "Build complete. 3 tests passed."
<span class="cmd-comment"># speaks aloud</span>
<span class="cmd-prompt">$</span> vox -b qwen-native "Cross-platform TTS."
<span class="cmd-comment"># uses pure-Rust backend</span>
<span class="cmd-prompt">$</span> echo "Pipeline done" | vox
<span class="cmd-comment"># reads from stdin</span></code></pre>
</div>
<div class="vox-demo-card">
<div class="demo-card-header">
<span class="demo-dot green"></span>
<span class="demo-label">Voice cloning</span>
</div>
<pre><code><span class="cmd-prompt">$</span> vox clone record myvoice --duration 10
<span class="cmd-comment"># records 10s of your voice</span>
<span class="cmd-prompt">$</span> vox clone add patrick \
--audio ~/voice.wav \
--text "Transcription helps quality"
<span class="cmd-comment"># register from audio file</span>
<span class="cmd-prompt">$</span> vox -v patrick "Speaking with your voice."
<span class="cmd-comment"># use cloned voice</span></code></pre>
</div>
<div class="vox-demo-card">
<div class="demo-card-header">
<span class="demo-dot green"></span>
<span class="demo-label">Configuration</span>
</div>
<pre><code><span class="cmd-prompt">$</span> vox config set backend qwen
<span class="cmd-comment"># switch default backend</span>
<span class="cmd-prompt">$</span> vox config set lang fr
<span class="cmd-comment"># set default language</span>
<span class="cmd-prompt">$</span> vox config set voice Chelsie
<span class="cmd-comment"># set default voice</span>
<span class="cmd-prompt">$</span> vox --list-voices
<span class="cmd-comment"># show available voices</span></code></pre>
</div>
</div>
</div>
</section>
<!-- Integration -->
<section class="vox-integration" id="integration">
<div class="section-inner">
<h2>Claude Code integration</h2>
<p class="section-sub">4 init modes. Pick what fits your workflow.</p>
<div class="integration-grid">
<div class="integration-card integration-primary">
<div class="integration-header">
<span class="integration-mode">mcp</span>
<span class="integration-badge">Default</span>
</div>
<p>Registers <code>vox serve</code> as an MCP server in <code>~/.claude.json</code>. Exposes 8 tools that Claude can call directly.</p>
<div class="code-block">
<code>vox init mcp</code>
<button class="copy-btn" data-copy="vox init mcp" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
</div>
<div class="integration-card">
<div class="integration-header">
<span class="integration-mode">cli</span>
</div>
<p>Creates a <code>CLAUDE.md</code> with instructions and adds a stop hook that speaks "Terminé" when tasks complete.</p>
<div class="code-block">
<code>vox init cli</code>
<button class="copy-btn" data-copy="vox init cli" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
</div>
<div class="integration-card">
<div class="integration-header">
<span class="integration-mode">skill</span>
</div>
<p>Generates a <code>/speak</code> slash command in <code>~/.claude/commands/</code>. Invoke with <code>/speak Hello</code>.</p>
<div class="code-block">
<code>vox init skill</code>
<button class="copy-btn" data-copy="vox init skill" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
</div>
<div class="integration-card">
<div class="integration-header">
<span class="integration-mode">all</span>
</div>
<p>Runs all three modes at once. MCP server + CLAUDE.md + slash command. The full experience.</p>
<div class="code-block">
<code>vox init all</code>
<button class="copy-btn" data-copy="vox init all" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
</div>
</div>
<!-- MCP Tools -->
<div class="mcp-tools-section">
<h3>8 MCP tools exposed</h3>
<div class="mcp-tools-grid">
<div class="mcp-tool">
<code>vox_speak</code>
<span>Read text aloud</span>
</div>
<div class="mcp-tool">
<code>vox_list_voices</code>
<span>List available voices</span>
</div>
<div class="mcp-tool">
<code>vox_clone_add</code>
<span>Add a voice clone</span>
</div>
<div class="mcp-tool">
<code>vox_clone_list</code>
<span>List voice clones</span>
</div>
<div class="mcp-tool">
<code>vox_clone_remove</code>
<span>Remove a clone</span>
</div>
<div class="mcp-tool">
<code>vox_config_show</code>
<span>Show preferences</span>
</div>
<div class="mcp-tool">
<code>vox_config_set</code>
<span>Set a preference</span>
</div>
<div class="mcp-tool">
<code>vox_stats</code>
<span>Usage statistics</span>
</div>
</div>
</div>
</div>
</section>
<!-- Install -->
<section class="install" id="install">
<div class="section-inner">
<h2>Install in seconds</h2>
<p class="section-sub">Rust-powered. No runtime dependencies for the native backend.</p>
<div class="install-grid">
<div class="install-card install-primary">
<h3>Quick Install</h3>
<p>macOS, Linux & WSL</p>
<div class="code-block">
<code>curl -fsSL https://raw.githubusercontent.com/rtk-ai/vox/main/install.sh | sh</code>
<button class="copy-btn" data-copy="curl -fsSL https://raw.githubusercontent.com/rtk-ai/vox/main/install.sh | sh" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
</div>
<div class="install-card">
<h3>Via Cargo</h3>
<p>From source</p>
<div class="code-block">
<code>cargo install --git https://github.com/rtk-ai/vox</code>
<button class="copy-btn" data-copy="cargo install --git https://github.com/rtk-ai/vox" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
</div>
<div class="install-card">
<h3>With GPU</h3>
<p>Metal or CUDA acceleration</p>
<div class="code-block">
<code>cargo install --git https://github.com/rtk-ai/vox --features metal</code>
<button class="copy-btn" data-copy="cargo install --git https://github.com/rtk-ai/vox --features metal" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
</div>
</div>
<div class="install-setup">
<h3>Then connect to Claude Code</h3>
<div class="code-block code-block-wide">
<code>vox init mcp</code>
<button class="copy-btn" data-copy="vox init mcp" aria-label="Copy">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
<p class="install-note">Registers Vox as an MCP server. Claude Code can now speak, clone voices, and manage preferences natively.</p>
</div>
</div>
</section>
<!-- Platform defaults -->
<section class="vox-platforms" id="platforms">
<div class="section-inner">
<h2>Platform defaults</h2>
<p class="section-sub">Vox picks the best backend for your system automatically.</p>
<div class="table-wrap">
<table>
<thead>
<tr>
<th>Platform</th>
<th>Default Backend</th>
<th>GPU Flag</th>
<th>Extra Dependency</th>
</tr>
</thead>
<tbody>
<tr>
<td>macOS</td>
<td><code>say</code></td>
<td><code>--features metal</code></td>
<td>None</td>
</tr>
<tr>
<td>Linux / WSL</td>
<td><code>qwen-native</code></td>
<td><code>--features cuda</code></td>
<td><code>libasound2-dev</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- CTA + Social -->
<section class="cta">
<div class="section-inner">
<h2>Your terminal is quiet.<br><span class="gradient-text">Let's fix that.</span></h2>
<p class="section-sub">Install Vox. Hear your AI think.</p>
<div class="hero-cta">
<a href="#install" class="btn btn-primary">Install Vox</a>
<a href="https://github.com/rtk-ai/vox" class="btn btn-ghost" target="_blank" rel="noopener">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
Star on GitHub
</a>
</div>
<div class="social-share">
<span class="share-label">Share Vox</span>
<div class="share-links">
<a href="https://x.com/intent/tweet?text=Vox%20%E2%80%94%20Give%20Claude%20Code%20a%20voice.%20Local-first%20TTS%20with%20voice%20cloning%2C%20written%20in%20Rust.&url=https%3A%2F%2Fgithub.com%2Frtk-ai%2Fvox" target="_blank" rel="noopener nofollow" class="share-btn" aria-label="Share on X">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="https://bsky.app/intent/compose?text=Vox%20%E2%80%94%20Give%20Claude%20Code%20a%20voice.%20Local-first%20TTS%20with%20voice%20cloning%2C%20written%20in%20Rust.%20https%3A%2F%2Fgithub.com%2Frtk-ai%2Fvox" target="_blank" rel="noopener nofollow" class="share-btn" aria-label="Share on Bluesky">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.785 2.627 3.601 3.495 6.186 3.245-3.775.547-7.052 2.48-4.452 7.378 2.294 3.796 5.057 4.755 7.642.38C12 17.764 12 14.568 12 14.568s0 3.196 2 6.682c2.585 4.375 5.348 3.416 7.642-.38 2.6-4.898-.677-6.831-4.452-7.378 2.585.25 5.401-.618 6.186-3.245.246-.828.624-5.788.624-6.479 0-.688-.139-1.86-.902-2.203-.659-.299-1.664-.621-4.3 1.24C16.046 4.747 13.087 8.686 12 10.8z"/></svg>
</a>
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgithub.com%2Frtk-ai%2Fvox" target="_blank" rel="noopener nofollow" class="share-btn" aria-label="Share on LinkedIn">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="footer-inner">
<div class="footer-left">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" fill="#22d3ee" stroke="#a78bfa" stroke-width="1.5"/></svg>
<strong>rtk</strong> / <strong>vox</strong> · Give Claude Code a voice
</div>
<div class="footer-right">
<a href="index.html">rtk</a>
<a href="https://github.com/rtk-ai/vox" target="_blank" rel="noopener">GitHub</a>
<a href="https://github.com/rtk-ai/vox/blob/main/LICENSE" target="_blank" rel="noopener">MIT License</a>
</div>
</div>
</footer>
<script>
// Copy buttons
document.querySelectorAll('.copy-btn').forEach(btn => {
btn.addEventListener('click', () => {
navigator.clipboard.writeText(btn.dataset.copy).then(() => {
btn.classList.add('copied');
setTimeout(() => btn.classList.remove('copied'), 1500);
});
});
});
</script>
</body>
</html>