Skip to content

Codex Login Manager v1.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jul 07:12
96509ce

Codex Login Manager is a native macOS utility for diagnosing Codex CLI authentication and restarting the official ChatGPT OAuth login flow.

What it checks

  • Whether the active Codex CLI is using ChatGPT OAuth or API-key mode.
  • The CLI inside ChatGPT.app, legacy Codex.app, or PATH.
  • Missing, malformed, incomplete, or stale ~/.codex/auth.json state.
  • Redacted output from the official codex login status command.

The app does not implement OAuth, receive passwords, upload credentials, or write to ~/.codex/config.toml. Signing in launches the installed official codex login command and checks the result again.

Download and verify

Download CodexLoginManager-v1.0.0-beta.1-macOS-universal.zip. The app supports both Apple Silicon and Intel Macs and requires macOS 14 or later.

Verify the archive beside SHA256SUMS.txt with:

shasum -a 256 -c SHA256SUMS.txt

Current beta limitation

This community build is ad-hoc signed but is not Apple Developer ID signed or notarized yet. On first launch, Control-click CodexLoginManager.app, choose Open, and confirm. Never disable Gatekeeper globally. You can also review the source and build locally.

中文说明

这个版本会检查 Codex CLI 当前使用 ChatGPT OAuth 还是 API key,定位 ChatGPT.app、旧 Codex.app 或 PATH 中的 CLI,并区分 auth.json 缺失、损坏、不完整和登录过期等状态。登录按钮只会启动官方 codex login,本工具不接收密码、不上传凭据,也不写入 config.toml。

下载包同时支持 Apple Silicon 和 Intel Mac,要求 macOS 14 或更高版本。当前社区 beta 使用 ad-hoc 签名,尚未经过 Apple 公证;首次启动请按住 Control 点击应用,选择“打开”并确认,不要全局关闭 Gatekeeper。