Just Work Audio 0.3.2 — Windows

Ask Grok removed · signed by Warwick Hoy (SSL.com) · on-site CDN parts (Cloudflare Pages ~25 MiB/file). SmartScreen may still prompt — More info → Run anyway.

1. Download all five parts

part-00 part-01 part-02 part-03 part-04

Also: REASSEMBLE-WINDOWS.txt · SHA256SUMS.txt · Android APK

2. Reassemble (PowerShell)

$out = "JW-Audio-0.3.2-windows-x64-signed.exe"
$fs = [System.IO.File]::Create($out)
0..4 | ForEach-Object {
  $p = "JW-Audio-0.3.2-windows-x64-signed.exe.part-{0:D2}" -f $_
  $bytes = [System.IO.File]::ReadAllBytes($p)
  $fs.Write($bytes, 0, $bytes.Length)
}
$fs.Close()
Get-FileHash $out -Algorithm SHA256

Or bash / Git Bash / WSL

cat JW-Audio-0.3.2-windows-x64-signed.exe.part-0{0,1,2,3,4} > JW-Audio-0.3.2-windows-x64-signed.exe
sha256sum JW-Audio-0.3.2-windows-x64-signed.exe

3. Verify SHA-256 of joined exe

333beaaf43a7fd2d299c3a50c1b394f514bc72f3a50cc1d060110e3a961929f9

Size 92,002,720 bytes · filename JW-Audio-0.3.2-windows-x64-signed.exe

← hoyhoy.ai · latest.json