-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathindex.html
More file actions
704 lines (627 loc) · 25.9 KB
/
Copy pathindex.html
File metadata and controls
704 lines (627 loc) · 25.9 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
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tuttle — time and money management for freelancers</title>
<meta name="description" content="Tuttle is a desktop app for freelancers: track time from your calendar, generate invoices and timesheets, and see what you can actually spend. Runs locally, open source, free." />
<link rel="canonical" href="https://tuttle-dev.github.io/tuttle/" />
<link rel="icon" href="assets/site/favicon.ico" sizes="any" />
<link rel="icon" type="image/png" sizes="192x192" href="assets/site/icon-192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="assets/site/icon-512.png" />
<link rel="apple-touch-icon" href="assets/site/apple-touch-icon.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Tuttle — time and money management for freelancers" />
<meta property="og:description" content="Track time, send invoices, know what you can spend. A local-first desktop app for solo freelancers. Free and open source." />
<meta property="og:url" content="https://tuttle-dev.github.io/tuttle/" />
<meta property="og:image" content="https://tuttle-dev.github.io/tuttle/assets/images/screenshot-dashboard.png" />
<meta name="twitter:card" content="summary_large_image" />
<style>
:root {
--bg: #0d0e10;
--bg-elevated: #16171a;
--bg-card: #1b1c20;
--border: #2a2c31;
--border-soft: #222428;
--text: #ecedef;
--text-secondary: #b9bbc0;
--text-muted: #8b8d94;
--accent: #00b396;
--accent-soft: rgba(0, 179, 150, 0.12);
--radius: 14px;
--maxw: 1120px;
--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background: var(--bg);
color: var(--text);
font-family: var(--font);
font-size: 17px;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
/* ---------- header ---------- */
header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(13, 14, 16, 0.72);
backdrop-filter: saturate(180%) blur(14px);
border-bottom: 1px solid transparent;
transition: border-color 0.2s ease;
}
header.scrolled { border-bottom-color: var(--border-soft); }
.nav {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
height: 62px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; letter-spacing: -0.01em; }
.brand img { width: 27px; height: 27px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
text-decoration: none;
color: var(--text-secondary);
font-size: 15px;
transition: color 0.15s ease;
}
.nav-links a:hover { color: var(--text); }
@media (max-width: 720px) {
.nav-links a.hide-sm { display: none; }
}
/* ---------- buttons ---------- */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
padding: 11px 20px;
border-radius: 10px;
border: 1px solid var(--border);
background: var(--bg-card);
color: var(--text);
font-size: 15px;
font-weight: 550;
text-decoration: none;
white-space: nowrap;
transition: transform 0.12s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:hover { background: #24262b; border-color: #35373d; transform: translateY(-1px); }
.btn svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.btn-primary {
background: var(--accent);
border-color: var(--accent);
color: #06231e;
font-weight: 650;
}
.btn-primary:hover { background: #00c9a9; border-color: #00c9a9; }
.btn-sm { padding: 8px 15px; font-size: 14px; }
/* ---------- hero ---------- */
.hero {
position: relative;
overflow: hidden;
padding: 88px 0 0;
text-align: center;
}
.hero::before {
content: "";
position: absolute;
inset: -220px 0 auto 50%;
transform: translateX(-50%);
width: 1100px;
height: 700px;
background: radial-gradient(closest-side, rgba(0, 179, 150, 0.16), transparent 70%);
pointer-events: none;
}
/* The glow is absolutely positioned, so hero content needs its own layer to stay
on top of it — otherwise the gradient tints the logo, headline and buttons. */
.hero > .wrap { position: relative; z-index: 1; }
.hero-mark {
width: 96px;
height: 96px;
margin: 0 auto 26px;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 5px 13px;
border-radius: 999px;
border: 1px solid var(--border);
background: var(--accent-soft);
color: var(--text-secondary);
font-size: 13.5px;
margin-bottom: 26px;
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }
h1 {
margin: 0 auto 20px;
max-width: 15ch;
font-size: clamp(2.5rem, 6vw, 4rem);
line-height: 1.06;
letter-spacing: -0.035em;
font-weight: 680;
}
.lead {
margin: 0 auto;
max-width: 60ch;
font-size: clamp(1.06rem, 2.1vw, 1.25rem);
color: var(--text-secondary);
}
.cta-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin: 34px 0 14px;
}
.cta-meta { font-size: 13.5px; color: var(--text-muted); }
.cta-meta a { color: var(--text-secondary); }
.hero-shot {
margin: 54px auto 0;
max-width: 1000px;
border-radius: 16px;
border: 1px solid var(--border);
background: var(--bg-elevated);
padding: 8px;
box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.9);
}
.hero-shot img { border-radius: 10px; }
/* ---------- value strip ---------- */
.strip {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1px;
margin: 84px 0 0;
border: 1px solid var(--border-soft);
border-radius: var(--radius);
background: var(--border-soft);
overflow: hidden;
}
.strip div { background: var(--bg); padding: 22px 20px; }
.strip dt { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.strip dd { margin: 0; font-size: 14px; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 860px) { .strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .strip { grid-template-columns: 1fr; } }
/* ---------- sections ---------- */
section { scroll-margin-top: 78px; }
.section-head { max-width: 60ch; margin: 0 0 44px; }
.section-head.center { margin: 0 auto 48px; text-align: center; }
h2 {
margin: 0 0 12px;
font-size: clamp(1.8rem, 3.4vw, 2.4rem);
line-height: 1.15;
letter-spacing: -0.028em;
font-weight: 660;
}
.section-head p { margin: 0; color: var(--text-secondary); font-size: 1.05rem; }
.kicker {
font-size: 13px;
font-weight: 650;
letter-spacing: 0.09em;
text-transform: uppercase;
color: var(--accent);
margin: 0 0 12px;
}
.block { padding: 96px 0; }
.block + .block { padding-top: 0; }
.feature {
display: grid;
grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
gap: 56px;
align-items: center;
padding: 44px 0;
}
.feature.flip { grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr); }
.feature.flip .feature-text { order: 2; }
.feature h3 { margin: 0 0 12px; font-size: 1.5rem; letter-spacing: -0.02em; font-weight: 640; }
.feature p { margin: 0 0 14px; color: var(--text-secondary); }
.feature ul { margin: 0; padding-left: 18px; color: var(--text-muted); font-size: 15px; }
.feature li + li { margin-top: 5px; }
.shot {
border-radius: 12px;
border: 1px solid var(--border);
background: var(--bg-elevated);
padding: 6px;
box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.9);
}
.shot img { border-radius: 8px; }
@media (max-width: 880px) {
.feature, .feature.flip { grid-template-columns: 1fr; gap: 26px; padding: 32px 0; }
.feature.flip .feature-text { order: 0; }
.block { padding: 64px 0; }
}
/* ---------- cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
border: 1px solid var(--border-soft);
border-radius: var(--radius);
background: var(--bg-card);
padding: 24px;
}
.card h3 { margin: 0 0 8px; font-size: 1.1rem; font-weight: 620; }
.card p { margin: 0; color: var(--text-muted); font-size: 15px; }
@media (max-width: 880px) { .cards { grid-template-columns: 1fr; } }
/* ---------- download ---------- */
.download {
border: 1px solid var(--border);
border-radius: 20px;
background:
radial-gradient(closest-side at 50% 0%, rgba(0, 179, 150, 0.14), transparent 75%),
var(--bg-elevated);
padding: 56px 32px 44px;
text-align: center;
}
.download h2 { margin-bottom: 14px; }
.download > p { margin: 0 auto 30px; max-width: 52ch; color: var(--text-secondary); }
.os-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
max-width: 760px;
margin: 0 auto 26px;
text-align: left;
}
.os {
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px;
border: 1px solid var(--border);
border-radius: var(--radius);
background: var(--bg-card);
text-decoration: none;
transition: border-color 0.15s ease, transform 0.12s ease;
}
.os:hover { border-color: var(--accent); transform: translateY(-2px); }
.os svg { width: 24px; height: 24px; fill: var(--text); }
.os strong { font-size: 1rem; font-weight: 620; }
.os span { font-size: 13.5px; color: var(--text-muted); }
.os.recommended { border-color: var(--accent); background: linear-gradient(180deg, var(--accent-soft), var(--bg-card)); }
.os .tag { font-size: 11.5px; font-weight: 650; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); }
@media (max-width: 700px) { .os-grid { grid-template-columns: 1fr; } }
/* ---------- footer ---------- */
footer {
margin-top: 96px;
border-top: 1px solid var(--border-soft);
padding: 44px 0 56px;
color: var(--text-muted);
font-size: 14.5px;
}
.footer-grid { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: var(--text-secondary); text-decoration: none; }
.footer-links a:hover { color: var(--text); text-decoration: underline; }
.funding { background: #fff; border-radius: 10px; padding: 12px 16px; max-width: 340px; }
.quote {
margin: 0 0 26px;
padding-left: 16px;
border-left: 2px solid var(--border);
color: var(--text-muted);
font-size: 14.5px;
max-width: 68ch;
}
.quote b { color: var(--text-secondary); font-weight: 600; }
/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
.reveal { opacity: 1; transform: none; transition: none; }
.btn:hover, .os:hover { transform: none; }
}
</style>
</head>
<body>
<header id="site-header">
<div class="wrap nav">
<a class="brand" href="#top">
<img src="assets/site/icon-192.png" alt="" />
Tuttle
</a>
<nav class="nav-links">
<a class="hide-sm" href="#features">Features</a>
<a class="hide-sm" href="#privacy">Privacy</a>
<a class="hide-sm" href="https://github.com/tuttle-dev/tuttle">GitHub</a>
<a class="btn btn-primary btn-sm" href="#download">Download</a>
</nav>
</div>
</header>
<main id="top">
<!-- ============ hero ============ -->
<section class="hero">
<div class="wrap">
<img class="hero-mark" src="assets/site/icon-512.png" width="512" height="512" alt="Tuttle" />
<span class="eyebrow"><span class="dot"></span> Free, open source, and runs on your machine</span>
<h1>Freelance paperwork, handled.</h1>
<p class="lead">
Tuttle turns your calendar into tracked time, tracked time into invoices, and your
invoices into a clear picture of your business — including how much of the money that
came in is actually yours to spend.
</p>
<div class="cta-row">
<a class="btn btn-primary" id="cta-primary" href="https://github.com/tuttle-dev/tuttle/releases/latest">
Download Tuttle
</a>
<a class="btn" href="#features">See what it does</a>
</div>
<p class="cta-meta">
macOS, Windows and Linux · <span id="version-meta">version 4.4.0</span> ·
<a href="https://github.com/tuttle-dev/tuttle">source on GitHub</a>
</p>
<div class="hero-shot reveal">
<img src="assets/images/screenshot-dashboard.png" width="1232" height="848"
alt="Tuttle dashboard showing revenue, outstanding invoices, effective hourly rate and a monthly revenue chart." />
</div>
</div>
</section>
<div class="wrap">
<dl class="strip reveal">
<div>
<dt>Local by default</dt>
<dd>Your data stays on your device. No account, no cloud, no tracking.</dd>
</div>
<div>
<dt>E-invoicing ready</dt>
<dd>Invoices that meet the new EU e-invoicing rules, out of the box.</dd>
</div>
<div>
<dt>One tool, not five</dt>
<dd>Time tracking, invoicing, tax reserves and forecasting in one app.</dd>
</div>
<div>
<dt>Open source</dt>
<dd>GPLv3, built in the open, free to use and to fork.</dd>
</div>
</dl>
</div>
<!-- ============ features ============ -->
<section id="features" class="block">
<div class="wrap">
<div class="section-head center reveal">
<p class="kicker">What it does</p>
<h2>From calendar entry to paid invoice</h2>
<p>Every part of the job in one app. Each one is useful on its own, and together they add up to a business you can see.</p>
</div>
<div class="feature reveal">
<div class="feature-text">
<h3>Time tracking without the stopwatch</h3>
<p>You already write your work down somewhere. Tuttle picks it up from there instead of asking you to type it a second time.</p>
<ul>
<li>Bring in the appointments from your calendar</li>
<li>Or import from the time tracker you already use</li>
<li>Sort the hours by client and project</li>
</ul>
</div>
<div class="shot">
<img loading="lazy" src="assets/images/screenshot-timetracking.png" alt="Time tracking screen listing imported calendar events grouped by project." />
</div>
</div>
<div class="feature flip reveal">
<div class="feature-text">
<h3>Invoices and timesheets, generated</h3>
<p>Turn your tracked hours into an invoice with a matching timesheet, or just enter the hours and days yourself. Fixed-price work is invoiced the same way.</p>
<ul>
<li>Invoice and timesheet together, ready to send</li>
<li>Send by email or save as a PDF</li>
<li>Every invoice meets the new EU e-invoicing rules</li>
</ul>
</div>
<div class="shot">
<img loading="lazy" src="assets/images/screenshot-invoices.png" alt="Invoicing screen with a list of invoices and their payment status." />
</div>
</div>
<div class="feature reveal">
<div class="feature-text">
<h3>Tax and VAT set aside before you spend it</h3>
<p>The money in your account is not the money you earned. Tuttle keeps the difference in plain sight.</p>
<ul>
<li>See what to set aside for VAT and income tax</li>
<li>Follow your revenue down to the part you can actually spend</li>
</ul>
</div>
<div class="shot">
<img loading="lazy" src="assets/images/screenshot-tax.png" alt="Tax and reserves screen with a revenue breakdown waterfall chart." />
</div>
</div>
<div class="feature flip reveal">
<div class="feature-text">
<h3>An actual salary, calculated</h3>
<p>See what you can safely pay yourself each month, based on paid and outstanding invoices, tax reserves and recurring expenses.</p>
</div>
<div class="shot">
<img loading="lazy" src="assets/images/screenshot-salary.png" alt="Salary screen showing an effective monthly salary calculation." />
</div>
</div>
<div class="feature reveal">
<div class="feature-text">
<h3>Drop a PDF, keep the data</h3>
<p>Hand Tuttle an invoice or a contract you already have and it reads the details for you, then files them under the right client, contract and project.</p>
</div>
<div class="shot">
<img loading="lazy" src="assets/images/screenshot-import.png" alt="Document import screen showing data extracted from a PDF invoice." />
</div>
</div>
</div>
</section>
<!-- ============ privacy ============ -->
<section id="privacy" class="block">
<div class="wrap">
<div class="section-head center reveal">
<p class="kicker">Privacy</p>
<h2>Your business data is none of our business</h2>
<p>Tuttle is a desktop application, not a service you log into. There is nothing to sign up for and nothing to cancel.</p>
</div>
<div class="cards reveal">
<div class="card">
<h3>Stored on your device</h3>
<p>Clients, contracts, time and invoices live in a local database on your own machine.</p>
</div>
<div class="card">
<h3>No central collection</h3>
<p>Your financial data is processed locally. We do not run a server that sees it.</p>
</div>
<div class="card">
<h3>Auditable</h3>
<p>The whole application is open source under GPLv3. Read it, build it, change it.</p>
</div>
</div>
</div>
</section>
<!-- ============ download ============ -->
<section id="download" class="block">
<div class="wrap">
<div class="download reveal">
<h2>Download Tuttle</h2>
<p>Pick your platform, install it like any other desktop app, and start. No account, no setup wizard, no trial period.</p>
<div class="os-grid">
<a class="os" id="os-mac" data-asset="macOS-arm64.dmg"
href="https://github.com/tuttle-dev/tuttle/releases/download/v4.4.0/Tuttle-4.4.0-macOS-arm64.dmg">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M16.4 12.7c0-2.3 1.9-3.4 2-3.5-1.1-1.6-2.8-1.8-3.4-1.9-1.4-.1-2.7.8-3.4.8-.7 0-1.8-.8-3-.8-1.5 0-2.9.9-3.7 2.3-1.6 2.7-.4 6.7 1.1 8.9.8 1.1 1.6 2.3 2.8 2.2 1.1 0 1.5-.7 2.9-.7 1.3 0 1.7.7 2.9.7 1.2 0 2-1.1 2.7-2.2.9-1.3 1.2-2.5 1.3-2.6-.1 0-2.2-.9-2.2-3.2zM14.3 5.4c.6-.8 1-1.8.9-2.9-.9.1-2 .6-2.6 1.4-.6.7-1.1 1.7-.9 2.8 1 0 2-.5 2.6-1.3z"/></svg>
<div>
<strong>macOS</strong><br />
<span>Apple silicon · disk image</span>
</div>
<span class="tag" hidden>Your platform</span>
</a>
<a class="os" id="os-win" data-asset="Windows-Setup.exe"
href="https://github.com/tuttle-dev/tuttle/releases/download/v4.4.0/Tuttle-4.4.0-Windows-Setup.exe">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M3 5.6l7.1-1v7.2H3V5.6zm0 12.8l7.1 1v-7.1H3v6.1zm8.1 1.2L21 21V12.6h-9.9v7zM11.1 3v7.6H21V2l-9.9 1z"/></svg>
<div>
<strong>Windows</strong><br />
<span>64-bit installer</span>
</div>
<span class="tag" hidden>Your platform</span>
</a>
<a class="os" id="os-linux" data-asset="Linux-x86_64.AppImage"
href="https://github.com/tuttle-dev/tuttle/releases/download/v4.4.0/Tuttle-4.4.0-Linux-x86_64.AppImage">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M12 2c-2.2 0-3.4 1.7-3.4 4.1 0 1.6.2 2.3-.5 3.4-1 1.5-2.5 3.2-2.5 5.6 0 .9.3 1.4-.3 2.4-.4.7-.2 1.4.5 1.6.9.3 1.5.1 2.2.6.9.7 1.9 1.3 4 1.3s3.1-.6 4-1.3c.7-.5 1.3-.3 2.2-.6.7-.2.9-.9.5-1.6-.6-1-.3-1.5-.3-2.4 0-2.4-1.5-4.1-2.5-5.6-.7-1.1-.5-1.8-.5-3.4C15.4 3.7 14.2 2 12 2zm-1.5 3.3c.4 0 .7.4.7 1s-.3 1-.7 1-.8-.4-.8-1 .4-1 .8-1zm3 0c.4 0 .8.4.8 1s-.4 1-.8 1-.7-.4-.7-1 .3-1 .7-1zM12 8.2c.9 0 2 .6 2 1.1 0 .4-1.1 1.2-2 1.2s-2-.8-2-1.2c0-.5 1.1-1.1 2-1.1z"/></svg>
<div>
<strong>Linux</strong><br />
<span>AppImage · x86_64</span>
</div>
<span class="tag" hidden>Your platform</span>
</a>
</div>
<p class="cta-meta">
Also available:
<a data-asset="Linux-amd64.deb" href="https://github.com/tuttle-dev/tuttle/releases/download/v4.4.0/Tuttle-4.4.0-Linux-amd64.deb">Debian / Ubuntu</a> ·
<a data-asset="Linux-x86_64.rpm" href="https://github.com/tuttle-dev/tuttle/releases/download/v4.4.0/Tuttle-4.4.0-Linux-x86_64.rpm">Fedora / RHEL</a> ·
<a href="https://github.com/tuttle-dev/tuttle/releases/latest">ARM builds</a>
</p>
<p class="cta-meta">
<span id="version-meta-2">Version 4.4.0</span>.
Prefer to build from source? See the
<a href="https://github.com/tuttle-dev/tuttle/blob/main/CONTRIBUTING.md">contributing guide</a>.
</p>
</div>
</div>
</section>
</main>
<footer>
<div class="wrap">
<blockquote class="quote">
<b>HARRY TUTTLE:</b> Bloody paperwork. Huh!<br />
<b>SAM LOWRY:</b> I suppose one has to expect a certain amount.<br />
<b>HARRY TUTTLE:</b> Why? I came into this game for the action, the excitement.
</blockquote>
<div class="footer-grid">
<div>
<div class="footer-links" style="margin-bottom: 14px;">
<a href="https://github.com/tuttle-dev/tuttle">GitHub</a>
<a href="https://github.com/tuttle-dev/tuttle/releases">Releases</a>
<a href="https://github.com/tuttle-dev/tuttle/blob/main/CONTRIBUTING.md">Contributing</a>
<a href="https://github.com/tuttle-dev/tuttle/issues">Issues</a>
<a href="https://github.com/tuttle-dev/tuttle/blob/main/LICENSE">License</a>
</div>
<p style="margin: 0; max-width: 46ch;">
Copyright 2022–2026 Christian Staudt and contributors.
Licensed under the GNU General Public License v3.0.
</p>
</div>
<div>
<p style="margin: 0 0 10px;">Tuttle received funding from the <a href="https://prototypefund.de" style="color: var(--text-secondary);">Prototype Fund</a> in 2022.</p>
<div class="funding"><img src="assets/images/pf_funding_logos.svg" alt="Tuttle received funding from the German Federal Ministry of Education and Research and the Prototype Fund in 2022" /></div>
</div>
</div>
</div>
</footer>
<script>
// Sticky header hairline once the page is scrolled.
var header = document.getElementById("site-header");
var onScroll = function () {
header.classList.toggle("scrolled", window.scrollY > 4);
};
onScroll();
window.addEventListener("scroll", onScroll, { passive: true });
// Scroll reveal.
if ("IntersectionObserver" in window) {
var io = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
entry.target.classList.add("visible");
io.unobserve(entry.target);
}
});
}, { rootMargin: "0px 0px -8% 0px", threshold: 0.05 });
document.querySelectorAll(".reveal").forEach(function (el) { io.observe(el); });
} else {
document.querySelectorAll(".reveal").forEach(function (el) { el.classList.add("visible"); });
}
// The download links are written into this page at release time (see the
// index.html entry in [tool.bumpversion.files]), so they work without JavaScript.
// Highlight the visitor's platform and point the hero button at the same file.
var platformCard = (function () {
var ua = navigator.userAgent;
var os = /Mac|iPhone|iPad/.test(ua) ? "mac" : /Windows/.test(ua) ? "win" : /Linux|X11|Android/.test(ua) ? "linux" : null;
var labels = { mac: "macOS", win: "Windows", linux: "Linux" };
if (!os) return null;
var card = document.getElementById("os-" + os);
if (card) {
card.classList.add("recommended");
var tag = card.querySelector(".tag");
if (tag) tag.hidden = false;
}
var cta = document.getElementById("cta-primary");
if (cta) {
cta.textContent = "Download for " + labels[os];
if (card) cta.href = card.href;
}
return card;
})();
// Second line of defence: if this page is older than the newest release, take the
// real asset URLs from the GitHub API. Links whose asset is missing from that
// release (a build still running, a platform that failed) fall back to its page.
fetch("https://api.github.com/repos/tuttle-dev/tuttle/releases/latest")
.then(function (r) { return r.ok ? r.json() : null; })
.then(function (release) {
if (!release || !release.tag_name) return;
var version = release.tag_name.replace(/^v/, "");
var meta = document.getElementById("version-meta");
if (meta) meta.textContent = "version " + version;
var meta2 = document.getElementById("version-meta-2");
if (meta2) meta2.textContent = "Version " + version;
var assets = release.assets || [];
document.querySelectorAll("[data-asset]").forEach(function (link) {
var suffix = link.getAttribute("data-asset");
var match = assets.filter(function (asset) {
return asset.name.slice(-suffix.length) === suffix;
})[0];
link.href = match ? match.browser_download_url : release.html_url;
});
var cta = document.getElementById("cta-primary");
if (cta && platformCard) cta.href = platformCard.href;
})
.catch(function () {});
</script>
</body>
</html>