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
Copy file name to clipboardExpand all lines: package.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
{
2
2
"name": "bunmaska",
3
3
"version": "0.1.0-alpha.7",
4
-
"description": "Electron minus Chromium, powered by Bun and WebKit. Same APIs, 23MB downloads, zero native builds - native modules are just .ts files.",
4
+
"description": "Electron minus Chromium, powered by Bun and WebKit: a drop-in Electron replacement and lightweight Electron alternative. Same APIs, no bundled Chromium, 23MB downloads, native modules that are just .ts files.",
Copy file name to clipboardExpand all lines: website/src/components/roadmap/WindowsDetail.astro
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ const cards = [
16
16
},
17
17
{
18
18
t: "Still the expensive platform",
19
-
d: "Windows has no system WebKit, so we ship and maintain the WinCairo engine ourselves - CVE treadmill and all. That's why hosting the WinCairo builds is on the alpha.7 stop: a Windows app has to be able to fetch its engine.",
19
+
d: "Windows has no system WebKit, so we ship and maintain the WinCairo engine ourselves - CVE treadmill and all. That's why the engine feed exists: a Windows app fetches its signed engine from engines.bunmaska.org, and tracking WPE's stable train there is the alpha.8 stop.",
Copy file name to clipboardExpand all lines: website/src/pages/about.astro
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import { GITHUB, NPM, VERSION } from "../site";
6
6
7
7
const title ="About Bunmaska";
8
8
const description =
9
-
"Bunmaska (one word, capital B) is a desktop app framework - a drop-in Electron replacement built on Bun and the system WebKit. What the name means, who makes it, and what it is not.";
9
+
"Bunmaska (one word, capital B) is a desktop app framework - a drop-in Electron replacement built on Bun and WebKit. What the name means, who makes it, and what it is not.";
10
10
---
11
11
12
12
<Basetitle={title}description={description}>
@@ -66,7 +66,7 @@ const description =
66
66
<p>
67
67
If you quote one sentence about this project, make it this one:
68
68
<em>Bunmaska is a drop-in Electron replacement built on Bun and the
69
-
system WebKit - no bundled Chromium, and native modules that are just
69
+
WebKit - no bundled Chromium, and native modules that are just
Copy file name to clipboardExpand all lines: website/src/pages/alternatives.astro
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
---
2
+
import { Icon } from"astro-icon/components";
2
3
importBasefrom"../layouts/Base.astro";
3
4
importNavfrom"../components/Nav.astro";
4
5
importFooterfrom"../components/Footer.astro";
5
6
import { faq, faqPageJsonLd } from"../faq";
6
7
7
-
const title ="A lightweight Electron alternative without Chromium";
8
+
const title ="Electron alternatives in 2026: lightweight, without Chromium";
8
9
const description =
9
10
"bunmaska is an Electron alternative built on Bun and system WebKit - no bundled Chromium, no CVE re-ship treadmill, a drop-in API. Honest alpha status inside.";
10
11
---
@@ -99,7 +100,7 @@ const description =
99
100
}
100
101
101
102
<pclass="mt-10">
102
-
<aclass="btn btn-accent"href="/docs/quickstart">Get started →</a>
0 commit comments