CodexUse updates and installers: what to expect
CodexUse ships signed builds and updates with one in-app restart. No reinstall churn, no surprise version jumps.
How updates flow
- Apple Silicon macOS builds check GitHub and download updates in the background.
- When a build is ready, an in-app card offers Restart or Later.
- Click Later and the card hides for the session. Restart when you are ready to apply the update.
- The next launch shows a toast with the previous and current versions.
brew update and brew upgrade --cask codexuse. The in-app restart updater is for direct app installs, not Homebrew-managed copies.Important upgrade note for older installs
Download links
- macOS Apple Silicon: download from the GitHub releases feed linked on the download button, or install with Homebrew.
- macOS x64, Windows, and Linux desktop: not shipped in the current release line.
- Homebrew:
brew install --cask hweihwang/codexuse/codexuse.
Offline behavior
- The UI and history stay local, but Codex CLI usage still needs internet.
- License activation and update downloads need connectivity. Offline, the app keeps running on the current build.
What to do if a restart is inconvenient
- Click Later to keep working, then restart when you are ready.
- Mid-task, quit CodexUse and reopen it later to apply the update.
- If a firewall blocked auto-update, download the latest installer manually from the releases page.
Why is a restart required?
CodexUse updates the desktop shell and local background services together. Restarting ensures the new build and bundled runtime pieces start from a clean state. You choose when to restart.
Does the updater change my profiles or settings?
No. Updates replace the app binary and preserve your existing local profiles and settings.
Is there a headless update mode?
No. The app always shows the restart notice. If you want to control timing, download the installer manually and run it when you choose.
What if I installed with Homebrew?
Use brew update and brew upgrade --cask codexuse. Do not use the in-app restart updater on a Homebrew-managed install.
What if I am on Windows, Linux, or an Intel Mac?
The current desktop release line is Apple Silicon macOS only. If you still need terminal workflows on another machine, install the optional codexuse-cli package there — see the CLI reference for requirements and commands.