codex - 💡(How to fix) Fix Feature request: allow choosing install location for Codex app on Windows [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#21074Fetched 2026-05-05 05:53:51
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Root Cause

I understand this might not be the perfect place for this request because this repo is focused on Codex CLI, not necessarily the Codex Windows app. But I’d really appreciate it if the team could forward this or at least take a look because it’s directly related to the Codex experience on Windows.

Fix Action

Fix / Workaround

  1. accept the default install location
  2. try Windows workarounds
  3. move things manually and hope nothing breaks
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App

What feature would you like to see?

I understand this might not be the perfect place for this request because this repo is focused on Codex CLI, not necessarily the Codex Windows app. But I’d really appreciate it if the team could forward this or at least take a look because it’s directly related to the Codex experience on Windows.

Problem

On Windows, the Codex app currently seems to install to the default system location without giving the user a clear option to choose the installation directory.

For users who intentionally keep development tools on a separate drive, for example "D:\Apps" or another non system drive, this is inconvenient. Not everyone wants every dev tool, cache, dependency, and app related file living on "C:" by default.

Right now it feels like the options are basically:

  1. accept the default install location
  2. try Windows workarounds
  3. move things manually and hope nothing breaks

That is not a great experience for a developer tool.

Requested feature

Please add a normal installation option on Windows that allows users to choose where Codex is installed, for example:

  1. "C:\Program Files\Codex"
  2. "D:\Apps\Codex"
  3. custom user defined path

Ideally, Codex should also make it clear where related app data, caches, models, logs, and update files are stored, or provide a setting to move them elsewhere.

Why this matters

Many developers use a smaller SSD for Windows and a larger separate drive for development tools. For apps like Codex, which may grow over time because of updates, logs, caches, local data, or integrations, being forced onto "C:" is frustrating.

A developer tool should respect a developer’s system layout.

Slightly ironic note

The funniest part is that Codex itself can probably use "/goal" and zero shot a proper installer for itself, one that lets users choose an install directory, instead of shipping a "stone age" installer experience where we can’t even pick the installation location.

Please consider adding this for the Windows app, or forwarding it to the correct team. Thanks.

Additional information

🙏🏼

extent analysis

TL;DR

The issue can be addressed by modifying the installation process to allow users to choose a custom installation directory for the Codex app on Windows.

Guidance

  • Consider adding an installation option that prompts the user to select a desired installation directory, such as "C:\Program Files\Codex" or a custom user-defined path.
  • Provide clear documentation on where related app data, caches, models, logs, and update files are stored, and consider adding a setting to allow users to move them to a different location.
  • Review the current installation process to identify potential modifications that can be made to accommodate user-selected installation directories.
  • Evaluate the feasibility of using a more modern installer experience that allows for customizable installation options.

Example

No code snippet is provided as the issue is focused on the installation experience and not a specific code-related problem.

Notes

The solution may require modifications to the installation script or process, and careful consideration should be given to ensure that the changes do not introduce any compatibility issues or break existing functionality.

Recommendation

Apply a workaround by modifying the installation process to allow for customizable installation directories, as this will provide a better user experience and address the core issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Feature request: allow choosing install location for Codex app on Windows [1 comments, 2 participants]