-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
959 lines (852 loc) · 35.8 KB
/
index.html
File metadata and controls
959 lines (852 loc) · 35.8 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
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dotPilot - Local Agent Orchestrator for .NET | Run AI Agents Locally</title>
<meta name="description" content="Open source local agent orchestrator built with C# and .NET. Run multiple AI agents locally, build workflows, connect to Codex, Claude Code, GitHub Copilot, Gemini, or local models. Powered by Microsoft Agent Framework. 100% private, no cloud required.">
<meta name="keywords" content="AI agents, agent orchestrator, Microsoft Agent Framework, .NET, C#, Uno Platform, local AI, Codex, Claude Code, GitHub Copilot, LLamaSharp, ONNX, agentic workflows, open source, AI desktop app, private AI, local LLM, multi-agent system">
<!-- SEO Meta Tags -->
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<meta name="author" content="ManagedCode">
<meta name="publisher" content="ManagedCode">
<link rel="canonical" href="https://dotpilot.managed-code.com">
<!-- GEO Meta Tags -->
<meta name="geo.region" content="UA">
<meta name="geo.placename" content="Ukraine">
<meta name="ICBM" content="50.4501, 30.5234">
<!-- AEO / Answer Engine Optimization -->
<meta name="subject" content="AI Agent Orchestration Software">
<meta name="topic" content="Local AI Agent Platform">
<meta name="summary" content="dotPilot is a free, open-source desktop application that lets you run multiple AI agents locally on your machine with full privacy.">
<meta name="abstract" content="Desktop platform for running AI agents locally. Supports Codex CLI, Claude Code, GitHub Copilot, Gemini, OpenAI, and local models via LLamaSharp and ONNX.">
<meta name="classification" content="Software, AI Tools, Developer Tools">
<meta name="category" content="AI Software">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SLJPG729D3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SLJPG729D3');
</script>
<!-- Open Graph -->
<meta property="og:title" content="dotPilot - Local Agent Orchestrator for .NET">
<meta property="og:description" content="Open source local agent orchestrator. Run AI agents locally, build workflows, connect to any provider. Built with .NET and Microsoft Agent Framework. 100% private.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://dotpilot.managed-code.com">
<meta property="og:site_name" content="dotPilot">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://dotpilot.managed-code.com/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="dotPilot - Local Agent Orchestrator">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="dotPilot - Local Agent Orchestrator for .NET">
<meta name="twitter:description" content="Open source desktop platform for running multiple AI agents locally. Full privacy, no cloud required.">
<meta name="twitter:image" content="https://dotpilot.managed-code.com/og-image.png">
<meta name="twitter:site" content="@managedcode">
<!-- Additional SEO -->
<meta name="application-name" content="dotPilot">
<meta name="apple-mobile-web-app-title" content="dotPilot">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#7c6bc4">
<meta name="msapplication-TileColor" content="#7c6bc4">
<!-- Fonts -->
<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=Host+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Schema.org Structured Data for SEO/AEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "dotPilot",
"applicationCategory": "DeveloperApplication",
"operatingSystem": ["Windows", "macOS", "Linux"],
"description": "Open source local agent orchestrator built with C# and .NET. Run multiple AI agents locally, build workflows, connect to any AI provider.",
"url": "https://dotpilot.managed-code.com",
"downloadUrl": "{{RELEASE_URL}}",
"softwareVersion": "{{VERSION}}",
"author": {
"@type": "Organization",
"name": "ManagedCode",
"url": "https://managed-code.com"
},
"publisher": {
"@type": "Organization",
"name": "ManagedCode",
"url": "https://managed-code.com"
},
"license": "https://github.com/managedcode/dotPilot/blob/main/LICENSE",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Run multiple AI agents simultaneously",
"Build agentic workflows with Microsoft Agent Framework",
"Connect to Codex CLI, Claude Code, GitHub Copilot, Gemini",
"Local LLM support via LLamaSharp and ONNX",
"100% local execution with full privacy",
"OpenTelemetry integration for observability",
"SQLite persistence",
"Cross-platform: Windows, macOS, Linux"
],
"screenshot": "https://dotpilot.managed-code.com/screenshot.png",
"softwareRequirements": ".NET 10 Runtime",
"programmingLanguage": "C#",
"isAccessibleForFree": true
}
</script>
<!-- FAQ Schema for AEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is dotPilot?",
"acceptedAnswer": {
"@type": "Answer",
"text": "dotPilot is an open-source local agent orchestrator built with C# and .NET. It allows you to run multiple AI agents locally on your machine, build agentic workflows, and connect to various AI providers like Codex CLI, Claude Code, GitHub Copilot, and Gemini, or use local models."
}
},
{
"@type": "Question",
"name": "Is dotPilot free to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, dotPilot is completely free and open source. You can download it from GitHub and use it without any cost. It's licensed under an open-source license."
}
},
{
"@type": "Question",
"name": "Does dotPilot require an internet connection?",
"acceptedAnswer": {
"@type": "Answer",
"text": "dotPilot can run 100% locally without internet when using local models via LLamaSharp or ONNX. For cloud providers like OpenAI, Claude, or Gemini, internet connectivity is required to communicate with their APIs."
}
},
{
"@type": "Question",
"name": "What AI providers does dotPilot support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "dotPilot supports Codex CLI, Claude Code, GitHub Copilot, Gemini, OpenAI API, Azure OpenAI, and local models through LLamaSharp and ONNX Runtime."
}
},
{
"@type": "Question",
"name": "What platforms does dotPilot run on?",
"acceptedAnswer": {
"@type": "Answer",
"text": "dotPilot is cross-platform and runs on Windows (x64), macOS (Apple Silicon arm64), and Linux (x64 via Snap package)."
}
}
]
}
</script>
<!-- Organization Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "ManagedCode",
"url": "https://managed-code.com",
"logo": "https://managed-code.com/logo.png",
"sameAs": [
"https://github.com/managedcode",
"https://www.youtube.com/@Managed-Code"
]
}
</script>
<style>
:root {
--color-accent: #7c6bc4;
--color-accent-hover: #6a59b3;
--color-accent-light: #ece8f8;
--color-bg: #ededec;
--color-bg-card: #ffffff;
--color-text: #2d2b3a;
--color-text-secondary: #6b6880;
--color-text-light: #8e8ba0;
--color-border: #dddcdb;
--color-btn-dark: #2d2b3a;
--color-btn-dark-hover: #3d3b4f;
--font-family: 'Host Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--font-family);
background-color: var(--color-bg);
color: var(--color-text);
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
}
/* Header */
header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: rgba(237, 237, 236, 0.85);
backdrop-filter: blur(12px);
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
max-width: 1200px;
margin: 0 auto;
}
.logo {
font-size: 22px;
font-weight: 600;
color: var(--color-text);
text-decoration: none;
letter-spacing: -0.5px;
}
.logo span {
color: var(--color-accent);
}
.nav-links {
display: flex;
gap: 36px;
list-style: none;
}
.nav-links a {
color: var(--color-text-secondary);
text-decoration: none;
font-weight: 400;
font-size: 15px;
transition: color 0.2s;
}
.nav-links a:hover {
color: var(--color-text);
}
.version-badge {
background: var(--color-btn-dark);
color: #ffffff;
padding: 6px 14px;
border-radius: 20px;
font-size: 13px;
font-weight: 500;
}
/* Hero Section */
.hero {
padding: 160px 0 80px;
}
.hero-layout {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 60px;
align-items: start;
}
.hero-left h1 {
font-size: clamp(42px, 5.5vw, 64px);
font-weight: 300;
line-height: 1.15;
letter-spacing: -1.5px;
color: var(--color-text-light);
margin-bottom: 40px;
}
.hero-left h1 .highlight {
color: var(--color-accent);
font-weight: 400;
}
.hero-left h1 .bold {
color: var(--color-text);
font-weight: 400;
}
.btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 36px;
border-radius: 50px;
font-size: 15px;
font-weight: 500;
text-decoration: none;
transition: all 0.2s;
}
.btn-dark {
background: var(--color-btn-dark);
color: #ffffff;
}
.btn-dark:hover {
background: var(--color-btn-dark-hover);
}
.btn-outline {
background: transparent;
color: var(--color-text);
border: 1.5px solid var(--color-border);
}
.btn-outline:hover {
border-color: var(--color-text-secondary);
}
.btn-accent {
background: var(--color-accent);
color: #ffffff;
}
.btn-accent:hover {
background: var(--color-accent-hover);
}
.hero-right p {
font-size: 17px;
color: var(--color-text-secondary);
line-height: 1.7;
}
.hero-buttons {
display: flex;
gap: 12px;
margin-top: 40px;
flex-wrap: wrap;
}
/* Cards row under hero */
.hero-cards {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 24px;
margin-top: 60px;
}
.hero-card {
background: var(--color-bg-card);
border-radius: 20px;
padding: 40px;
position: relative;
overflow: hidden;
}
.hero-card-gradient {
background: linear-gradient(135deg, #f5e6dc 0%, #e8d4e0 40%, #d6d0ec 100%);
}
.hero-card h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px;
}
.hero-card p {
color: var(--color-text-secondary);
font-size: 15px;
line-height: 1.6;
}
.hero-card .card-label {
display: inline-block;
background: var(--color-bg);
border: 1px solid var(--color-border);
padding: 8px 16px;
border-radius: 10px;
font-size: 14px;
color: var(--color-text-secondary);
margin-bottom: 12px;
}
/* Section styles */
.section {
padding: 100px 0;
}
.section-header {
max-width: 700px;
margin-bottom: 60px;
}
.section-header h2 {
font-size: clamp(32px, 4vw, 48px);
font-weight: 400;
line-height: 1.2;
letter-spacing: -1px;
color: var(--color-text);
margin-bottom: 20px;
}
.section-header p {
font-size: 17px;
color: var(--color-text-secondary);
line-height: 1.7;
}
/* Features */
.features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.feature-card {
background: var(--color-bg-card);
border-radius: 16px;
padding: 32px;
transition: transform 0.2s;
}
.feature-card:hover {
transform: translateY(-3px);
}
.feature-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: var(--color-accent-light);
color: var(--color-accent);
border-radius: 10px;
font-size: 15px;
font-weight: 600;
margin-bottom: 20px;
}
.feature-card h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
color: var(--color-text);
}
.feature-card p {
color: var(--color-text-secondary);
font-size: 14px;
line-height: 1.6;
}
/* Providers */
.providers-section {
padding: 80px 0;
}
.providers-grid {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.provider-badge {
background: var(--color-bg-card);
padding: 14px 24px;
border-radius: 12px;
font-size: 15px;
font-weight: 500;
color: var(--color-text);
transition: transform 0.2s;
}
.provider-badge:hover {
transform: translateY(-2px);
}
/* Downloads */
.downloads-section {
padding: 100px 0;
}
.download-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.download-card {
background: var(--color-bg-card);
border-radius: 16px;
padding: 36px;
text-align: center;
transition: transform 0.2s;
}
.download-card:hover {
transform: translateY(-3px);
}
.download-card .icon {
font-size: 40px;
margin-bottom: 16px;
}
.download-card h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 4px;
}
.download-card .arch {
color: var(--color-text-light);
font-size: 14px;
margin-bottom: 24px;
}
.download-card .btn {
width: 100%;
justify-content: center;
}
/* Tech Stack */
.tech-section {
padding: 80px 0;
}
.tech-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.tech-badge {
background: var(--color-bg-card);
padding: 12px 22px;
border-radius: 10px;
font-size: 14px;
font-weight: 500;
color: var(--color-text-secondary);
}
/* Open Source / CTA */
.cta-section {
padding: 100px 0;
}
.cta-card {
background: var(--color-bg-card);
border-radius: 24px;
padding: 80px 60px;
text-align: center;
}
.cta-card h2 {
font-size: clamp(28px, 3.5vw, 40px);
font-weight: 400;
letter-spacing: -0.5px;
margin-bottom: 16px;
}
.cta-card p {
color: var(--color-text-secondary);
font-size: 17px;
max-width: 550px;
margin: 0 auto 36px;
line-height: 1.7;
}
.cta-buttons {
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
}
/* Social links */
.social-links {
display: flex;
gap: 20px;
justify-content: center;
margin-top: 32px;
}
.social-link {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--color-text-light);
text-decoration: none;
font-size: 14px;
transition: color 0.2s;
}
.social-link:hover {
color: var(--color-accent);
}
/* Footer */
footer {
padding: 40px 0;
text-align: center;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
}
.footer-links {
display: flex;
justify-content: center;
gap: 32px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.footer-links a {
color: var(--color-text-light);
text-decoration: none;
font-size: 14px;
transition: color 0.2s;
}
.footer-links a:hover {
color: var(--color-accent);
}
footer p {
color: var(--color-text-light);
font-size: 13px;
}
footer p a {
color: var(--color-accent);
text-decoration: none;
}
footer p a:hover {
text-decoration: underline;
}
.footer-copyright {
margin-top: 8px;
color: var(--color-text-light);
font-size: 12px;
}
/* Responsive */
@media (max-width: 900px) {
.hero-layout {
grid-template-columns: 1fr;
gap: 32px;
}
.hero-cards {
grid-template-columns: 1fr;
}
.features-grid {
grid-template-columns: 1fr;
}
.download-cards {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.nav-links {
display: none;
}
.hero {
padding: 120px 0 60px;
}
.container {
padding: 0 20px;
}
nav {
padding: 16px 20px;
}
.hero-left h1 {
font-size: 36px;
}
.hero-buttons {
flex-direction: column;
}
.btn {
justify-content: center;
}
.cta-card {
padding: 48px 24px;
}
.cta-buttons {
flex-direction: column;
align-items: center;
}
}
</style>
</head>
<body>
<header>
<nav>
<a href="#" class="logo">dot<span>Pilot</span></a>
<ul class="nav-links">
<li><a href="#features">features</a></li>
<li><a href="#providers">providers</a></li>
<li><a href="#downloads">downloads</a></li>
<li><a href="https://github.com/managedcode/dotPilot" target="_blank">GitHub</a></li>
</ul>
<span class="version-badge">v{{VERSION}}</span>
</nav>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-layout">
<div class="hero-left">
<h1>Your <span class="highlight">agents.</span> Your <span class="bold">stack.</span> Your rules.</h1>
<a href="{{RELEASE_URL}}" class="btn btn-dark">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
<polyline points="7 10 12 15 17 10"/>
<line x1="12" y1="15" x2="12" y2="3"/>
</svg>
Download v{{VERSION}}
</a>
</div>
<div class="hero-right">
<p>Open source local agent orchestrator built with C# and .NET. Run multiple AI agents locally, build workflows, connect to Codex, Claude Code, GitHub Copilot, Gemini, or use local models. 100% private, no cloud required.</p>
<div class="hero-buttons">
<a href="https://github.com/managedcode/dotPilot" class="btn btn-outline">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
View Source
</a>
</div>
</div>
</div>
<div class="hero-cards">
<div class="hero-card hero-card-gradient">
<div class="card-label">Built with Microsoft Agent Framework</div>
<h3>Run multiple agents simultaneously</h3>
<p>Each agent runs locally with its own context, tools, and capabilities. Sequential, parallel, and handoff patterns. Full control over your agent fleet.</p>
</div>
<div class="hero-card">
<div class="card-label">100% Local Execution</div>
<h3>Your data never leaves your machine</h3>
<p>No cloud dependency. SQLite persistence. Full privacy and control. Connect to any provider or run completely offline.</p>
</div>
</div>
</div>
</section>
<section id="features" class="section">
<div class="container">
<div class="section-header">
<h2>Everything you need to orchestrate AI agents locally.</h2>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-number">1</div>
<h3>Run Multiple Agents</h3>
<p>Launch and manage multiple AI agents simultaneously. Each agent runs locally with its own context, tools, and capabilities.</p>
</div>
<div class="feature-card">
<div class="feature-number">2</div>
<h3>Build Workflows</h3>
<p>Create agentic workflows using Microsoft Agent Framework. Sequential, parallel, handoff patterns with streaming and checkpoints.</p>
</div>
<div class="feature-card">
<div class="feature-number">3</div>
<h3>Any Provider</h3>
<p>Connect to Codex CLI, Claude Code, GitHub Copilot, Gemini through SDK integrations. Or run completely local with LLamaSharp and ONNX.</p>
</div>
<div class="feature-card">
<div class="feature-number">4</div>
<h3>100% Local</h3>
<p>Everything runs on your machine. Your data never leaves your device. No cloud dependency. SQLite persistence. Full privacy.</p>
</div>
<div class="feature-card">
<div class="feature-number">5</div>
<h3>Natural Language First</h3>
<p>Create agents by describing what you need. Generate agent profiles, prompts, and tool configurations from natural language.</p>
</div>
<div class="feature-card">
<div class="feature-number">6</div>
<h3>Observable</h3>
<p>OpenTelemetry integration for tracing every agent action, tool call, and workflow step. Fleet board for real-time monitoring.</p>
</div>
</div>
</div>
</section>
<section id="providers" class="providers-section">
<div class="container">
<div class="section-header">
<h2>Works with your favorite providers.</h2>
<p>Connect to cloud providers or run completely local. No vendor lock-in, no compromises.</p>
</div>
<div class="providers-grid">
<span class="provider-badge">Codex CLI</span>
<span class="provider-badge">Claude Code</span>
<span class="provider-badge">GitHub Copilot</span>
<span class="provider-badge">Gemini</span>
<span class="provider-badge">OpenAI API</span>
<span class="provider-badge">Azure OpenAI</span>
<span class="provider-badge">LLamaSharp (Local)</span>
<span class="provider-badge">ONNX Runtime (Local)</span>
</div>
</div>
</section>
<section id="downloads" class="downloads-section">
<div class="container">
<div class="section-header">
<h2>Download dotPilot.</h2>
<p>Available for macOS, Windows, and Linux. Free and open source.</p>
</div>
<div class="download-cards">
<div class="download-card">
<div class="icon"></div>
<h3>macOS</h3>
<p class="arch">Apple Silicon (arm64)</p>
<a href="{{MACOS_URL}}" class="btn btn-dark">Download .dmg</a>
</div>
<div class="download-card">
<div class="icon">⊞</div>
<h3>Windows</h3>
<p class="arch">x64</p>
<a href="{{WINDOWS_URL}}" class="btn btn-dark">Download .exe</a>
</div>
<div class="download-card">
<div class="icon">⚙</div>
<h3>Linux</h3>
<p class="arch">x64 Snap Package</p>
<a href="{{LINUX_URL}}" class="btn btn-dark">Download .snap</a>
</div>
</div>
</div>
</section>
<section class="tech-section">
<div class="container">
<div class="section-header">
<h2>Built with.</h2>
</div>
<div class="tech-grid">
<span class="tech-badge">C#</span>
<span class="tech-badge">.NET 10</span>
<span class="tech-badge">Uno Platform</span>
<span class="tech-badge">Microsoft Agent Framework</span>
<span class="tech-badge">EF Core</span>
<span class="tech-badge">SQLite</span>
<span class="tech-badge">OpenTelemetry</span>
</div>
</div>
</section>
<section class="cta-section">
<div class="container">
<div class="cta-card">
<h2>Building in public.</h2>
<p>dotPilot is fully open source. Join us on GitHub, watch our progress on YouTube, and help shape the future of local AI agents.</p>
<div class="cta-buttons">
<a href="https://github.com/managedcode/dotPilot" class="btn btn-dark">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
Star on GitHub
</a>
<a href="https://www.youtube.com/@Managed-Code" class="btn btn-outline">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
</svg>
Watch on YouTube
</a>
</div>
<div class="social-links">
<a href="https://www.youtube.com/@Managed-Code" target="_blank" class="social-link">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
</svg>
YouTube
</a>
<a href="https://github.com/managedcode/dotPilot" target="_blank" class="social-link">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
GitHub
</a>
<a href="https://dotpilot.managed-code.com" target="_blank" class="social-link">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<line x1="2" y1="12" x2="22" y2="12"/>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
</svg>
Website
</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-links">
<a href="https://github.com/managedcode/dotPilot" target="_blank">GitHub</a>
<a href="https://www.youtube.com/@Managed-Code" target="_blank">YouTube</a>
<a href="https://github.com/managedcode/dotPilot/issues" target="_blank">Issues</a>
<a href="https://github.com/managedcode/dotPilot/releases" target="_blank">Releases</a>
<a href="/sitemap.xml">Sitemap</a>
</div>
<p>
Open source project by <a href="https://managed-code.com" target="_blank">ManagedCode</a>
</p>
<p class="footer-copyright">
© 2025 ManagedCode. All rights reserved. Licensed under MIT.
</p>
</div>
</footer>
</body>
</html>