Linux ARM64 desktop app rejects valid ChatGPT credentials

Open 💬 0 comments Opened Aug 18, 2026 by rcwells1879

Summary

The ChatGPT desktop app for Linux ARM64 rejects valid ChatGPT account credentials during browser authentication. The same organizational account successfully authenticates at ChatGPT.com and through the Codex CLI on the same machine.

Environment

  • Architecture: ARM64
  • Desktop package: chatgpt 26.814.41957 arm64
  • Codex CLI: 0.147.0
  • Codex CLI authentication: ChatGPT account (not API key)
  • Account type: organizational/university account

The installed package is the newest version available from the configured OpenAI repository:

$ apt-cache policy chatgpt
chatgpt:
  Installed: 26.814.41957
  Candidate: 26.814.41957
  Version table:
 *** 26.814.41957 500
        500 https://persistent.oaistatic.com/codex-app-prod/linux/deb stable/main arm64 Packages
        100 /var/lib/dpkg/status

Steps to reproduce

  1. Launch the ChatGPT desktop application on Linux ARM64.
  2. Click Continue to authenticate.
  3. Select the organizational account in the browser.
  4. Enter the account's correct password.
  5. Observe the authentication result.

The issue continues to reproduce after signing out of all browser sessions, reducing the browser account chooser to the single affected account, and retrying from a clean signed-out state.

Actual result

The browser displays the correct account email, but rejects the valid password before MFA with:

Incorrect email address or password.

Authentication therefore never returns successfully to the desktop application.

Expected result

The password should be accepted, MFA should complete, and the browser authentication flow should return credentials to the desktop application.

Control tests

Using the identical account on the same machine:

  • Direct authentication at ChatGPT.com succeeds, including MFA.
  • codex login succeeds using Sign in with ChatGPT, including selection of the same account and MFA.
  • codex login status reports:
Logged in using ChatGPT

The installed desktop package was confirmed with:

chatgpt 26.814.41957 arm64

Impact

The ChatGPT desktop interface cannot be used with this account. Codex CLI access remains functional.

No authentication files or tokens are included in this report.

View original on GitHub ↗