Primary navigation

Deploy the Windows app

Choose an enterprise installation and update path for the ChatGPT desktop app on Windows

Choose a deployment path based on who controls installation and updates and whether your network allows Microsoft’s app-distribution services. The app is Store-signed, but users don’t need to open the Microsoft Store. Standard installation and updates use Microsoft’s app installation and Windows Update services.

ScenarioDeployment path
Users install and update their own appsUse the web installer.
IT deploys the app and Microsoft update services are availableDeploy the Microsoft Store app through Intune or another management tool.
IT controls update timing or blocks Microsoft update servicesRedeploy each new version through your software-management process.
Your network blocks Microsoft app-distribution servicesUse the offline MSIX package for restricted networks.

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 with an enterprise management tool

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

9PLM9XGG6VKS

This is the recommended enterprise deployment method when your environment allows Microsoft Store app deployment and update endpoints. Users don’t need to open the Microsoft Store themselves.

For Intune setup details, see Add Microsoft Store apps to Microsoft Intune.

Control update timing

If your organization blocks automatic app updates, Windows Update, or Microsoft Store update endpoints, your IT team owns the update lifecycle. Codex can run in this environment, but you must redeploy newer packages through your change management process.

Redeploy the package with each Codex release when possible. If that cadence isn’t practical, check for a newer package at least weekly and redeploy when a newer version is available. Users should restart the app after you deploy an update.

Deferring updates is a security and reliability tradeoff because the app includes browser and runtime components that receive regular updates.

Deploy without Microsoft distribution services

If your environment can’t use the standard Microsoft distribution services, download Codex-x64.zip as an offline deployment option. The archive contains the Store-signed offline MSIX package and its associated license files. Ingest these files into your MDM or software-deployment platform.

The offline package:

  • Supports deployment in restricted environments.
  • Doesn’t provide a standalone MSI or non-Store EXE.
  • Doesn’t let users update the app themselves.
  • Requires your organization to deploy newer packages when updating the app.