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.1-0035.win-x86.signed.zip -OutFile epgw.26.2.1-0035.win-x86.signed.zip
Expand-Archive epgw.26.2.1-0035.win-x86.signed.zip -DestinationPath epgw.26.2.1-0035
Then, navigate to the epgw.26.2.1-0035 folder:
cd epgw.26.2.1-0035
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.1-0035.win-x64.signed.zip -OutFile epgw.26.2.1-0035.win-x64.signed.zip
Expand-Archive epgw.26.2.1-0035.win-x64.signed.zip -DestinationPath epgw.26.2.1-0035
Then, navigate to the epgw.26.2.1-0035 folder:
cd epgw.26.2.1-0035
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.1-0035
cd epgw.26.2.1-0035
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.1-0035.linux-x64.tar.gz --output epgw.26.2.1-0035.linux-x64.tar.gz
tar xvzf epgw.26.2.1-0035.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.1-0035
cd epgw.26.2.1-0035
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.1-0035.linux-arm64.tar.gz --output epgw.26.2.1-0035.linux-arm64.tar.gz
tar xvzf epgw.26.2.1-0035.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.1-0035
cd epgw.26.2.1-0035
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.1-0035.osx-x64.signed.tar.gz --output epgw.26.2.1-0035.osx-x64.signed.tar.gz
tar xvzf epgw.26.2.1-0035.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.1-0035.win-x86.signed.zip | 595535a3099bae503d63d09b187a4a6227e08a76d2ab97f2601f2c1275d3a663 |
| epgw.26.2.1-0035.win-x64.signed.zip | 9ca076a2d045cd938b9c0418c3777091edee18b5579f71b90a24befe845796ad |
| epgw.26.2.1-0035.linux-x64.tar.gz | 05005df22e95901133aaf266830fbe61ebccb2f9a584b90a6a031c534098cb03 |
| epgw.26.2.1-0035.linux-arm64.tar.gz | 2fec0e824bc7ddce5be09459ac5ab049f791c68e285456caeba0d94c1d87b004 |
| epgw.26.2.1-0035.osx-x64.signed.tar.gz | 573c3f154d05830e9ef298506c41f18741fde90686ec152cb1ec85683de22042 |
| epgw.26.2.1-0035.osx-arm64.signed.tar.gz | 3b535a281ae219e65bce0c5da97526dc7eaa522cf8b28067db6d3f7ffc068d8c |
| epgw.26.2.1-0035.win-x86.msi | f5a9fc32dde18ff0045c41f30519fcfa2b9596c614451908ee296d73d6410572 |
| epgw.26.2.1-0035.win-x64.msi | 6098642fb29ad08e7b2f8b2f2364aab12afb2a6504c7ee80265a5df64e3ae97e |