Skip to content

quoxBring the web stack to the desktop

Built on TypeScript, Deno, Wasm, WebGPU, and FFI

Quickstart

quox lets you build a full desktop application in two lines of code and no build step.

tsx
/** @jsxImportSource npm:preact */

import { renderToWindow } from "jsr:@quoxlabs/quox";

await renderToWindow(<h1>Hello, world!</h1>);

You can directly run this with Deno:

sh
deno --allow-ffi https://quox.dev/main.tsx

Current progress:

OSSupport
Windows✅ yes
Linux/X11✅ yes
Linux/Wayland✅ yes, with --allow-env=WAYLAND_DISPLAY
Mac🚧 in progress

Are you ready? Join us!