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.4-0030.win-x86.signed.zip -OutFile epgw.26.3.4-0030.win-x86.signed.zip
Expand-Archive epgw.26.3.4-0030.win-x86.signed.zip -DestinationPath epgw.26.3.4-0030
Then, navigate to the epgw.26.3.4-0030 folder:
cd epgw.26.3.4-0030
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.4-0030.win-x64.signed.zip -OutFile epgw.26.3.4-0030.win-x64.signed.zip
Expand-Archive epgw.26.3.4-0030.win-x64.signed.zip -DestinationPath epgw.26.3.4-0030
Then, navigate to the epgw.26.3.4-0030 folder:
cd epgw.26.3.4-0030
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.4-0030
cd epgw.26.3.4-0030
curl https://assets.eggplantsoftware.com/gateway/epgw.26.3.4-0030.linux-x64.tar.gz --output epgw.26.3.4-0030.linux-x64.tar.gz
tar xvzf epgw.26.3.4-0030.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.4-0030
cd epgw.26.3.4-0030
curl https://assets.eggplantsoftware.com/gateway/epgw.26.3.4-0030.linux-arm64.tar.gz --output epgw.26.3.4-0030.linux-arm64.tar.gz
tar xvzf epgw.26.3.4-0030.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.4-0030
cd epgw.26.3.4-0030
curl https://assets.eggplantsoftware.com/gateway/epgw.26.3.4-0030.osx-x64.signed.tar.gz --output epgw.26.3.4-0030.osx-x64.signed.tar.gz
tar xvzf epgw.26.3.4-0030.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.4-0030.win-x86.signed.zip | 287b654994e6ed28d0845eeae206cdb585be787efe7d1c1b862a505b807bfb4a |
| epgw.26.3.4-0030.win-x64.signed.zip | ee97d376259bd2c88b42af51388a8bca2cbc0fe96a3478537289ce237c770e0e |
| epgw.26.3.4-0030.linux-x64.tar.gz | 4f05c25812ab9c4873af2afe665f0fd499c7af87d6d77ebe684081961fa45ee1 |
| epgw.26.3.4-0030.linux-arm64.tar.gz | ff0038260f3261fdabefa3b95610fa9704d167766b345dc9ed8813f31900b478 |
| epgw.26.3.4-0030.osx-x64.signed.tar.gz | af163429bbcfb4de7b367bf772f5af75afb0fa2524b68f56e825974fa5a3df12 |
| epgw.26.3.4-0030.osx-arm64.signed.tar.gz | fd3e348c6e36d986739a21524fcbb9a710b830b350227f71039db8bc14c2a4c8 |
| epgw.26.3.4-0030.win-x86.msi | 1b5a5b0c906fbc43fab0adb19c5d956887f1b0533d140e5ad0ab24e350a65fa1 |
| epgw.26.3.4-0030.win-x64.msi | cf615f43db64e4d2e6ec35e0b5f3695240ff28c135dc84adb2db1234ff4de72f |