Full Changelog: v3.0.0...v3.0.1
📦 checksums (sha-256)
2f6773299d4a52bb766ea66069ac2d2f812e475e7c17e5ee428ba79bf4b54744 NetDash-Toolkit-3.0.1-linux-amd64.deb
204ba22e3e96beb6bce5b019a0d5731140650c4370cd6e22ba1abbbf6417ef7e NetDash-Toolkit-3.0.1-linux-x86_64.AppImage
c37f0394db2442d112f83c5db0929756b8fcd9c69863e416ea0f3120fb39c844 NetDash-Toolkit-3.0.1-mac-arm64.dmg
0d02fdcfa6d5d97586a57068de3f943901143f7c9c4224bd762cb4e4ae536da0 NetDash-Toolkit-3.0.1-mac-arm64.zip
a094da923ecc86d1f5cd0c004d8bbb3bffefa965528bb652ca1be66403cd7c32 NetDash-Toolkit-3.0.1-mac-x64.dmg
0af298c0f460225c0ef9a4fb9282ea78b21c0936e16d133b2bac35a73b00f30a NetDash-Toolkit-3.0.1-mac-x64.zip
70f6cd1f1f75aafc236d8742ea2d7449c277d05bd2b6faffc543c73790c3c2b2 NetDash-Toolkit-3.0.1-win-x64-portable.exe
9cdc82c970c3b47b66aa1ba71e6d0471f925332cd55c240b63e01a1e2a2903e5 NetDash-Toolkit-3.0.1-win-x64-setup.exe
343db5861989c0025878842d23308766e8376c999de30b0cc9d4ef309602c3bd netdash-toolkit-v3.0.1-sbom.cdx.json
42f535ba5a32c89c8bc52a20c03e2dc51e7764a1fbc30b7d5301ef74a23e32f3 netdash-toolkit-v3.0.1.intoto.jsonl
verify any download: sha256sum -c checksums.txt --ignore-missing (macos: shasum -a 256 -c checksums.txt --ignore-missing)
🔏 provenance — proof these binaries came from this repo's ci
every asset above was built from v3.0.1 on github-hosted runners, with slsa build level 3 provenance (netdash-toolkit-v3.0.1.intoto.jsonl) and github artifact attestations.
verify with slsa-verifier — works offline, no github account needed:
slsa-verifier verify-artifact NetDash-Toolkit-3.0.1-mac-arm64.dmg \
--provenance-path netdash-toolkit-v3.0.1.intoto.jsonl \
--source-uri github.com/sunnypatell/netdash-toolkit \
--source-tag v3.0.1
or with the github cli:
gh attestation verify NetDash-Toolkit-3.0.1-mac-arm64.dmg --repo sunnypatell/netdash-toolkit
dependency sbom: netdash-toolkit-v3.0.1-sbom.cdx.json (cyclonedx)
💻 install notes
macos — homebrew (recommended):
brew tap sunnypatell/netdash https://github.com/sunnypatell/netdash-toolkit
brew install --cask --no-quarantine netdash
macos — direct download: the app is ad-hoc signed (notarization requires a paid apple developer id), so gatekeeper calls it "damaged" on first launch. clear the quarantine flag after copying to /applications:
xattr -cr "/Applications/NetDash Toolkit.app"
windows: binaries are unsigned; smartscreen warns on first run. verify the checksum/provenance above, then "more info" → "run anyway".
linux: chmod +x NetDash-Toolkit-3.0.1-linux-x86_64.AppImage, or sudo dpkg -i NetDash-Toolkit-3.0.1-linux-amd64.deb