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.2-0027.win-x86.signed.zip -OutFile epgw.25.4.2-0027.win-x86.signed.zip
Expand-Archive epgw.25.4.2-0027.win-x86.signed.zip -DestinationPath epgw.25.4.2-0027
Then, navigate to the epgw.25.4.2-0027 folder:
cd epgw.25.4.2-0027
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.2-0027.win-x64.signed.zip -OutFile epgw.25.4.2-0027.win-x64.signed.zip
Expand-Archive epgw.25.4.2-0027.win-x64.signed.zip -DestinationPath epgw.25.4.2-0027
Then, navigate to the epgw.25.4.2-0027 folder:
cd epgw.25.4.2-0027
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.2-0027
cd epgw.25.4.2-0027
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.2-0027.linux-x64.tar.gz --output epgw.25.4.2-0027.linux-x64.tar.gz
tar xvzf epgw.25.4.2-0027.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.2-0027
cd epgw.25.4.2-0027
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.2-0027.linux-arm64.tar.gz --output epgw.25.4.2-0027.linux-arm64.tar.gz
tar xvzf epgw.25.4.2-0027.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.2-0027
cd epgw.25.4.2-0027
curl https://assets.eggplantsoftware.com/gateway/epgw.25.4.2-0027.osx-x64.signed.tar.gz --output epgw.25.4.2-0027.osx-x64.signed.tar.gz
tar xvzf epgw.25.4.2-0027.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.2-0027.win-x86.signed.zip | 7191ed879896f4d5e3c24f2839288daae24f4a46a69166e53b03e1a6e1940abd |
epgw.25.4.2-0027.win-x64.signed.zip | b2b3a8f20ba3a378537378c60ab858e2a81db10e2cca497ce08b9dbbb15b8084 |
epgw.25.4.2-0027.linux-x64.tar.gz | 6ecb7067dd296f51ec9c818eda334404df11a986e0721c660a963019f7ea42c5 |
epgw.25.4.2-0027.linux-arm64.tar.gz | 46c525fb0c6cfe42d6c9d5c093d17deca9be0ee1008258d1d5ee37925da0a2e9 |
epgw.25.4.2-0027.osx-x64.signed.tar.gz | e2fe650972210b0d75fc69af1cffe641c008c44812b5e4ac1d7217b0b43cc1a3 |
epgw.25.4.2-0027.osx-arm64.signed.tar.gz | ae75fc5a82795bb5cd944bbb759c021078c1706c2ceada6352d380ac80088c11 |
epgw.25.4.2-0027.win-x86.msi | afa8ac84bfbc1d7cad297e3e6754fcc8c3759a89c2375ed0183e35ac024b1361 |
epgw.25.4.2-0027.win-x64.msi | a471a1d3a632473a5ff96fc34a7c7d20e0bba4064e30ef9762f0eb18cc7db305 |