You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify product form factors and add How to Get It sections
Each product now has a one-line descriptor explaining what it is:
- Multikernel Cloud: "Cloud-optimized Linux distribution"
- Multikernel Sandbox: "AI agent sandboxing runtime"
- Multikernel Upgrade: "Zero-downtime kernel upgrade tool"
Added "How to Get It" section to each product page with Open Source
(GitHub) and Enterprise (demo call) tiers so visitors understand
the delivery model. Updated nav dropdown subtitles to match.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: index.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ <h2 class="section-title">Isolation Built into the Architecture</h2>
124
124
<span>Products</span>
125
125
</div>
126
126
<h2class="section-title">Built on Split-Kernel Architecture</h2>
127
-
<pclass="section-subtitle">Three products that deliver the benefits of split-kernel architecture for different use cases: cloud performance, AI sandboxing, and zero-downtime kernel upgrades.</p>
127
+
<pclass="section-subtitle">Three open-source software products built on split-kernel architecture. Download from GitHub, deploy on your infrastructure.</p>
128
128
</div>
129
129
130
130
<divclass="cards-grid">
@@ -133,6 +133,7 @@ <h2 class="section-title">Built on Split-Kernel Architecture</h2>
<pclass="capability-description">Split-kernel architecture for cloud workloads. Eliminate noisy neighbors, remove virtualization overhead, and get bare-metal performance inside any standard cloud VM.</p>
<pclass="capability-description">Kernel-level sandboxing for AI agents. Each agent runs in its own kernel with full GPU access and strong isolation. No nested virtualization required.</p>
<pclass="capability-description">Zero-downtime kernel upgrades with instant rollback. Apply security patches and kernel updates without rebooting or interrupting running workloads.</p>
<pclass="section-subtitle">Multikernel Sandbox is open-source software you deploy on your own infrastructure. Available as a free download with optional enterprise support.</p>
130
+
</div>
131
+
132
+
<divclass="cards-grid">
133
+
<divclass="capability-card">
134
+
<divclass="capability-icon">
135
+
<idata-lucide="github"></i>
136
+
</div>
137
+
<h3class="capability-title">Open Source</h3>
138
+
<pclass="capability-description">Download and build from source. Deploy AI agent sandboxes on any Linux machine with full GPU access. Community support via GitHub issues.</p>
<pclass="capability-description">Pre-configured sandbox images, priority support, and integration assistance for your AI infrastructure. SLA-backed response times.</p>
Copy file name to clipboardExpand all lines: products/platform.html
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,4 +129,43 @@ <h3 class="feature-title">100% Open Source</h3>
129
129
</div>
130
130
</div>
131
131
</section>
132
+
133
+
<sectionid="get-it" class="value-section">
134
+
<divclass="section-container">
135
+
<divclass="section-header">
136
+
<h2class="section-title">How to Get It</h2>
137
+
<pclass="section-subtitle">Multikernel Cloud is open-source software you install on your own infrastructure. Available as a free download with optional enterprise support.</p>
138
+
</div>
139
+
140
+
<divclass="cards-grid">
141
+
<divclass="capability-card">
142
+
<divclass="capability-icon">
143
+
<idata-lucide="github"></i>
144
+
</div>
145
+
<h3class="capability-title">Open Source</h3>
146
+
<pclass="capability-description">Download and build from source. Full access to the multikernel kernel, Kerf orchestration, and DAXFS. Community support via GitHub issues.</p>
<pclass="capability-description">Validated kernel builds, priority support, and custom kernel configurations tuned for your workloads and cloud environment. SLA-backed response times.</p>
<pclass="section-subtitle">Multikernel Upgrade is open-source software you install on your own infrastructure. Available as a free download with optional enterprise support.</p>
141
+
</div>
142
+
143
+
<divclass="cards-grid">
144
+
<divclass="capability-card">
145
+
<divclass="capability-icon">
146
+
<idata-lucide="github"></i>
147
+
</div>
148
+
<h3class="capability-title">Open Source</h3>
149
+
<pclass="capability-description">Download and build from source. Perform zero-downtime kernel upgrades on any multikernel-enabled system. Community support via GitHub issues.</p>
<pclass="capability-description">Managed upgrade workflows, priority support, and validated kernel update paths for your production environment. SLA-backed response times.</p>
0 commit comments