Skip to content

Nuwax CLI v1.0.76

Choose a tag to compare

@github-actions github-actions released this 29 Jan 09:23
· 1 commit to main since this release

🦆 Nuwax CLI Release v1.0.76

📥 下载说明

请根据您的操作系统和架构选择合适的版本:

🍎 macOS

  • nuwax-cli-macos-universal.tar.gz - 通用版本(推荐)
    • 同时支持 Intel (x86_64) 和 Apple Silicon (ARM64) 芯片
    • 系统会自动选择合适的架构运行

🐧 Linux

  • nuwax-cli-linux-amd64.tar.gz - 适用于 x86_64 架构(动态链接,需要 GLIBC 2.31+,兼容 Ubuntu 20.04+)
  • nuwax-cli-linux-arm64.tar.gz - 适用于 ARM64 架构(动态链接,需要 GLIBC 2.35+)

🪟 Windows

  • nuwax-cli-windows-amd64.zip - 适用于 x86_64 架构
  • nuwax-cli-windows-arm64.zip - 适用于 ARM64 架构

🔧 安装说明

  1. 下载对应平台的压缩包
  2. 解压到您希望的目录
  3. 将可执行文件路径添加到系统 PATH 环境变量
  4. 运行 验证安装

📋 Linux 版本选择指南

系统要求:

  • x86_64: Ubuntu 20.04+ / Debian 10+ / CentOS 8+ / RHEL 8+ (GLIBC 2.31+)
  • ARM64: Ubuntu 22.04+ / Debian 11+ / CentOS 9+ / RHEL 9+ (GLIBC 2.35+)
  • 检查方法:ldd (Ubuntu GLIBC 2.39-0ubuntu8.6) 2.39
    Copyright (C) 2024 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Written by Roland McGrath and Ulrich Drepper. 查看当前 GLIBC 版本

📝 对于旧系统

  • Ubuntu 18.04、CentOS 7、RHEL 7: 系统 GLIBC 版本过低,不支持运行
  • Ubuntu 20.04+: 可以使用 x86_64 动态版本
  • 推荐: 使用较新的 Linux 发行版以获得最佳兼容性

📋 校验文件完整性

下载 文件,使用以下命令验证文件完整性:

🆕 更新说明

如果您已安装旧版本,可以使用内置的更新功能:

📝 版本信息

  • 版本号: 1.0.76
  • 构建时间: 2026-01-29 09:23:25 UTC
  • Git提交: 02a3970
  • 构建分支: main