Releases: w32394045-dotcom/ncm-decrypt
Releases · w32394045-dotcom/ncm-decrypt
Release list
v2.0.1 — UI polish & fixes
v2.0.1
- CSS layout improvements (overflow, modal scroll, file grid width)
- main.go updates and fixes
Full Changelog: v2.0.0...v2.0.1
v2.0.0 — Server Mode, User Management, Multi-language
v2.0.0 — Major Update 🎉
What's New / 新增功能
- Server Mode — New
MODE_SERVERfor multi-user environments with login/auth / 新增服务端模式,支持多用户登录 - Local Mode — Original single-user mode preserved / 保留本地单用户模式
- User Management — Create/manage users via server UI / 用户管理功能
- Config Persistence — Settings saved across restarts / 配置持久化
- Multi-language UI — English, 中文(简/繁), 한국어, 日本語 / 多语言界面
- Enhanced Web UI — Complete redesign, 2x the features / Web 界面全面升级
Downloads / 下载
See assets below for your platform.
Full Changelog: v1.0.0...v2.0.0
v1.0.0 — NCM Decrypt
NCM Decrypt v1.0.0
网易云音乐 .ncm 文件解密工具,带 Web UI。
多平台下载
| 平台 | 文件 |
|---|---|
| Linux amd64 | ncm-decrypt-v1.0.0-linux-amd64 |
| Linux arm64 | ncm-decrypt-v1.0.0-linux-arm64 |
| macOS (Intel) | ncm-decrypt-v1.0.0-darwin-amd64 |
| macOS (Apple Silicon) | ncm-decrypt-v1.0.0-darwin-arm64 |
| Windows amd64 | ncm-decrypt-v1.0.0-windows-amd64.exe |
| Windows arm64 | ncm-decrypt-v1.0.0-windows-arm64.exe |
使用说明
# Linux/macOS
chmod +x ncm-decrypt-v1.0.0-*-*
./ncm-decrypt-v1.0.0-linux-amd64
# Windows
ncm-decrypt-v1.0.0-windows-amd64.exe
# 自定义参数
./ncm-decrypt -port 8080 -dir ./ncm_files -output ./output -workers 4浏览器打开 http://localhost:8080 即可使用。