Cascade v0.1.0 (Windows x64)
Cascade v0.1.0 — Windows (x64)
Updated 2026-05-31: fixed a bug where audio was silent on launch (the
bundled track failed to load in the unpackaged build), and added the proper
Cascade app icon (taskbar / window). Re-download if you grabbed an earlier asset.
First Windows build of Cascade, the waterfall white-noise player. This is the
WinUI 3 / .NET shell over the shared headless Rust core (cascade_uniffi.dll,
C ABI + P/Invoke), playing the 13-minute waterfall recording with MediaPlayer
and System Media Transport Controls.
This Windows binary corresponds to the same main tree as v0.1.0; the only
commits between them are Apple-shell changes, so the Windows app is identical.
Download & run
- Download
Cascade-v0.1.0-win-x64.zipbelow and extract it. - Run
win-x64\Cascade.exe.
No install needed — the build is self-contained (bundles its own .NET 8
runtime and the Windows App Runtime), so it runs without installing .NET or the
WinAppSDK separately.
Requirements
- Windows 10 version 2004 (build 19041) or later, 64-bit (x64).
Notes
- This build is unsigned, so Windows SmartScreen may warn on first launch
("Windows protected your PC" → More info → Run anyway). A code-signed
build (via SignPath's free OSS signing) is planned for a following release. - Includes the bundled
Assets\waterfall.mp3audio.
Built locally with the Rust gnu toolchain + user-scoped .NET 8 SDK.