Just Work Audio 0.3.3 — Windows

Track announcer (built-in device voices); Piper not shipped; Ask Grok out · 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.3-windows-x64-signed.exe"
$fs = [System.IO.File]::Create($out)
0..4 | ForEach-Object {
  $p = "JW-Audio-0.3.3-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.3-windows-x64-signed.exe.part-0{0,1,2,3,4} > JW-Audio-0.3.3-windows-x64-signed.exe
sha256sum JW-Audio-0.3.3-windows-x64-signed.exe

3. Verify SHA-256 of joined exe

d4458883d64dd9e84c4ea21e3cb07b40a87f6b8124cbf8e13ef1026968fbfd4e

Size 92,065,144 bytes · filename JW-Audio-0.3.3-windows-x64-signed.exe

← hoyhoy.ai · latest.json