-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Support standalone Windows installer (codex-setup.exe) #13993
Description
What variant of Codex are you using?
App
What feature would you like to see?
Many Windows users cannot easily install applications from the Microsoft Store due to system restrictions, corporate policies, offline environments, or personal preference for traditional installers.
Currently the Codex Windows app appears to be distributed only through the Microsoft Store. It would be very helpful if a standalone installer such as codex-setup.exe or .msi were provided.
Benefits of a standalone installer:
- Allows installation without Microsoft Store
- Works in offline or restricted enterprise environments
- Lets users choose the installation directory
- Easier automation and deployment (scripts, DevOps, package managers)
- Better compatibility with portable setups and custom Windows environments
Many developer tools provide both distribution methods (Store + standalone installer), which gives users more flexibility.
A simple downloadable installer from the GitHub releases page or official website would solve this.
Example:
codex-setup.exe
codex-x64.msi
Additional information
Other developer tools commonly provide standalone installers alongside store versions, which improves accessibility for developers using custom setups or environments where the Microsoft Store is disabled.
Providing a traditional installer would make Codex easier to adopt across a wider range of developer environments.