View on GitHub

codex-intel

Unofficial Homebrew cask tap for installing Codex on Intel Macs - Run Codex Desktop on Intel Macs

Codex Intel Homebrew Tap

Scheduled Build Codex App (Intel) Test Homebrew Cask Latest Release

This repository ships an unofficial Homebrew cask tap for installing Codex on Intel Macs.

Instead of manually rebuilding the app for Intel on every release, GitHub Actions now:

  1. Downloads the latest official Apple Silicon Codex DMG from OpenAI.
  2. Rebuilds it for Intel/AMD64 on an Intel macOS runner.
  3. Publishes the converted app as a GitHub release asset.
  4. Updates Casks/codex-intel.rb so Homebrew installs that release.

The core automation lives in schedule.yml, and cask validation runs in test.yml.

What This Tap Provides

Tap Usage

Install the tap and the cask from GitHub:

brew tap soham2008xyz/codex-intel https://github.com/soham2008xyz/codex-intel
brew install --cask codex-intel

Notes:

Upgrade to the latest converted release:

brew upgrade --cask codex-intel

Reinstall the current cask:

brew reinstall --cask codex-intel

Remove the app:

brew uninstall --cask codex-intel

Remove the tap when you no longer need it:

brew untap soham2008xyz/codex-intel

How The Automation Works

schedule.yml runs every 6 hours and also supports manual dispatch. The workflow:

test.yml validates the tap on Intel macOS by:

Repository Layout

Notes