Releases: xxnuo/MTranServer
v4.0.32
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
- 添加中文输出标点全角化功能,默认开启
v4.0.31
Desktop Client
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-desktop-4.0.31-linux-x64.AppImage |
| Linux | arm64 | mtranserver-desktop-4.0.31-linux-arm64.AppImage |
| Linux | x64 (deb) | mtranserver-desktop-4.0.31-linux-x64.deb |
| Linux | arm64 (deb) | mtranserver-desktop-4.0.31-linux-arm64.deb |
| Linux | x64 (rpm) | mtranserver-desktop-4.0.31-linux-x64.rpm |
| Linux | arm64 (rpm) | mtranserver-desktop-4.0.31-linux-arm64.rpm |
| macOS | x64 | mtranserver-desktop-4.0.31-mac-x64.dmg |
| macOS | arm64 | mtranserver-desktop-4.0.31-mac-arm64.dmg |
| Windows | x64 | mtranserver-desktop-4.0.31-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.31-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.31-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.31-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.31-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.31-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.31-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.31-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.31-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.31-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.31-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.31-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
- 添加中文输出标点全角化功能,默认开启
v4.0.30
Desktop Client
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-desktop-4.0.30-linux-x64.AppImage |
| Linux | arm64 | mtranserver-desktop-4.0.30-linux-arm64.AppImage |
| Linux | x64 (deb) | mtranserver-desktop-4.0.30-linux-x64.deb |
| Linux | arm64 (deb) | mtranserver-desktop-4.0.30-linux-arm64.deb |
| Linux | x64 (rpm) | mtranserver-desktop-4.0.30-linux-x64.rpm |
| Linux | arm64 (rpm) | mtranserver-desktop-4.0.30-linux-arm64.rpm |
| macOS | x64 | mtranserver-desktop-4.0.30-mac-x64.dmg |
| macOS | arm64 | mtranserver-desktop-4.0.30-mac-arm64.dmg |
| Windows | x64 | mtranserver-desktop-4.0.30-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.30-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.30-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.30-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.30-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.30-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.30-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.30-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.30-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.30-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.30-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.30-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.30
- 默认沉浸式翻译接口输入语言为 auto(因为它经常输入错误的语言代码,只能这样适配它了)
- 改进 auto 的混合语言处理逻辑
v4.0.29
- UI:新增跟随系统主题功能
- UI:使用 IndexDB 存储历史记录,提升性能
v4.0.28
- 桌面端:托盘菜单添加开机启动开关
- 桌面端:检测更新功能
v4.0.27
- 添加 DeepLX 兼容接口
- 增大断句长度,提升了翻译质量,建议升级
- 修复译文标点符号格式错误的问题
v4.0.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题
v4.0.29
Desktop Client
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-desktop-4.0.29-linux-x64.AppImage |
| Linux | arm64 | mtranserver-desktop-4.0.29-linux-arm64.AppImage |
| Linux | x64 (deb) | mtranserver-desktop-4.0.29-linux-x64.deb |
| Linux | arm64 (deb) | mtranserver-desktop-4.0.29-linux-arm64.deb |
| Linux | x64 (rpm) | mtranserver-desktop-4.0.29-linux-x64.rpm |
| Linux | arm64 (rpm) | mtranserver-desktop-4.0.29-linux-arm64.rpm |
| macOS | x64 | mtranserver-desktop-4.0.29-mac-x64.dmg |
| macOS | arm64 | mtranserver-desktop-4.0.29-mac-arm64.dmg |
| Windows | x64 | mtranserver-desktop-4.0.29-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.29-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.29-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.29-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.29-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.29-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.29-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.29-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.29-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.29-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.29-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.29-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.29
- UI:新增跟随系统主题功能
- UI:使用 IndexDB 存储历史记录,提升性能
v4.0.28
- 桌面端:托盘菜单添加开机启动开关
- 桌面端:检测更新功能
v4.0.27
- 添加 DeepLX 兼容接口
- 增大断句长度,提升了翻译质量,建议升级
- 修复译文标点符号格式错误的问题
v4.0.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题
v4.0.28
Desktop Client
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-desktop-4.0.28-linux-x64.AppImage |
| Linux | arm64 | mtranserver-desktop-4.0.28-linux-arm64.AppImage |
| Linux | x64 (deb) | mtranserver-desktop-4.0.28-linux-x64.deb |
| Linux | arm64 (deb) | mtranserver-desktop-4.0.28-linux-arm64.deb |
| Linux | x64 (rpm) | mtranserver-desktop-4.0.28-linux-x64.rpm |
| Linux | arm64 (rpm) | mtranserver-desktop-4.0.28-linux-arm64.rpm |
| macOS | x64 | mtranserver-desktop-4.0.28-mac-x64.dmg |
| macOS | arm64 | mtranserver-desktop-4.0.28-mac-arm64.dmg |
| Windows | x64 | mtranserver-desktop-4.0.28-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.28-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.28-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.28-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.28-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.28-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.28-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.28-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.28-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.28-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.28-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.28-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.28
- 桌面端:托盘菜单添加开机启动开关
- 桌面端:检测更新功能
v4.0.27
- 添加 DeepLX 兼容接口
- 增大断句长度,提升了翻译质量,建议升级
- 修复译文标点符号格式错误的问题
v4.0.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题
v4.0.27
Desktop Client
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-desktop-4.0.27-linux-x64.AppImage |
| Linux | arm64 | mtranserver-desktop-4.0.27-linux-arm64.AppImage |
| Linux | x64 (deb) | mtranserver-desktop-4.0.27-linux-x64.deb |
| Linux | arm64 (deb) | mtranserver-desktop-4.0.27-linux-arm64.deb |
| Linux | x64 (rpm) | mtranserver-desktop-4.0.27-linux-x64.rpm |
| Linux | arm64 (rpm) | mtranserver-desktop-4.0.27-linux-arm64.rpm |
| macOS | x64 | mtranserver-desktop-4.0.27-mac-x64.dmg |
| macOS | arm64 | mtranserver-desktop-4.0.27-mac-arm64.dmg |
| Windows | x64 | mtranserver-desktop-4.0.27-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.27-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.27-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.27-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.27-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.27-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.27-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.27-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.27-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.27-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.27-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.27-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.27
- 添加 DeepLX 兼容接口
- 增大断句长度,提升了翻译质量,建议升级
- 修复译文标点符号格式错误的问题
v4.0.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题
v4.0.26
Desktop Client
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-desktop-4.0.26-linux-x64.AppImage |
| Linux | arm64 | mtranserver-desktop-4.0.26-linux-arm64.AppImage |
| Linux | x64 (deb) | mtranserver-desktop-4.0.26-linux-x64.deb |
| Linux | arm64 (deb) | mtranserver-desktop-4.0.26-linux-arm64.deb |
| Linux | x64 (rpm) | mtranserver-desktop-4.0.26-linux-x64.rpm |
| Linux | arm64 (rpm) | mtranserver-desktop-4.0.26-linux-arm64.rpm |
| macOS | x64 | mtranserver-desktop-4.0.26-mac-x64.dmg |
| macOS | arm64 | mtranserver-desktop-4.0.26-mac-arm64.dmg |
| Windows | x64 | mtranserver-desktop-4.0.26-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.26-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.26-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.26-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.26-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.26-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.26-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.26-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.26-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.26-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.26-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.26-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.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题
v4.0.25
Server Binary
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-4.0.25-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.25-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.25-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.25-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.25-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.25-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.25-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.25-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.25-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.25-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.25-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.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题
v4.0.23
Server Binary
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-4.0.23-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.23-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.23-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.23-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.23-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.23-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.23-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.23-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.23-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.23-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.23-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.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题
v4.0.20
Server Binary
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x64 | mtranserver-4.0.20-linux-amd64 |
| Linux | x64 (legacy) | mtranserver-4.0.20-linux-amd64-legacy |
| Linux | ARM64 | mtranserver-4.0.20-linux-arm64 |
| Linux (musl) | x64 | mtranserver-4.0.20-linux-amd64-musl |
| Linux (musl) | x64 (legacy) | mtranserver-4.0.20-linux-amd64-musl-legacy |
| Linux (musl) | ARM64 | mtranserver-4.0.20-linux-arm64-musl |
| macOS | Intel | mtranserver-4.0.20-darwin-amd64 |
| macOS | Intel (legacy) | mtranserver-4.0.20-darwin-amd64-legacy |
| macOS | Apple Silicon | mtranserver-4.0.20-darwin-arm64 |
| Windows | x64 | mtranserver-4.0.20-windows-amd64.exe |
| Windows | x64 (legacy) | mtranserver-4.0.20-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.20
- 发布到 npm,现在可以通过
npm i -g mtranserver安装或者npx mtranserver来运行服务器啦! - 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增
--download命令,支持通过命令行批量下载语言对模型 (例如mtranserver --download en_zh zh_en) - 新增
--languages命令,列出所有可下载的语言对 - UI:新增宽屏模式按钮
- UI:新增多面板并排翻译的功能
- UI:新增记忆语言、主题等功能开关的功能
- UI:新增副标题文档地址按钮
- UI:修复历史记录没有滚动条的问题