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.1.4-0019.win-x86.signed.zip -OutFile epgw.26.1.4-0019.win-x86.signed.zip
Expand-Archive epgw.26.1.4-0019.win-x86.signed.zip -DestinationPath epgw.26.1.4-0019
Then, navigate to the epgw.26.1.4-0019 folder:
cd epgw.26.1.4-0019
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.1.4-0019.win-x64.signed.zip -OutFile epgw.26.1.4-0019.win-x64.signed.zip
Expand-Archive epgw.26.1.4-0019.win-x64.signed.zip -DestinationPath epgw.26.1.4-0019
Then, navigate to the epgw.26.1.4-0019 folder:
cd epgw.26.1.4-0019
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.1.4-0019
cd epgw.26.1.4-0019
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.4-0019.linux-x64.tar.gz --output epgw.26.1.4-0019.linux-x64.tar.gz
tar xvzf epgw.26.1.4-0019.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.1.4-0019
cd epgw.26.1.4-0019
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.4-0019.linux-arm64.tar.gz --output epgw.26.1.4-0019.linux-arm64.tar.gz
tar xvzf epgw.26.1.4-0019.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.1.4-0019
cd epgw.26.1.4-0019
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.4-0019.osx-x64.signed.tar.gz --output epgw.26.1.4-0019.osx-x64.signed.tar.gz
tar xvzf epgw.26.1.4-0019.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.1.4-0019.win-x86.signed.zip | 8fdca50208f7c46994470cc784bade3958611e95f7a1b1bf9f9ad727070c3b3f |
| epgw.26.1.4-0019.win-x64.signed.zip | 22e13b94aac464be29fd81819b236c99c0db5d2b40833d84ff0a448d911035fd |
| epgw.26.1.4-0019.linux-x64.tar.gz | 42b4d96fe7d9aa4ffacb40ed079f74eb9d8ed4b066163da485538497f8df7030 |
| epgw.26.1.4-0019.linux-arm64.tar.gz | 470c55fd66877456424dc1894c8677b0e702cf8c6459f3276c26960986d48430 |
| epgw.26.1.4-0019.osx-x64.signed.tar.gz | fa86db1add7cc3a40f3d687e2e9e2a02ad572c394b8a72a67a247b19b6c473be |
| epgw.26.1.4-0019.osx-arm64.signed.tar.gz | 1c13abd2803c60dc7891aca44b6d7a55f7b24e090c76032b7c9886bbabe5e1a4 |
| epgw.26.1.4-0019.win-x86.msi | d37d181edf28631a02a518c5d920a32284a0d53be97a1ef633ad468ec210bd0d |
| epgw.26.1.4-0019.win-x64.msi | c2aa921cb4e48c265c8f6dd41705980e86f1141b63c6c33c9ccacd83b82d8e51 |