Just Work Email 0.5.4 — Windows

Ask Grok build · on-site CDN parts (Cloudflare Pages ~25 MiB/file). Windows installer is unsigned staging.

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-Email-0.5.4-windows-x64.exe"
$fs = [System.IO.File]::Create($out)
0..4 | ForEach-Object {
  $p = "JW-Email-0.5.4-windows-x64.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-Email-0.5.4-windows-x64.exe.part-0{0,1,2,3,4} > JW-Email-0.5.4-windows-x64.exe
sha256sum JW-Email-0.5.4-windows-x64.exe

3. Verify SHA-256 of joined exe

88ad86ebd587b97bbcdd7c066c29866a530a9f841259c77bd764dcc061e51f6d

Size 95,282,165 bytes · filename JW-Email-0.5.4-windows-x64.exe

← hoyhoy.ai · latest.json