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.25.4.6-0055.win-x86.signed.zip -OutFile epgw.25.4.6-0055.win-x86.signed.zip
Expand-Archive epgw.25.4.6-0055.win-x86.signed.zip -DestinationPath epgw.25.4.6-0055
Then, navigate to the epgw.25.4.6-0055 folder:
cd epgw.25.4.6-0055
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.25.4.6-0055.win-x64.signed.zip -OutFile epgw.25.4.6-0055.win-x64.signed.zip
Expand-Archive epgw.25.4.6-0055.win-x64.signed.zip -DestinationPath epgw.25.4.6-0055
Then, navigate to the epgw.25.4.6-0055 folder:
cd epgw.25.4.6-0055
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.25.4.6-0055
cd epgw.25.4.6-0055
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.6-0055.linux-x64.tar.gz --output epgw.25.4.6-0055.linux-x64.tar.gz
tar xvzf epgw.25.4.6-0055.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.25.4.6-0055
cd epgw.25.4.6-0055
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.6-0055.linux-arm64.tar.gz --output epgw.25.4.6-0055.linux-arm64.tar.gz
tar xvzf epgw.25.4.6-0055.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.25.4.6-0055
cd epgw.25.4.6-0055
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.6-0055.osx-x64.signed.tar.gz --output epgw.25.4.6-0055.osx-x64.signed.tar.gz
tar xvzf epgw.25.4.6-0055.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.25.4.6-0055.win-x86.signed.zip | 0879dfdbef8c1f9fc63adddc214ab646c7388d7adb676c5b202e1f090d9e4210 |
| epgw.25.4.6-0055.win-x64.signed.zip | ff9b8b4ff33a6f17fea5d0c07d34b832c3789e10c804daec36f98f9a22c904c4 |
| epgw.25.4.6-0055.linux-x64.tar.gz | dbd023aa809840adaf24c0be65a6df6279700fe628729bf9a46f3bc0b25a5fb3 |
| epgw.25.4.6-0055.linux-arm64.tar.gz | 2ce1efc1087b958a5efc9ba2d1f2e813263d3a50614fbe0278cdc4b1c53cbe82 |
| epgw.25.4.6-0055.osx-x64.signed.tar.gz | a015132ebef8f34d37b004b648b40bf68a5d69eda3bfee0f0bb7c0f5942816ab |
| epgw.25.4.6-0055.osx-arm64.signed.tar.gz | 323c4c33cb11b6d76ca3a476eec134998095e311a98f2135e02a31d52dd3f859 |
| epgw.25.4.6-0055.win-x86.msi | cb9cf3c7284ba97af975a95c7109ebe3ab3a659f47f8d562664d252160f87ed9 |
| epgw.25.4.6-0055.win-x64.msi | 25dc4d434afeb07d6e8be088d25178115468f4634383ad991cdb277983cbb919 |