No Electron
Electron adds tremendous complexity by bundling Chromium and Node.js, quox avoids this entirely
Built on TypeScript, Deno, Wasm, WebGPU, and FFI
quox lets you build a full desktop application in two lines of code and no build step.
/** @jsxImportSource npm:preact */
import { renderToWindow } from "jsr:@quoxlabs/quox";
await renderToWindow(<h1>Hello, world!</h1>);You can directly run this with Deno:
deno --allow-ffi https://quox.dev/main.tsxCurrent progress:
| OS | Support |
|---|---|
| Windows | ✅ yes |
| Linux/X11 | ✅ yes |
| Linux/Wayland | ✅ yes, with --allow-env=WAYLAND_DISPLAY |
| Mac | 🚧 in progress |
Are you ready? Join us!