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

Getting Started

Glyx 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 — Glyx 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 Glyx runtime is distributed as a pre-built binary.

Quick install

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

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

Next steps