ZenShield Agent — Windows Build Instructions ============================================= On a Windows machine with Python 3.10+ installed: 1. pip install pyinstaller httpx 2. Copy the agent/ source directory to the Windows machine 3. cd agent 4. pyinstaller --onefile --name zenshield-agent --icon=icon.ico ^ --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.exe to /opt/zenshield/agent/build/windows/