NextTrace

一款追求轻量化的开源可视化路由跟踪工具。

Automated Install

  • Linux

    • 一键安装脚本

      curl nxtrace.org/nt | bash
       
    • 从 nxtrace的APT源安装

      • 支持 AMD64/ARM64 架构
        echo "deb [trusted=yes] https://github.com/nxtrace/nexttrace-debs/releases/latest/download ./" |
        sudo tee /etc/apt/sources.list.d/nexttrace.list
        sudo apt update
        sudo apt install nexttrace
         
      • APT源由 wcbing, nxtrace 维护
    • Arch Linux AUR 安装命令

      • 直接下载bin包(仅支持amd64)
        yay -S nexttrace-bin
         
      • 从源码构建(仅支持amd64)
        yay -S nexttrace
         
      • AUR 的构建分别由 ouuan, huyz 维护
    • Linuxbrew 安装命令

      同macOS Homebrew安装方法(homebrew-core版仅支持amd64)

    • Deepin 安装命令

      apt install nexttrace
       
    • x-cmd 安装命令

      x env use nexttrace
       
    • Termux 安装命令

      pkg install root-repo
      pkg install nexttrace
       
  • macOS

    • macOS Homebrew 安装命令
      • homebrew-core版
        brew install nexttrace
         
      • 本仓库ACTIONS自动构建版(更新更快)
        brew tap nxtrace/nexttrace && brew install nxtrace/nexttrace/nexttrace
         
      • homebrew-core 构建由 chenrui333 维护,请注意该版本更新可能会落后仓库Action自动构建版本
  • Windows

    • Windows WinGet 安装命令

      • WinGet 版
        winget install nexttrace
         
      • WinGet 构建由 Dragon1573 维护
    • Windows Scoop 安装命令

      • scoop-extras 版
      scoop bucket add extras && scoop install extras/nexttrace
       
      • scoop-extra 由 soenggam 维护

请注意,以上多种安装方式的仓库均由开源爱好者自行维护,不保证可用性和及时更新,如遇到问题请联系仓库维护者解决,或使用本项目官方编译提供的二进制包。

此文章对您是否有帮助? 1 用户发现这个很有用 (1 投票)