EXE
WinGet
NextTrace
NextTrace Community · 1.6.2 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
nexttrace_windows_386.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
NextTrace.NextTrace.Core
Version
1.6.2
Description
NextTrace, an open source visual route tracking CLI tool
License
GPL-3.0
↗
Installer URL
https://github.com/nxtrace/NTrace-core/releases/download/v1.6.2/nexttrace_windows_386.exe
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
- 进一步补强 --source / --dev 的跨平台行为:macOS / Linux 上会绑定到指定源网卡;Windows 上 --dev 继续只用于选择 source address,不再进入不受支持的绑定路径,相关错误提示也更明确
- 补强 Darwin 抓包兼容性:TCP / UDP 的本机定向抓包不再强制请求 promisc,修复部分 macOS 环境下 pcap open failed ... Cannot set as promisc 导致 --tcp / UDP 探测不可用的问题
- 改进 Windows 下的 WinDivert 运行时容错:缺少 runtime 时不再直接崩溃,共享打开路径增加 panic 防护,并同步调整 --init 的说明与行为
- 收紧 source-device、sniff handle 与相关运行时校验,避免不支持的平台或无效句柄进入错误路径
- 更新依赖:github.com/fatih/color 升级到 v1.19.0,github.com/mattn/go-runewidth 升级到 v0.0.2…