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.4-0034.win-x86.signed.zip -OutFile epgw.26.2.4-0034.win-x86.signed.zip
Expand-Archive epgw.26.2.4-0034.win-x86.signed.zip -DestinationPath epgw.26.2.4-0034
Then, navigate to the epgw.26.2.4-0034 folder:
cd epgw.26.2.4-0034
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.4-0034.win-x64.signed.zip -OutFile epgw.26.2.4-0034.win-x64.signed.zip
Expand-Archive epgw.26.2.4-0034.win-x64.signed.zip -DestinationPath epgw.26.2.4-0034
Then, navigate to the epgw.26.2.4-0034 folder:
cd epgw.26.2.4-0034
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.4-0034
cd epgw.26.2.4-0034
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.4-0034.linux-x64.tar.gz --output epgw.26.2.4-0034.linux-x64.tar.gz
tar xvzf epgw.26.2.4-0034.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.4-0034
cd epgw.26.2.4-0034
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.4-0034.linux-arm64.tar.gz --output epgw.26.2.4-0034.linux-arm64.tar.gz
tar xvzf epgw.26.2.4-0034.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.4-0034
cd epgw.26.2.4-0034
curl https://assets.eggplantsoftware.com/gateway/epgw.26.2.4-0034.osx-x64.signed.tar.gz --output epgw.26.2.4-0034.osx-x64.signed.tar.gz
tar xvzf epgw.26.2.4-0034.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.4-0034.win-x86.signed.zip | 8d529a9297d6edff84dcd44ab2c2efd6a9f66a954acfa70845ec2494b4aeec40 |
| epgw.26.2.4-0034.win-x64.signed.zip | 5bd1022c81aa8a659eb9abbcfae11a2c86801855a8382d4041782f6a787b530c |
| epgw.26.2.4-0034.linux-x64.tar.gz | ab2abbd01c7ad7281895b629d53128583ebad8c1d4dd6309f31ecb10de537c0c |
| epgw.26.2.4-0034.linux-arm64.tar.gz | 95983b5a94d2821294c9f483f044e73e6da7b4ac1b49d0def8de764efe0af303 |
| epgw.26.2.4-0034.osx-x64.signed.tar.gz | 9d6f749e74d7e63118e911c4ff1b0675cf7bf1947ff1c46dd72ae6aac9397f84 |
| epgw.26.2.4-0034.osx-arm64.signed.tar.gz | d4cb8acb2d9adf3bf7457e2369c75ea0b8584ccc4d03386bec484ad97195791a |
| epgw.26.2.4-0034.win-x86.msi | 39fe165f9455955eabc8801b9caf07a89c5f37f85209ab3828d4b3f2a76c6186 |
| epgw.26.2.4-0034.win-x64.msi | 8510dfedcb35f0459c04c64e39aa7bc5af7be8bdb05562bf5145db650738d40d |