Install Eggplant Gateway
Windows (Zip Archive x32)
To download and install Eggplant Gateway on Windows x32, run the following commands in a PowerShell console:
Invoke-WebRequest -Uri https://assets.eggplantsoftware.com/gateway/epgw.26.3.2-0036.win-x86.signed.zip -OutFile epgw.26.3.2-0036.win-x86.signed.zip
Expand-Archive epgw.26.3.2-0036.win-x86.signed.zip -DestinationPath epgw.26.3.2-0036
Then, navigate to the epgw.26.3.2-0036 folder:
cd epgw.26.3.2-0036
To test whether Eggplant Gateway is installed correctly, run:
./epgw.exe --version
Windows (Zip Archive x64)
To download and install Eggplant Gateway on Windows x64, run the following commands in a PowerShell console:
Invoke-WebRequest -Uri https://assets.eggplantsoftware.com/gateway/epgw.26.3.2-0036.win-x64.signed.zip -OutFile epgw.26.3.2-0036.win-x64.signed.zip
Expand-Archive epgw.26.3.2-0036.win-x64.signed.zip -DestinationPath epgw.26.3.2-0036
Then, navigate to the epgw.26.3.2-0036 folder:
cd epgw.26.3.2-0036
To test whether Eggplant Gateway is installed correctly, run:
./epgw.exe --version
Linux (x64)
To download and install Eggplant Gateway on Linux on x64 hardware, run the following commands in a Bash shell:
Prerequisites
Install ffmpeg, version 4.x.y:
mkdir epgw.26.3.2-0036
cd epgw.26.3.2-0036
curl https://assets.eggplantsoftware.com/gateway/epgw.26.3.2-0036.linux-x64.tar.gz --output epgw.26.3.2-0036.linux-x64.tar.gz
tar xvzf epgw.26.3.2-0036.linux-x64.tar.gz
To test whether Eggplant Gateway is installed correctly, run:
./epgw --version
Linux (arm64)
To download and install Eggplant Gateway on Linux that is on arm64 hardware, run the following commands in a Bash shell:
mkdir epgw.26.3.2-0036
cd epgw.26.3.2-0036
curl https://assets.eggplantsoftware.com/gateway/epgw.26.3.2-0036.linux-arm64.tar.gz --output epgw.26.3.2-0036.linux-arm64.tar.gz
tar xvzf epgw.26.3.2-0036.linux-arm64.tar.gz
To test whether Eggplant Gateway is installed correctly, run:
./epgw --version
macOS
To download and install Eggplant Gateway on macOS, run the following commands in a Terminal window:
mkdir epgw.26.3.2-0036
cd epgw.26.3.2-0036
curl https://assets.eggplantsoftware.com/gateway/epgw.26.3.2-0036.osx-x64.signed.tar.gz --output epgw.26.3.2-0036.osx-x64.signed.tar.gz
tar xvzf epgw.26.3.2-0036.osx-x64.signed.tar.gz
sudo chmod +x ./epgw
sudo chmod +x ./adb
sudo chmod +x ./ios
If macOS has placed Eggplant Gateway in quarantine, run the following command to remove the quarantine flag:
sudo xattr -r -d com.apple.quarantine *
To test whether the Eggplant Gateway has been installed correctly, run:
./epgw --version
All downloads
| file | SHA-256 Checksum |
|---|---|
| epgw.26.3.2-0036.win-x86.signed.zip | f2fa3a668ad9e0e8697a75ec9c5354957fe2f5daaf7ff7df87eb4c1373f66852 |
| epgw.26.3.2-0036.win-x64.signed.zip | c64ef42b7b89ea054a149863d700fefc5a7a5f69e1fe705931cd99ba12b76afd |
| epgw.26.3.2-0036.linux-x64.tar.gz | 9ed6ac8efbbe8b09fe0bc2ecd64d3e7b11f74afa66f3bee250bb899e85c974b4 |
| epgw.26.3.2-0036.linux-arm64.tar.gz | 731862d6a90fc23726559721d6ea8e83edbd7739c6abb1f1d2e876f9057c060b |
| epgw.26.3.2-0036.osx-x64.signed.tar.gz | 63dc9f42ebe4b86e8cba41767e269586a3c5bcac7d7a7bc082be5434c82700d8 |
| epgw.26.3.2-0036.osx-arm64.signed.tar.gz | d1443e0da32bfd4b2990afc93941bda3552f29b9a92f696eca02940e452dc671 |
| epgw.26.3.2-0036.win-x86.msi | d1ed9bf8baaafddfe9baaad56d21404f88fad86fc73d6345c854bf50e7784630 |
| epgw.26.3.2-0036.win-x64.msi | 5c969f0087fab6115979f832eddedbe092ad1a01ebef0108279ee53a67cc5ff5 |