TRED ORDERHUB

TRED OrderHub for Windows

Official Windows x64 installer for the controlled test channel.

Release details

Version
1.0.14
Build
1014
Platform
Windows x64
Channel
Test Channel
Size
146,744,717 bytes (144.6 MB)
SHA-256
9e23e7793a0653e9fd910d70608c2cc25cf346a2dbae72ba58ac10a6294047d3

Unsigned test build. Windows SmartScreen may show an Unknown Publisher or reputation warning after the download. This is separate from download transport.

Diagnostic downloads

Both files use direct CDN navigation with no fetch, blob, sign-in, or streaming function.

Supported Windows architectures

  • Windows x64 (AMD64) — supported. Windows 10 1809 or newer.
  • Windows ARM64 — not officially supported yet. Requires a separate ARM64 build.
  • Windows 32-bit (x86) — not supported. The application payload is 64-bit only.

Build 1011 is the Windows release candidate: it keeps the Build 1010 packaging fix (the print-service module is staged, so the local dispatch engine boots and listens on 127.0.0.1:54652) and adds the Print Node presence fixes plus packaging hygiene — the app no longer spawns console tooling to resolve its device identity. Installer technology, Electron runtime, Node runtime and service binaries are unchanged, so any device that ran 1006–1010 is architecturally compatible. If Windows says “This app can’t run on your PC”, the local file is almost certainly incomplete or was modified/quarantined by antivirus — verify with the checks below.

Antivirus evidence (do not disable protection)

If Windows reported “Virus detected”, run this in PowerShell and send the output. It returns the real threat name, severity and action taken.

Get-MpThreatDetection | Sort-Object InitialDetectionTime -Descending | Select-Object -First 5 ThreatID, Resources, InitialDetectionTime, CleaningActionID, ActionSuccess
Get-MpThreat | Select-Object ThreatName, SeverityID, CategoryID, DidThreatExecute
Get-WinEvent -LogName "Microsoft-Windows-Windows Defender/Operational" -MaxEvents 20 | Where-Object Id -in 1116,1117 | Format-List TimeCreated, Message
Get-AuthenticodeSignature ".\TRED-OrderHub-Setup-1.0.14.exe" | Select-Object Status, StatusMessage

1 · Check your device type

Settings → System → About → System type, or run in PowerShell:

echo $env:PROCESSOR_ARCHITECTURE; (Get-CimInstance Win32_ComputerSystem).SystemType; [System.Environment]::OSVersion.Version

Expected for this installer: AMD64. If it shows ARM64, this build will not run.

2 · Verify the downloaded file

Get-FileHash ".\TRED-OrderHub-Setup-1.0.14.exe" -Algorithm SHA256; (Get-Item ".\TRED-OrderHub-Setup-1.0.14.exe").Length

Expected SHA-256: 9e23e7793a0653e9fd910d70608c2cc25cf346a2dbae72ba58ac10a6294047d3 · Expected size: 146,744,717 bytes.

3 · Windows transport check

Run this command manually in PowerShell to compare curl.exe with the Edge download on the same device.

curl.exe -L -o "$env:USERPROFILE\Downloads\TRED-OrderHub-Setup-1.0.14.exe" "https://tredorderhub.com/__l5e/assets-v1/5447c57e-ff0f-45cd-a021-b0261935337d/TRED-OrderHub-Setup-1.0.14.exe"