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.8-0013.win-x86.signed.zip -OutFile epgw.25.4.8-0013.win-x86.signed.zip
Expand-Archive epgw.25.4.8-0013.win-x86.signed.zip -DestinationPath epgw.25.4.8-0013
Then, navigate to the epgw.25.4.8-0013 folder:
cd epgw.25.4.8-0013
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.8-0013.win-x64.signed.zip -OutFile epgw.25.4.8-0013.win-x64.signed.zip
Expand-Archive epgw.25.4.8-0013.win-x64.signed.zip -DestinationPath epgw.25.4.8-0013
Then, navigate to the epgw.25.4.8-0013 folder:
cd epgw.25.4.8-0013
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.8-0013
cd epgw.25.4.8-0013
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.8-0013.linux-x64.tar.gz --output epgw.25.4.8-0013.linux-x64.tar.gz
tar xvzf epgw.25.4.8-0013.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.8-0013
cd epgw.25.4.8-0013
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.8-0013.linux-arm64.tar.gz --output epgw.25.4.8-0013.linux-arm64.tar.gz
tar xvzf epgw.25.4.8-0013.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.8-0013
cd epgw.25.4.8-0013
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.8-0013.osx-x64.signed.tar.gz --output epgw.25.4.8-0013.osx-x64.signed.tar.gz
tar xvzf epgw.25.4.8-0013.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.8-0013.win-x86.signed.zip | abe2b5370e513c9b93fa5b285c3949357fc0a39d6359c82c82cb09da3670df90 |
| epgw.25.4.8-0013.win-x64.signed.zip | 4d9ed3965914fb02d28c95a0d8d6b7a39145f92935487c1ad624c384c332dd9c |
| epgw.25.4.8-0013.linux-x64.tar.gz | 47043d564bc87f03ea21e55b1c2cfe24785e31deaed2169c941039d08140ca45 |
| epgw.25.4.8-0013.linux-arm64.tar.gz | 05b474301816514648f76a462e1c7109328146b46bdfcee7d89e443015116932 |
| epgw.25.4.8-0013.osx-x64.signed.tar.gz | 7babe8e7f7ca19704eeda3e4e0806ded03e46a9e3fde55ab89903d8585d1871a |
| epgw.25.4.8-0013.osx-arm64.signed.tar.gz | 697f25b29c914442bb82bb22942941f3e34dc2cfc10e9a88b91e1899b4b299a4 |
| epgw.25.4.8-0013.win-x86.msi | 4593a12c558d11a37cb7a19b4541eb0e33cd1dc8ade4400bae1d15bb94463450 |
| epgw.25.4.8-0013.win-x64.msi | 01d8b290c5a30dc1946f04586ae84eb1e8dcff4c74921ae9adc80e5a318ab572 |