3.3.2 - 2026-06-08
Release Notes
Build/release-infra hardening only — no changes to the nd300/speedqx binaries.
Fixed
- cargo-dist install is no longer blocked by GitHub's flaky installer-script CDN.
ci.yml'sdist-planjob andrelease.yml'splanjob now fetch the prebuilt
distbinary tarball (cargo-dist-x86_64-unknown-linux-gnu.tar.xz, with
curl --retry) and extractdistdirectly, instead of piping
cargo-dist-installer.sh | sh. GitHub's release CDN had repeatedly returned
504 on that small script asset while the.tar.xzstayed available — and
becausedist-planis notcontinue-on-error, it failed the whole CI run and
blocked the crates.io publish (it held up the 3.3.1 release for hours). The
per-targetbuild-local-artifactsjobs still use cargo-dist's platform-detecting
installer for their own runners (each needs a different host tarball).
Install nd300 3.3.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.3.2/nd300-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.3.2/nd300-installer.ps1 | iex"Download nd300 3.3.2
| 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 |