Digital signage for managing screens, playlists, and scheduled content across your network of displays.
curl -fsSL https://downloads.zenglobal.au/vision/install.sh | bash
iwr -useb https://downloads.zenglobal.au/vision/install.ps1 | iex
curl -Lo "%TEMP%\ZenVision.msi" https://downloads.zenglobal.au/vision/packages/latest/ZenVision-latest.msi
msiexec /i "%TEMP%\ZenVision.msi" /qn
MSIX via the PowerShell script is the preferred Windows format. Use the MSI installer only when PowerShell is unavailable.
| Platform | Architecture | Format | Install Method |
|---|---|---|---|
| Linux | amd64 | .deb | dpkg |
| macOS | arm64 | .dmg | Drag to Applications |
| Windows | amd64 | .msix | Add-AppxPackage (preferred) |
| Windows | amd64 | .msi | msiexec / double-click (legacy Win10) |
| Android | arm64 | .apk | Direct install |