You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,29 @@ Its paired server, [NineSong](https://github.com/Super-Badmen-Viper/NineSong), p
14
14
15
15
As of April 9, 2026:
16
16
17
-
- The latest Windows release is already live on Microsoft Store.
17
+
- The Windows release currently listed on Microsoft Store is the NSMusicS-Flutter closed-source paid edition.
18
18
- Microsoft Store web page: [https://apps.microsoft.com/detail/9N0RWS2TJXG1](https://apps.microsoft.com/detail/9N0RWS2TJXG1)
19
19
- Windows Store deep link: `ms-windows-store://pdp/?productid=9N0RWS2TJXG1`
20
20
- A 15-day free trial is currently available on Windows.
21
+
- The current GitHub releases published from this repository remain the open-source Electron transition edition.
21
22
- The current Electron and Web delivery line is a transition release that keeps the project available before the next-generation client wave lands.
22
23
- The next refactored client wave is targeted for roughly mid-May 2026.
23
24
- That refactored wave is planned to include React, React Native, Vue, and Angular client lines.
24
25
- The Electron and Web variants in that wave are intended to follow the official and community-recommended best practices of each stack instead of forcing one shared implementation style across all frameworks.
25
26
- App Store releases for macOS and iOS, plus the Google Play release for Android, are planned next.
26
27
- The product direction remains centered on local music libraries, private cloud music, compatibility with major self-hosted servers, and deeper integration with [NineSong](https://github.com/Super-Badmen-Viper/NineSong).
27
28
28
-
If you want the newest production-facing build first, start from Microsoft Store.
29
-
If you want to follow the architecture, roadmap, and ecosystem direction, this repository remains the main workspace entry point.
29
+
If you want the Windows commercial release, start from Microsoft Store.
30
+
If you want the current open-source release line, source tree, architecture, and roadmap context, use this repository and its GitHub Releases.
31
+
32
+
## Open-source And Store Editions
33
+
34
+
The current public-facing delivery is split into two different product lines. They are related, but they are not the same build or the same source release.
35
+
36
+
| Edition | Current role | Delivery channel | Source availability | Charging model | Notes |
37
+
| --- | --- | --- | --- | --- | --- |
38
+
| Open-source edition | Current public open-source delivery line for this repository, presently centered on the Electron/Web transition release | GitHub Releases, Docker image, repository source tree | Public in this repository | Free under the repository license and related project terms | This is the line you should follow if you want the code, transition builds, or roadmap context |
39
+
| Microsoft Store edition | Current Windows commercial distribution for NSMusicS-Flutter | Microsoft Store | Closed-source private codebase, not published in this repository | Paid, with the current 15-day trial policy on Windows | This is the consumer-facing Store package and it follows its own private delivery rhythm |
30
40
31
41
## Why NSMusicS
32
42
@@ -66,6 +76,7 @@ The desktop client currently covers:
66
76
67
77
Current status:
68
78
79
+
- This is the currently published open-source release line in this repository.
69
80
- This is the currently released transition client line.
70
81
- It remains the bridge release until the refactored React, React Native, Vue, and Angular client wave is published.
71
82
- Its Web mirror and Docker delivery remain important for the current transition period.
@@ -114,13 +125,19 @@ The Flutter product line represents the next major cross-platform client directi
114
125
- Windows
115
126
- macOS
116
127
128
+
Important distribution note:
129
+
130
+
- The Windows app currently available on Microsoft Store belongs to this Flutter line.
131
+
- That Store package is the closed-source paid commercial edition, not the open-source build published from this repository.
132
+
- Its codebase, packaging, release rhythm, and store policy are separate from the open-source Electron/Web transition line here.
133
+
117
134
The current roadmap expects the refactored edition around two months later, with mobile store releases planned after the Windows track already in market.
118
135
119
136
## Downloads
120
137
121
-
- Windows production release: [Microsoft Store Web Page](https://apps.microsoft.com/detail/9N0RWS2TJXG1)
138
+
- Windows commercial Flutter edition: [Microsoft Store Web Page](https://apps.microsoft.com/detail/9N0RWS2TJXG1)
122
139
- Windows Store deep link: `ms-windows-store://pdp/?productid=9N0RWS2TJXG1`
123
-
- Electron releases: https://github.com/Super-Badmen-Viper/NSMusicS/releases
140
+
-Open-source Electron releases: https://github.com/Super-Badmen-Viper/NSMusicS/releases
124
141
- Web mirror Docker image: https://hub.docker.com/r/xiangch007/nsmusics
@@ -142,7 +159,7 @@ The current roadmap expects the refactored edition around two months later, with
142
159
|[NineSong](https://github.com/Super-Badmen-Viper/NineSong)| Frozen public snapshot | Go, MongoDB, Gin, JWT, SQLite, Docker | Docker | AGPL-3.0 with commercial-use restrictions noted in project docs |
143
160
| NineSongAI | Updating | Java, MongoDB, Spring Boot, MySQL, Docker | Docker | AGPL-3.0 with commercial-use restrictions noted in project docs |
144
161
| NineSongPro | Updating | Java, MongoDB, Spring Cloud Alibaba, MySQL, Docker | Docker | AGPL-3.0 with commercial-use restrictions noted in project docs |
145
-
| NSMusicS For Flutter | Updating | Flutter, Dart | Android, iOS, Windows, macOS | AGPL-3.0 with commercial-use restrictions noted in project docs|
162
+
| NSMusicS For Flutter (Microsoft Store commercial edition) | Windows commercial release live, broader rollout continuing | Flutter, Dart |Windows currently in market; Android, iOS, macOS planned in this product line | Proprietary closed-source paid edition|
146
163
| NSMusicS For HarmonyOS | Planned | ArkTS, ArkUI | HarmonyOS | AGPL-3.0 with commercial-use restrictions noted in project docs |
147
164
| NSMusicS For Audio | Planned | PyTorch, Python, Jupyter, MATLAB | Docker | AGPL-3.0 with commercial-use restrictions noted in project docs |
148
165
| NSMusicS For Knowledge Graph | Planned | NebulaGraph or Neo4j | Docker | AGPL-3.0 with commercial-use restrictions noted in project docs |
0 commit comments