Unofficial community Windows client — Stable r2 prerelease documentation
此 prerelease 没有 Authenticode 代码签名,Windows 可能显示“未知发布者”。SHA-256 证明下载字节是否与发布资产一致,但不能证明发布者身份,也不能把 unsigned 构建变成已签名软件。
在 PowerShell 中进入下载目录后运行:
Get-Item -LiteralPath '.\HarnessDesk-Setup-0.1.0-rc.1-x64.exe' | Select-Object Name, Length
Get-FileHash -Algorithm SHA256 -LiteralPath '.\HarnessDesk-Setup-0.1.0-rc.1-x64.exe'
Get-AuthenticodeSignature -LiteralPath '.\HarnessDesk-Setup-0.1.0-rc.1-x64.exe' |
Select-Object Status, StatusMessage
预期:
185,132,998 bytesBFA4B4D04D4F9D9DFF97428A88449989EB97CEBB7CA5F4134A27B48EED3F61DBNotSigned任一项不一致都不要运行。不要关闭 SmartScreen、不要修改系统安全策略,也不要执行绕过命令。
This prerelease has no Authenticode signature, so Windows may show “Unknown publisher.” SHA-256 proves that downloaded bytes match the release asset; it does not establish publisher identity or make an unsigned build signed.
From PowerShell in the download directory, run the commands above. Expected values are exactly 185,132,998 bytes, SHA-256 BFA4B4D04D4F9D9DFF97428A88449989EB97CEBB7CA5F4134A27B48EED3F61DB, and Authenticode status NotSigned.
Do not run the installer if any value differs. Do not disable SmartScreen, weaken system policy, or use bypass commands.
旧 DeepSeek-Harness-Setup-0.1.0-rc.6-x64.exe 已知两次冷启动失败,并有卸载残留,只保留用于归档和问题复现。其 SHA-256 是 B16ABD84241A1515C15698BE1B21C391AE520E3FFDC4BFCB7FBC93C9A4F92407,不得与当前 HarnessDesk 候选混用。