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.7-0036.win-x86.signed.zip -OutFile epgw.26.1.7-0036.win-x86.signed.zip
Expand-Archive epgw.26.1.7-0036.win-x86.signed.zip -DestinationPath epgw.26.1.7-0036
Then, navigate to the epgw.26.1.7-0036 folder:
cd epgw.26.1.7-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.1.7-0036.win-x64.signed.zip -OutFile epgw.26.1.7-0036.win-x64.signed.zip
Expand-Archive epgw.26.1.7-0036.win-x64.signed.zip -DestinationPath epgw.26.1.7-0036
Then, navigate to the epgw.26.1.7-0036 folder:
cd epgw.26.1.7-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.1.7-0036
cd epgw.26.1.7-0036
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.7-0036.linux-x64.tar.gz --output epgw.26.1.7-0036.linux-x64.tar.gz
tar xvzf epgw.26.1.7-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.1.7-0036
cd epgw.26.1.7-0036
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.7-0036.linux-arm64.tar.gz --output epgw.26.1.7-0036.linux-arm64.tar.gz
tar xvzf epgw.26.1.7-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.1.7-0036
cd epgw.26.1.7-0036
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.7-0036.osx-x64.signed.tar.gz --output epgw.26.1.7-0036.osx-x64.signed.tar.gz
tar xvzf epgw.26.1.7-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.1.7-0036.win-x86.signed.zip | 47f53e6b066b21429c19fa57324ce4cd667aee38981caf7694444ad12f205c34 |
| epgw.26.1.7-0036.win-x64.signed.zip | 02ee0ec12b213bd644ad53d089f1aebf1e82cb29ea17f2c0a553695ceb377512 |
| epgw.26.1.7-0036.linux-x64.tar.gz | 5b668556a5d8d030ba9d08a4edb6995581c9c1844182b7d6bac0e106557374ec |
| epgw.26.1.7-0036.linux-arm64.tar.gz | db0c308eb61b1c07691708c4554bd4611a70da806c9a90fbb6f26f417d0cc58a |
| epgw.26.1.7-0036.osx-x64.signed.tar.gz | af55ce3f38515bc8eaebb1946ab23d976e33d868288e858cf19604c39676532d |
| epgw.26.1.7-0036.osx-arm64.signed.tar.gz | 7f045dfe80e4176d371c66c0e5b5697a904c18d640465412bf593cb998154852 |
| epgw.26.1.7-0036.win-x86.msi | fbf375b61c1a7f92243f97f5a6842088d40f6be205a5838886d23506567a3cac |
| epgw.26.1.7-0036.win-x64.msi | 168be5be70a271482f4f476276a2f43aff8f940ed8051a98d452841df49c983b |