SuperConvolver 1.0.2
SuperConvolver 1.0.2 — fixes the plugin/app failing to load off the build machine.
What was wrong (1.0.0 / 1.0.1)
The bundles referenced libwgpu_native.dylib (the GPU runtime) by an absolute build-cache path instead of from inside the bundle. On the build machine that path exists, so it passed every check — but on another Mac the standalone crashed at launch (Library not loaded: @rpath/libwgpu_native.dylib) and the AU/VST3/CLAP showed no editor / "couldn't load". Fixed: the dylib now loads via @loader_path from inside each bundle. Verified self-contained with the build cache removed (CLAP dlopen + standalone launch both succeed), and a new build-time validator now fails any non-relocatable bundle so this can't ship again.
One installer now
SuperConvolver-1.0.2.pkg— a single notarized installer; the Customize pane selects AU / VST3 / CLAP / Standalone app / Diagnostics helper. (No more separate DMGs.)
Still Apple Silicon native
arm64-only. Run your DAW natively, not under Rosetta (Get Info → uncheck "Open using Rosetta"). If anything won't load, install the Diagnostics component and send back the Desktop .zip.
Signed + notarized. Preview build.