“codex-aarch64-apple-darwin” was not opened because it contains malware. This action did not harm your Mac.

Resolved 💬 9 comments Opened May 11, 2026 by DatUET Closed May 15, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the IDE extension are you using?

Android Studio Panda 4 | 2025.3.4 Patch 1

What subscription do you have?

ChatGPT Plus

Which IDE are you using?

Android Studio Panda 4 | 2025.3.4 Patch 1

What platform is your computer?

MacOS 26.4.1 (Chip M1 Pro)

What issue are you seeing?

I installed Codex via Jetbrain AI Assistant. However, after installation, I received the message: "codex-aarch64-apple-darwin" was not opened because it contains malware. This action did not harm your Mac. This error has only appeared in the last two days.

<img width="275" height="294" alt="Image" src="https://github.com/user-attachments/assets/f0ddd10f-9be7-4bc8-a7ed-635a2f7b7fae" />

What steps can reproduce the bug?

Install codex with Jetbrain AI Assistant

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

9 Comments

github-actions[bot] contributor · 2 months ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #21199

Powered by Codex Action

wongzigii · 2 months ago

I met this issue. In my case, i was mistakenly install codex via npm.

Use which codex to confirm that you are using codex binary installed by homebrew others than npm.

If you are using npm unfortunately, just uninstall it by running:

npm uninstall -g @openai/codex @openai/codex-darwin-arm64

Now codex will point to the correct one.

which codex will return /opt/homebrew/bin/codex

DatUET · 2 months ago

@wongzigii Thank you for your feedback.

However, in my case, I installed the binary via JetBrains AI Assistant. I noticed that this error is appearing in the IDEs I have installed (Android Studio, RustRover, PyCharm, Goland, WebStorm, DataGrid).

beautyfree · 2 months ago

same for me

dev7771 · 2 months ago

Download the new version of codex

Q-rm · 2 months ago

This should be tied to OpenAI's recent macOS signing certificate rotation due to Axios supply chain incident. Update the latest version 1.130 and you should be fine. You probably have a very outdated build. Or in your case the jetbrains is pointing to an old one.

etraut-openai contributor · 2 months ago

Yes, @Q-rm 's analysis is correct. You need to update to a more recent build.

AlliotTech · 24 days ago

<img width="717" height="632" alt="Image" src="https://github.com/user-attachments/assets/0cd99818-e4be-4e99-a4d0-96696c7977f0" />

same issue here