Skip to content

3.7.3 - 2026-07-18

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 20:00
86d78e7

Release Notes

Changed

  • The native macOS installer now downloads and updates through the signed universal PKG directly.
    nd300-universal-apple-darwin.pkg is a versionless Developer ID
    Installer-signed, notarized, stapled, Gatekeeper-assessed release asset with
    its own checksum and exact-source attestation. Receipt-proven package updates
    pin that PKG and sidecar to the resolved tag, verify its identity, timestamp,
    ticket, policy, payload, metadata, and version, then open Apple Installer
    without mounting a disk image. The public JSON strategy and installed receipt
    channel identifiers remain stable for compatibility.
  • The legacy DMG remains available for immutable older updaters. Releases
    retain the signed/notarized/stapled versionless DMG and sidecar because
    v3.7.1 and v3.7.2 request that asset. Native Intel and Apple Silicon gates
    install immutable v3.7.2, prove the new DMG's nested package is byte-for-byte
    the direct public PKG, and verify the compatibility package upgrades the
    receipt-bound pair without duplicates. Publishing and attestation therefore
    qualify an exact 32-asset inventory.

Install nd300 3.7.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.7.3/nd300-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.7.3/nd300-installer.ps1 | iex"

Download nd300 3.7.3

File Platform Checksum
nd300-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
nd300-x86_64-apple-darwin.tar.xz Intel macOS checksum
nd300-x86_64-pc-windows-msvc.zip x64 Windows checksum
nd300-x86_64-pc-windows-msvc.msi x64 Windows checksum
nd300-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
nd300-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
nd300-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum