PSSP website packages — 2026-09-14 Source snapshot: d8d0e4980ec132d47aed3c6a6d4b4218da29355b, workspace 1.0.5. Mac broker: rebuilt from the fixed source snapshot with cargo build --locked --release -p pssp-broker. Native arm64. Version, temporary bootstrap and loopback browser portal HTTP startup checked; temporary state removed. Rust workspace tests: 36 passed, 0 failed. Includes TCP/UDP, encrypted session, ACL, portal, management and shared/broadcast delivery integration tests. Mac client: native arm64 Tauri app, frontend production build passed. Restored locked npm dependencies with npm ci. Tauri bundle version overridden to 1.0.5 to match the workspace (original frontend/Tauri metadata says 1.0.0). Source files checked against the captured revision. Extracted ZIP version and GUI process startup checked; app closed after three seconds. Not a notarized public Mac release. Interactive publish/subscribe in the packaged desktop GUI was not tested against a live recorder. Linux broker: existing project dist/pssp-broker_1.0.5_amd64.deb copied unchanged. Inspected Debian control metadata and extracted executable. Version 1.0.5, shared-library resolution and recover-admin command checked on Ubuntu 24.04 x64 under Docker with networking disabled. No fresh Linux compilation or full systemd install/upgrade test performed in this packaging task. SDK: npm-format tarball rebuilt from the snapshot's declared package files, version 1.0.0. No live management provisioning performed. Source archive: captured Git tree plus package provenance; excludes runtime state, logs, credentials, Git history, node_modules and target build output. Historical source docs may describe the retired desktop Access tab; the website pssp.html and PACKAGE-README.md explain the current portal workflow. Linux desktop and Intel Mac binaries are not provided. Those platforms require the source build described on the website. Firmware/WebService integration behavior was read from their local sources; no end-to-end device recording or production deployment was performed. Windows binaries and Mac broker ZIP additions (2026-09-14) - Windows broker: native x86_64-pc-windows-msvc PE executable, release 1.0.5. Fully static CRT; import audit lists only Windows system DLLs. Version, bootstrap, SQLite/config creation and loopback portal startup passed under Wine 9 in an isolated container. ZIP includes a first-run .cmd launcher. - Windows desktop client: native x64 PE executable and NSIS setup executable. Static VC runtime plus Windows UCRT via Tauri's standard build settings. Dependency audit lists Windows system DLLs; the UI requires WebView2. Installer includes Microsoft's WebView2 bootstrapper (internet needed to install that runtime if missing). Installer payload extraction verified against the compiled executable (only Tauri's expected NSIS bundle marker differs). Setup EXE is available directly and in ZIP. - NSIS uses a 32-bit installer stub for the 64-bit application, as expected. The available Wine container lacks its 32-bit runtime, so installation was not executed. Native Windows GUI, WebView2 setup and interactive PSSP desktop usage remain unverified. These Windows binaries are unsigned. - Mac broker: ZIP repackages the already-verified arm64 executable and README; extracted ZIP version check passed. Mac client ZIP remains unchanged. - Windows source: fixed snapshot d8d0e4980ec132d47aed3c6a6d4b4218da29355b. Generated Windows icon resources; bundle version overridden to 1.0.5. Build tools: Rust 1.97.1, cargo-xwin 0.23.1, LLVM/LLD 23.1.1, Tauri CLI 2.11.4 and NSIS 3.12. Locked Cargo/npm dependencies used. Tauri build uses cargo-xwin --target x86_64-pc-windows-msvc with bundle.windows.webviewInstallMode.type=embedBootstrapper. Broker uses target-feature=+crt-static; client uses Tauri runtime defaults. Build references: https://tauri.app/distribute/windows-installer/ https://github.com/rust-cross/cargo-xwin