ZenShield Agent — macOS Build Instructions =========================================== On a macOS machine with Python 3.10+ installed: 1. pip install pyinstaller httpx 2. Copy the agent/ source directory to the macOS machine 3. cd agent 4. pyinstaller --onefile --name zenshield-agent \ --hidden-import=modules.health \ --hidden-import=modules.edr \ --hidden-import=modules.fim \ --hidden-import=modules.network_mon \ --hidden-import=modules.usb \ --hidden-import=modules.log_collector \ --hidden-import=modules.inventory \ --hidden-import=modules.updater \ main.py 5. Upload dist/zenshield-agent to /opt/zenshield/agent/build/macos/