MSI
WinGet
ChatGPT Next Web
yida · 2.8.9 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i ChatGPT.Next.Web_2.8.9_x64_en-US.msi /quiet /norestart
InstallPath
msiexec /i ChatGPT.Next.Web_2.8.9_x64_en-US.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{59497E21-CC89-4C2D-91D3-A1B3A8658B3D}
Product version operator
Greater than or equal to
Product version
2.8.9
MSI Properties
Product Code
{59497E21-CC89-4C2D-91D3-A1B3A8658B3D}
File Identity
Filename
ChatGPT.Next.Web_2.8.9_x64_en-US.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
NextChat.NextChat
Version
2.8.9
Description
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS).
License
Anti-996
↗
Installer URL
https://github.com/Yidadaa/ChatGPT-Next-Web/releases/download/v2.8.9/ChatGPT.Next.Web_2.8.9_x64_en-US.msi
Upgrade Behavior
install(Install over existing)
Release Notes
- fix: selector z-index bug by @PaRaD1SE98 in #2277
- perf: models 接口返回异常数据的容错处理 by @Saber-Kurama in #2275
- feat: #2308 #2294 #2295 by @Yidadaa in #2309
- feat: close #2303 add custom model name config by @Yidadaa in #2312
- feat: #920 migrate id to nanoid by @Yidadaa in #2314
- Add Missing FR Translations by @SergeWilfried in #2316
- fix: #2303 should be able to select custom models by @Yidadaa in #2317
- chore: suppress module not found warning by @Yidadaa in #2318
- fix: typos by @yanCode in…