Skip to content

v4.0.32

Choose a tag to compare

@github-actions github-actions released this 18 Jan 12:38
· 2 commits to main since this release

Desktop Client

Platform Architecture Binary
Linux x64 mtranserver-desktop-4.0.32-linux-x64.AppImage
Linux arm64 mtranserver-desktop-4.0.32-linux-arm64.AppImage
Linux x64 (deb) mtranserver-desktop-4.0.32-linux-x64.deb
Linux arm64 (deb) mtranserver-desktop-4.0.32-linux-arm64.deb
Linux x64 (rpm) mtranserver-desktop-4.0.32-linux-x64.rpm
Linux arm64 (rpm) mtranserver-desktop-4.0.32-linux-arm64.rpm
macOS x64 mtranserver-desktop-4.0.32-mac-x64.dmg
macOS arm64 mtranserver-desktop-4.0.32-mac-arm64.dmg
Windows x64 mtranserver-desktop-4.0.32-win-x64.exe

桌面端启动后会创建一个托盘菜单,通过菜单可以方便的管理服务。

macOS: 拖动安装后,如果打开 MTranServer App 提示有问题无法打开,需要运行以下命令修复:

macOS: If you see any error when opening MTranServer App after installing, run this command in Terminal App:

sudo xattr -d com.apple.quarantine "/Applications/MTranServer.app"

Server Binary

Platform Architecture Binary
Linux x64 mtranserver-4.0.32-linux-amd64
Linux x64 (legacy) mtranserver-4.0.32-linux-amd64-legacy
Linux ARM64 mtranserver-4.0.32-linux-arm64
Linux (musl) x64 mtranserver-4.0.32-linux-amd64-musl
Linux (musl) x64 (legacy) mtranserver-4.0.32-linux-amd64-musl-legacy
Linux (musl) ARM64 mtranserver-4.0.32-linux-arm64-musl
macOS Intel mtranserver-4.0.32-darwin-amd64
macOS Intel (legacy) mtranserver-4.0.32-darwin-amd64-legacy
macOS Apple Silicon mtranserver-4.0.32-darwin-arm64
Windows x64 mtranserver-4.0.32-windows-amd64.exe
Windows x64 (legacy) mtranserver-4.0.32-windows-amd64-legacy.exe

Note

legacy: 仅适用于使用普通版本会遇到如 'Illegal instruction' 这样问题的旧硬件(无 AVX2 指令集的 CPU),大多数人不需要这个,因为它更慢。

legacy: Use only if you experience 'Illegal instruction' crashes on very old hardware (non-AVX2 CPUs). Most people don't need this because it's slower.

musl: 仅适用于 Linux 使用 musl libc 的用户,大多数人不需要这个。

musl: Use only if you are on Linux with musl libc. Most people don't need this.

Docker

Image: xxnuo/mtranserver:latest

可执行文件版本主要面向个人桌面端部署,如果需要更高性能和稳定性,推荐使用 Docker 版本。

Executable version is mainly for personal desktop deployment. If you need higher performance and stability, it is recommended to use the Docker version.

如果你的 CPU 不支持 AVX 并且使用 legacy 版本也报错,推荐使用 Docker 版本而非可执行文件版本,因为 Docker 版本会自动选择合适的架构运行且速度更快。

If your CPU does not support AVX and using legacy version also crashes, it is recommended to use the Docker version instead of the executable file version, because the Docker version will automatically select the appropriate architecture to run and is faster.

Changelog

v4.0.31

  • 添加中文输出标点全角化功能,默认开启