Install Eggplant Gateway
Windows (Zip Archive x32)
Run the following commands in a PowerShell console to download and install the Eggplant Gateway on x32 Windows.
Invoke-WebRequest -Uri https://assets.eggplantsoftware.com/gateway/epgw.4.19.77.win7-x86.signed.zip -OutFile epgw.4.19.77.win7-x86.signed.zip
Expand-Archive epgw.4.19.77.win7-x86.signed.zip -DestinationPath epgw.4.19.77
Then, navigate to the epgw.4.19.77 folder:
cd epgw.4.19.77
To test whether the Eggplant Gateway has been installed correctly, run:
./epgw.exe --version
Windows (Zip Archive x64)
Run the following commands in a PowerShell console to download and install the Eggplant Gateway on x64 Windows.
Invoke-WebRequest -Uri https://assets.eggplantsoftware.com/gateway/epgw.4.19.77.win7-x64.signed.zip -OutFile epgw.4.19.77.win7-x64.signed.zip
Expand-Archive epgw.4.19.77.win7-x64.signed.zip -DestinationPath epgw.4.19.77
Then, navigate to the epgw.4.19.77 folder:
cd epgw.4.19.77
To test whether the Eggplant Gateway has been installed correctly, run:
./epgw.exe --version
Linux (x64)
Run the following commands in a Bash shell to download and install the Eggplant Gateway on Linux on x64 hardware.
Prerequisites
Install the ffmpeg version 4.x.y
mkdir epgw.4.19.77
cd epgw.4.19.77
curl https://assets.eggplantsoftware.com/gateway/epgw.4.19.77.linux-x64.tar.gz --output epgw.4.19.77.linux-x64.tar.gz
tar xvzf epgw.4.19.77.linux-x64.tar.gz
To test whether the Eggplant Gateway has been installed correctly, run:
./epgw --version
Linux (arm64)
Run the following commands in a Bash shell to download and install the Eggplant Gateway on Linux on arm64 hardware.
mkdir epgw.4.19.77
cd epgw.4.19.77
curl https://assets.eggplantsoftware.com/gateway/epgw.4.19.77.linux-arm64.tar.gz --output epgw.4.19.77.linux-arm64.tar.gz
tar xvzf epgw.4.19.77.linux-arm64.tar.gz
To test whether the Eggplant Gateway has been installed correctly, run:
./epgw --version
macOS
Run the following commands in a Terminal window to download and install the Eggplant Gateway on macOS
mkdir epgw.4.19.77
cd epgw.4.19.77
curl https://assets.eggplantsoftware.com/gateway/epgw.4.19.77.osx-x64.signed.tar.gz --output epgw.4.19.77.osx-x64.signed.tar.gz
tar xvzf epgw.4.19.77.osx-x64.signed.tar.gz
sudo chmod +x ./epgw
sudo chmod +x ./adb
sudo chmod +x ./ios
If macOS has placed the 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.4.19.77.win7-x86.signed.zip | 9304b2411da811168e9bd2debe174e66c8104dd1e9291791cf03a86555cba958 |
epgw.4.19.77.win7-x64.signed.zip | e25ee5b9269127f90e41f09d55f7e381d466c7f128ec70c71e1c61e810c3252a |
epgw.4.19.77.linux-x64.tar.gz | 95b1e23f6ceb67b3d0d2e895a8310d284e3311b82270dff156fc77f02770ab9e |
epgw.4.19.77.linux-arm64.tar.gz | 2c9869a40a60362531088cf0a96cf696833092230c688f5321110c8f41977a7e |
epgw.4.19.77.osx-x64.signed.tar.gz | 6cf5ad97cdaa7e266d0bac9b2934a01198e546a8fded29c1de1a48c61aadb89c |
epgw.4.19.77.osx-arm64.signed.tar.gz | bb0b054a3896e910603ee88220489b3cfe92074e10af26b4c97c304f412a3486 |
epgw.4.19.77.win7-x86.msi | 8061d8d3a9b88e4450e8d18aff008a4c55d7c006abaca64d8b1dc05f664f8c65 |
epgw.4.19.77.win7-x64.msi | 0a14a6a34563e07d4c8fe4e48c94e4ed0713d35e40b88441f97a8608057e4e9b |