codex - 💡(How to fix) Fix Codex macOS updater can get stuck after clicking Update, leaving Codex, Autoupdate, and Updater.app idle without restarting [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#17413Fetched 2026-04-11 06:16:34
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1cross-referenced ×1

Error Message

  • No visible retry, error dialog, or recovery flow appeared.
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.406.40811

What subscription do you have?

Plus

What platform is your computer?

Darwin 25.3.0 arm64 arm

What issue are you seeing?

  • The update payload had already been downloaded locally.
  • Sparkle cache contained a delta update file:
    • ~/Library/Caches/com.openai.codex/org.sparkle-project.Sparkle/Installation/.../*.delta
  • In my case the downloaded delta file was about 46 MB.
  • The main app process was still running instead of exiting cleanly.
  • The updater processes also stayed alive, apparently waiting for the app handoff/restart step to complete.
  • No visible retry, error dialog, or recovery flow appeared.

What steps can reproduce the bug?

  1. Open Codex on macOS.
  2. Trigger an in-app update.
  3. Click Update.
  4. Wait for the app to quit and relaunch.

What is the expected behavior?

Codex should:

  1. download the update,
  2. quit cleanly,
  3. apply the update,
  4. relaunch automatically.

Additional information

If useful, I can provide:

  • process list output,
  • updater-related logs,
  • cache/update file details.

extent analysis

TL;DR

The issue can likely be resolved by ensuring the main app process exits cleanly before the updater attempts to apply the update.

Guidance

  • Verify that the main app process is terminating correctly by checking the process list output after triggering an update.
  • Investigate the updater-related logs to determine why the updater processes are not completing the handoff/restart step.
  • Check the Sparkle cache for any issues with the delta update file, such as corruption or incorrect permissions.
  • Consider providing the additional information offered (process list output, updater-related logs, cache/update file details) to help further diagnose the issue.

Example

No code snippet is provided as the issue does not imply a specific code-related fix.

Notes

The issue appears to be related to the update process on macOS, specifically with the Sparkle updater. The provided information suggests that the main app process is not exiting cleanly, causing the updater to wait indefinitely.

Recommendation

Apply workaround: Ensure the main app process exits cleanly before triggering an update, potentially by manually quitting the app before updating. This may help the updater complete the handoff/restart step successfully.

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