Skip to content

Slow initial boot time — possible macOS quarantine of bundled argmax binary #4700

@modem-app

Description

@modem-app

Problem

Users are reporting very slow initial boot time.

Source: User feedback on Slack — includes screenshot and screen recording showing the delay.

Investigation Notes

  • The bundled argmax binary may be triggering macOS Gatekeeper/quarantine checks on first launch, adding significant delay to boot time.
  • Not yet confirmed as the root cause — needs further investigation.

Possible Next Steps

  • Profile app startup to identify where time is spent
  • Check if the argmax binary has the quarantine xattr (com.apple.quarantine) after download
  • Test with xattr -d com.apple.quarantine on the binary to see if boot time improves
  • Consider code-signing the binary or stripping the quarantine flag during installation
  • Look into notarization if not already done

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions