Skip to content

Getting started

Darkly runs anywhere WebGPU does. To develop:

  • Rust (stable) with wasm-pack installed.
  • Node.js 18 or newer.
  • A browser with WebGPU enabled — Chrome 113+, Edge 113+, or Firefox Nightly.
Terminal window
git clone https://github.com/darkly-art/darkly
cd darkly
npm install
npm --prefix frontend run start

The dev server runs at https://localhost:5173 with a self-signed certificate.

The website and docs live under website/:

Terminal window
npm --prefix website run dev