MystralNative v0.1.2
A lightweight, cross-platform runtime for JavaScript games using WebGPU.
Downloads
macOS (Apple Silicon - ARM64):
| JS Engine | WebGPU Backend | Download |
|---|---|---|
| QuickJS | wgpu | mystral-macOS-arm64-quickjs-wgpu.zip |
| V8 | wgpu | mystral-macOS-arm64-v8-wgpu.zip |
| JSC | wgpu | mystral-macOS-arm64-jsc-wgpu.zip |
| QuickJS | Dawn | mystral-macOS-arm64-quickjs-dawn.zip |
| V8 | Dawn | mystral-macOS-arm64-v8-dawn.zip |
| JSC | Dawn | mystral-macOS-arm64-jsc-dawn.zip |
macOS (Intel - x64):
| JS Engine | WebGPU Backend | Download |
|---|---|---|
| JSC | Dawn | mystral-macOS-x64-jsc-dawn.zip |
Linux (x64):
| JS Engine | WebGPU Backend | Download |
|---|---|---|
| QuickJS | wgpu | mystral-linux-x64-quickjs-wgpu.zip |
| V8 | wgpu | mystral-linux-x64-v8-wgpu.zip |
| QuickJS | Dawn | mystral-linux-x64-quickjs-dawn.zip |
| V8 | Dawn | mystral-linux-x64-v8-dawn.zip |
Windows (x64):
| JS Engine | WebGPU Backend | Download |
|---|---|---|
| QuickJS | wgpu | mystral-windows-x64-quickjs-wgpu.zip |
| V8 | wgpu | mystral-windows-x64-v8-wgpu.zip |
| QuickJS | Dawn | mystral-windows-x64-quickjs-dawn.zip |
| V8 | Dawn | mystral-windows-x64-v8-dawn.zip |
Recommended Configurations
- macOS:
jsc-wgpu(uses system JavaScriptCore, best performance) - Linux:
quickjs-wgpu(smallest binary, good performance) - Windows:
v8-wgpu(best JS performance)
Quick Start
# Extract and run
unzip mystral-<platform>.zip
./mystral run your-game.jsSee README for full documentation.