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.2.6-0031.win-x86.signed.zip -OutFile epgw.26.2.6-0031.win-x86.signed.zip
Expand-Archive epgw.26.2.6-0031.win-x86.signed.zip -DestinationPath epgw.26.2.6-0031
Then, navigate to the epgw.26.2.6-0031 folder:
cd epgw.26.2.6-0031
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.2.6-0031.win-x64.signed.zip -OutFile epgw.26.2.6-0031.win-x64.signed.zip
Expand-Archive epgw.26.2.6-0031.win-x64.signed.zip -DestinationPath epgw.26.2.6-0031
Then, navigate to the epgw.26.2.6-0031 folder:
cd epgw.26.2.6-0031
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.2.6-0031
cd epgw.26.2.6-0031
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.6-0031.linux-x64.tar.gz --output epgw.26.2.6-0031.linux-x64.tar.gz
tar xvzf epgw.26.2.6-0031.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.2.6-0031
cd epgw.26.2.6-0031
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.6-0031.linux-arm64.tar.gz --output epgw.26.2.6-0031.linux-arm64.tar.gz
tar xvzf epgw.26.2.6-0031.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.2.6-0031
cd epgw.26.2.6-0031
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.6-0031.osx-x64.signed.tar.gz --output epgw.26.2.6-0031.osx-x64.signed.tar.gz
tar xvzf epgw.26.2.6-0031.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.2.6-0031.win-x86.signed.zip | b8c9573a6633260d3a7613137d1cccf0cceb602b069d74f2d08a0f1da4c5a740 |
| epgw.26.2.6-0031.win-x64.signed.zip | 93cb3f69817b2a28d84c67379a30c9573cd5497d28f46cb57665d547dcc22987 |
| epgw.26.2.6-0031.linux-x64.tar.gz | 72fc0063f241534f23e656c79c6ae92fa22e93df418ea8b74dd02329ab6b89ba |
| epgw.26.2.6-0031.linux-arm64.tar.gz | 92859f06dc97053365dba63edb640a79226e99a9951117f5a513e5dd34afb03e |
| epgw.26.2.6-0031.osx-x64.signed.tar.gz | cfd29d9010bc6144c966605649806ac155e9fd9fd79797f7f57018785ba8d27c |
| epgw.26.2.6-0031.osx-arm64.signed.tar.gz | 88a79c89992f408d3332d40c1f22962923e57b6bdaa61dfc14bfe9e868e3a2df |
| epgw.26.2.6-0031.win-x86.msi | 0939354c7a720cd8ae8c54287f1d80606b6092087cc67547b1bdd669cbd73982 |
| epgw.26.2.6-0031.win-x64.msi | ebdab960170583035e23aa9df037b76248ed22b7a3a7cb795067406948168d37 |