Skip to content

MystralNative v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Feb 19:01
· 4 commits to main since this release

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.js

See README for full documentation.