Skip to content

Codex++ install failed: ENOENT Electron Framework not found #710

@xavix-bit

Description

@xavix-bit

What happened

The codexplusplus install command failed.

Error

ENOENT: no such file or directory, lstat '/Applications/Codex.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework'

Environment

  • Codex++: 0.1.4
  • Platform: darwin
  • Arch: arm64
  • Node: v26.3.0
  • Codex version: 26.608.12217
  • Codex channel: stable

Root cause

Codex.app uses a custom framework name Codex Framework.framework instead of the standard Electron Framework.framework:

/Applications/Codex.app/Contents/Frameworks/
├── Codex Framework.framework   ← actual
│   └── Versions/Current/Codex Framework
└── Sparkle.framework

But codex-plusplus hardcodes the path as Electron Framework.framework/Versions/A/Electron Framework, which does not exist.

Expected behavior

codex-plusplus should detect the actual framework name instead of assuming Electron Framework.

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