Skip to content

Support ChatGPT installed in ~/Applications on macOS #8

Description

@Bnan7441

Problem

On macOS, npx codex-rtl only selected /Applications/ChatGPT.app, but the ChatGPT/Codex instance actually running was installed at ~/Applications/ChatGPT.app. The CLI reported success after patching /Applications, but the running app showed no RTL changes.

Reproduction

  1. Have both /Applications/ChatGPT.app and ~/Applications/ChatGPT.app.
  2. Launch the user-local copy.
  3. Run npx codex-rtl.
  4. It patches /Applications/ChatGPT.app, not the running copy.

Workaround that fixed it

Running the patcher with the active app archive explicitly worked:

npx codex-rtl --asar "$HOME/Applications/ChatGPT.app/Contents/Resources/app.asar"

After restarting, the RTL UI loaded correctly.

Suggested fix

Include ~/Applications/ChatGPT.app/Contents/Resources/app.asar in macOS discovery (and ideally prefer the running/newest matching install when multiple copies exist). This avoids a successful patch that affects a different app bundle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions