-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
BOSSe edited this page Feb 3, 2026
·
1 revision
- Python 3.9 or higher
- PyQt6
- Download
Zscaler-API-Client-vX.X.X-macOS.zipfrom Releases - Extract the ZIP file
- Drag
Zscaler API Client.appto your Applications folder - Right-click and select "Open" (first time only, to bypass Gatekeeper)
Coming soon!
Coming soon!
# Clone the repository
git clone https://github.com/yeager/zscaler-api-client.git
cd zscaler-api-client
# Install dependencies
pip install PyQt6 keyring
# Run
python zscaler_api_client.py# Install PyInstaller
pip install pyinstaller
# Build the app
pyinstaller zscaler_api_client.spec
# The app will be in dist/The included .spec file handles Qt plugin paths correctly. After building, create a ZIP with symlinks preserved:
cd dist
zip -ry "Zscaler-API-Client.zip" "Zscaler API Client.app"