Skip to content

Releases: backrunner/wvst

WVST v0.1.0-alpha.3

WVST v0.1.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:59
5122476

[0.1.0-alpha.3] - 2026-09-07

Added

  • macOS release signing with Developer ID, hardened runtime, Apple notarization,
    stapled DMG tickets, Gatekeeper assessment and mounted-content verification.
  • Worker-only third-party library entitlement; Bridge keeps library validation.
  • Required Apple signing/notarization credentials are checked before release
    builds. The published alpha.2 archives remain unsigned and unchanged.

Downloads and verification

Choose the archive matching your CPU and OS, verify SHA256SUMS, then extract
the entire directory and follow its README. For macOS, open the Developer ID
signed and notarized DMG and copy its entire WVST folder to a local directory.
DMGs carry stapled Apple tickets and pass Gatekeeper; only the host worker
permits third-party plugin libraries. Windows/Linux archives are unsigned
and experimental. No service is installed and no third-party plugin
certification is claimed.

The SDK tarball can be installed from a local file with npm; no npm registry
publication occurs. release-manifest.json records hashes and the exact
source commit. Keep Bridge and host worker from the same archive when updating.

中文发布与升级指南:https://wvst-docs.pages.dev/docs/zh/releases
English release guide: https://wvst-docs.pages.dev/docs/releases

WVST v0.1.0-alpha.2

WVST v0.1.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:15
5f0c317

[0.1.0-alpha.2] - 2026-09-07

Added

  • First distributable developer preview of the Bridge, isolated VST3 worker,
    WebAudio SDK and bilingual Live Studio. Includes plugin discovery, isolated
    instance lifecycle, parameter/state/MIDI primitives, shared-buffer audio
    transport, diagnostics, and a redesigned browser demo.

Fixed

  • Accept Windows CRLF checkouts when checking the generated SDK version,
    while continuing to reject actual version drift. Check product versions on
    macOS and Windows in normal CI before attempting release packaging.

Release history

  • The alpha.1 tag is retained for traceability, but its Windows packaging gate
    failed and no release was published. This version replaces that attempt.
  • Preview limitations still apply: unsigned native binaries,
    macOS-first plugin support, and experimental Windows/Linux builds.

Downloads and verification

Choose the archive matching your CPU and OS, verify SHA256SUMS, then extract
the entire directory and follow its README. Native bundles are portable,
unsigned developer previews; no service is installed. macOS is the first
plugin target; Windows/Linux builds are experimental. No Developer ID
notarization, Authenticode or third-party plugin certification is claimed.

The SDK tarball can be installed from a local file with npm; no npm registry
publication occurs. release-manifest.json records hashes and the exact
source commit. Keep Bridge and host worker from the same archive when updating.

中文发布与升级指南:https://wvst-docs.pages.dev/docs/zh/releases
English release guide: https://wvst-docs.pages.dev/docs/releases

Full changelog: https://github.com/backrunner/wvst/blob/v0.1.0-alpha.2/CHANGELOG.md