|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | -<title>dirge — The Minimal Rust Coding Agent</title> |
7 | | -<meta name="description" content="dirge is a minimal, high-performance AI coding agent for your terminal. ~8MB RAM idle, ~36MB binary, built in Rust. Keeps even small models on the rails." /> |
| 6 | +<title>dirge — The Batteries-Included Rust Coding Agent</title> |
| 7 | +<meta name="description" content="dirge is a batteries-included AI coding agent for your terminal — MCP, LSP, plugins, code intelligence, and memory, all built in. ~8MB RAM idle, ~36MB binary. Native Rust, no runtime." /> |
8 | 8 | <meta name="keywords" content="AI coding agent, terminal AI, Rust, TUI, LLM, CLI agent, coding assistant" /> |
9 | 9 | <meta name="color-scheme" content="light dark" /> |
10 | 10 | <meta name="theme-color" content="#0d1117" media="(prefers-color-scheme: dark)" /> |
11 | 11 | <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" /> |
12 | | -<meta property="og:title" content="dirge — The Minimal Rust Coding Agent" /> |
13 | | -<meta property="og:description" content="Minimal, high-performance AI coding agent for your terminal. ~8MB RAM idle, ~36MB binary. Built in Rust." /> |
| 12 | +<meta property="og:title" content="dirge — The Batteries-Included Rust Coding Agent" /> |
| 13 | +<meta property="og:description" content="A batteries-included AI coding agent for your terminal — MCP, LSP, plugins, code intelligence, and memory, all built in. ~8MB RAM idle, ~36MB binary. Native Rust." /> |
14 | 14 | <meta property="og:url" content="https://dirge-code.github.io/" /> |
15 | 15 | <meta property="og:type" content="website" /> |
16 | 16 | <meta property="og:image" content="https://dirge-code.github.io/img/dirge1.jpg" /> |
|
528 | 528 | <!-- ═══ HERO ═══ --> |
529 | 529 | <section class="hero sec"> |
530 | 530 | <div class="hero-tag">GPL-3.0 · Rust · <b>on crates.io</b></div> |
531 | | - <h1><em>dirge</em> — The Minimal<br>Rust Coding Agent</h1> |
| 531 | + <h1><em>dirge</em> — The Batteries-Included<br>Rust Coding Agent</h1> |
532 | 532 | <p class="lede"> |
533 | | - A fast, native coding agent that lives in your terminal — <b>~8 MB RAM</b> |
534 | | - idle, <b>~36 MB binary</b>, no runtime. Built to keep even small, cheap |
535 | | - models on the rails: it <b>repairs malformed tool calls</b>, validates every edit |
536 | | - through <b>tree-sitter before it touches disk</b>, and <b>escalates to a stronger |
537 | | - model</b> when a task stalls. |
| 533 | + Everything on by default — <b>MCP, LSP, ACP</b>, a <b>Janet plugin system</b>, |
| 534 | + tree-sitter <b>code intelligence</b>, and <b>self-improving memory</b>. Yet it's |
| 535 | + native Rust: <b>~8 MB RAM</b> idle, <b>~36 MB binary</b>, no runtime. |
| 536 | + And an agent loop built to keep even small, cheap models on the rails. |
538 | 537 | </p> |
539 | 538 | <div class="hero-act"> |
540 | 539 | <a href="#install" class="btn btn-pri">▸ Get started</a> |
@@ -1266,7 +1265,7 @@ <h2 class="sec-title">Frequently <em>asked</em></h2> |
1266 | 1265 | <div> |
1267 | 1266 | <h5>dirge</h5> |
1268 | 1267 | <p style="color:var(--fg-dim);font-size:13px;line-height:1.6"> |
1269 | | - The minimal Rust coding agent.<br> |
| 1268 | + The batteries-included Rust coding agent.<br> |
1270 | 1269 | Terminal-first. Resource-efficient.<br> |
1271 | 1270 | GPL-3.0 license. |
1272 | 1271 | </p> |
|
0 commit comments