🚧 VeloxKit is pre-release software. APIs may change before v1.0. Get started →
Documentation
Getting Started
Overview

Getting Started

VeloxKit lets you build native desktop applications using React. Your UI renders directly to the GPU via wgpu + Vello — no WebView, no Chromium, no Electron.

⚠️

Pre-release — VeloxKit is under active development. APIs marked Experimental may change before v1.0.

Prerequisites

  • Node.js 20 or later
  • npm 9+ or pnpm 8+
  • A supported platform: Windows 10+, macOS 12+, or Linux (glibc 2.35+)

No Rust toolchain required. The VeloxKit runtime is distributed as a pre-built binary.

Quick install

npx veloxkit-cli create my-app
cd my-app
veloxkit dev

A native window appears in about 50ms. You're now running a live-reloading VeloxKit app.

Next steps