SpyBara
Go Premium

enterprise/windows-deployment.md 2026-07-20 23:01 UTC to 2026-07-21 22:02 UTC

25 added, 45 removed.

2026
Wed 22 20:02 Tue 21 22:02 Mon 20 23:01 Fri 17 22:57 Thu 16 20:57 Wed 15 19:58 Tue 14 17:03 Wed 8 02:01 Mon 6 22:58

Deploy the Windows app

Users can install the ChatGPT desktop app themselves, or your IT team can deploy it with an enterprise management tool. The app is Store-signed, but users don't need to open the Microsoft Store to install or update it.

Let users install and update the app

If users can manage their own applications, direct them to the web installer. The installer provides the standard installation and automatic-update experience. Microsoft Store components may appear during installation or updates, but users don't need to browse the Store themselves.

You can also install the app from the command line:

winget install --id 9PLM9XGG6VKS -s msstore

Deploy the app with an enterprise management tool

If your organization centrally manages software, use Microsoft Intune or another compatible mobile device management (MDM) or software-deployment platform. If your platform supports Microsoft Store app deployment, search for ChatGPT from OpenAI in the Store app flow, or use this Store product ID:

9PLM9XGG6VKS

For setup details, see the following Microsoft documentation:

Install without Microsoft distribution services

If your environment can't use Microsoft app-distribution services for the initial installation, download the Store-signed MSIX package for each device architecture:

Device architecture Package
x64 ChatGPT-x64.msix
Arm64 ChatGPT-arm64.msix

These stable links point to the latest published Store-signed package for each architecture. For offline deployment workflows that require a license file, also download the offline license (ChatGPT-License.xml). Ingest the appropriate MSIX and, when required, the license file into your MDM or software-deployment platform.

After the initial installation, devices that can reach persistent.oaistatic.com can install updates automatically, so you don't need to redeploy newer packages through your management tool.

This deployment path:

  • Supports initial installation in restricted environments.
  • Supports x64 and Arm64 devices.
  • Doesn't provide a standalone MSI or non-Store EXE.