mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[GH-ISSUE #249] [Bug]: Installer labeled as malware #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thapr0digy on GitHub (Apr 9, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/249
Originally assigned to: @asdek on GitHub.
Affected Component
Other (please specify in the description)
Describe the bug
The installer is identified as malware by Mac.
Steps to Reproduce
Run the installer on MacOS
System Configuration
MacOS with latest installer version
Logs and Artifacts
No response
Screenshots or Recordings
No response
Verification
@asdek commented on GitHub (Apr 10, 2026):
hey @thapr0digy
thank you for reporting this issue. I'm not sure why macOS is flagging the installer as malware. I contacted Apple on March 24th regarding this matter, but unfortunately haven't received a response yet.
the installer files are properly signed with our certificate. Additionally, VirusTotal scans show zero detections across all antivirus engines:
I suspect the issue might be related to the fact that the installer executable embeds two additional binaries (
jaeger-clickhouse-linux-amd64andjaeger-clickhouse-linux-arm64) which are used as plugins for running Jaeger with ClickHouse DB. you can find these binaries here: https://github.com/vxcontrol/pentagi/tree/main/observability/jaeger/binhowever, this is just speculation at this point...
unfortunately, until we receive a response from Apple, there's not much we can do. we could try registering a new developer account and re-signing the files, but I believe the result would likely be the same given the executable content remains identical.
I'll update this issue once we hear back from Apple.
@thapr0digy commented on GitHub (Apr 13, 2026):
Sounds good and thanks. I wanted to make sure it wasn't something else.