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 devA native window appears in about 50ms. You're now running a live-reloading VeloxKit app.
Next steps
- Installation — install options and platform notes
- Your First App — walkthrough of the default project
- Project Structure — what each file does
- Core Concepts — how VeloxKit works under the hood