Skip to content

Commit d28efe5

Browse files
committed
fix: update landing page binary size to ~8 MB static to match release binary
(CGO_ENABLED=0, -s -w, stripped = 7.7 MB static)
1 parent 4fd44dd commit d28efe5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>odek · ~11 MB, zero-framework Go agent runtime</title>
6+
<title>odek · ~8 MB, zero-framework Go agent runtime</title>
77
<meta name="description" content="odek — the fastest, minimal Go autonomous agent runtime. One binary. One loop. Zero frameworks.">
88
<link rel="canonical" href="https://kode.21no.de/">
99
<meta property="og:type" content="website">
1010
<meta property="og:url" content="https://kode.21no.de/">
1111
<meta property="og:title" content="odek — Go Autonomous Agent Runtime">
12-
<meta property="og:description" content="The fastest, minimal Go autonomous agent runtime. ~11 MB static binary, zero frameworks. ReAct agent with persistent memory, MCP, sandbox, and Web UI.">
12+
<meta property="og:description" content="The fastest, minimal Go autonomous agent runtime. ~8 MB static binary, zero frameworks. ReAct agent with persistent memory, MCP, sandbox, and Web UI.">
1313
<meta property="og:image" content="https://kode.21no.de/og-image.png">
1414
<meta name="twitter:card" content="summary_large_image">
1515
<meta name="twitter:title" content="odek — Go Autonomous Agent Runtime">
16-
<meta name="twitter:description" content="The fastest, minimal Go autonomous agent runtime. ~11 MB static binary, zero frameworks.">
16+
<meta name="twitter:description" content="The fastest, minimal Go autonomous agent runtime. ~8 MB static binary, zero frameworks.">
1717
<meta name="keywords" content="Go, autonomous agent, AI agent, LLM, ReAct, MCP, Docker sandbox, CLI, zero-dependency, open-source">
1818
<meta name="robots" content="index, follow">
1919
<link rel="stylesheet" href="https://assets.21no.de/fonts/fonts.css">
@@ -313,7 +313,7 @@
313313
<section class="hero">
314314
<div class="container">
315315
<h1>odek</h1>
316-
<p class="sub"><span class="size">~11 MB</span> · Zero frameworks.<br>Think, therefore act.</p>
316+
<p class="sub"><span class="size">~8 MB</span> · Zero frameworks.<br>Think, therefore act.</p>
317317

318318
<div class="install-block">
319319
<code>go install github.com/BackendStack21/kode/cmd/odek@latest</code>
@@ -331,7 +331,7 @@ <h2>The <span class="hl">Five Whys</span></h2>
331331
<ul class="whys">
332332
<li>
333333
<span class="q">Why?</span>
334-
<span class="a">Because every AI agent framework today ships a <strong>200-package dependency tree</strong> and a 200 MB Python venv. odek is an <strong>~11 MB static binary</strong> with <strong>minimal dependencies</strong> — everything else is Go stdlib.</span>
334+
<span class="a">Because every AI agent framework today ships a <strong>200-package dependency tree</strong> and a 200 MB Python venv. odek is an <strong>~8 MB static binary</strong> with <strong>minimal dependencies</strong> — everything else is Go stdlib.</span>
335335
</li>
336336
<li>
337337
<span class="q">Why?</span>
@@ -529,7 +529,7 @@ <h2>odek vs <span class="hl">the rest</span></h2>
529529
</thead>
530530
<tbody>
531531
<tr><td>Direct dependencies</td><td class="win">Minimal — Go stdlib</td><td>200+ packages</td></tr>
532-
<tr><td>Binary size</td><td class="win">~11 MB static</td><td>50–200 MB (venv)</td></tr>
532+
<tr><td>Binary size</td><td class="win">~8 MB static</td><td>50–200 MB (venv)</td></tr>
533533
<tr><td>Startup</td><td class="win">Instant</td><td>2–10 seconds</td></tr>
534534
<tr><td>Sandbox</td><td class="win"><code>--sandbox</code> flag</td><td>Manual Docker setup</td></tr>
535535
<tr><td>Tool interface</td><td class="win">One interface, one method</td><td>Class hierarchies + decorators</td></tr>

0 commit comments

Comments
 (0)