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.23.20.win7-x86.signed.zip -OutFile epgw.4.23.20.win7-x86.signed.zip
Expand-Archive epgw.4.23.20.win7-x86.signed.zip -DestinationPath epgw.4.23.20
Then, navigate to the epgw.4.23.20 folder:
cd epgw.4.23.20
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.23.20.win7-x64.signed.zip -OutFile epgw.4.23.20.win7-x64.signed.zip
Expand-Archive epgw.4.23.20.win7-x64.signed.zip -DestinationPath epgw.4.23.20
Then, navigate to the epgw.4.23.20 folder:
cd epgw.4.23.20
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.23.20
cd epgw.4.23.20
curl https://assets.eggplantsoftware.com/gateway/epgw.4.23.20.linux-x64.tar.gz --output epgw.4.23.20.linux-x64.tar.gz
tar xvzf epgw.4.23.20.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.23.20
cd epgw.4.23.20
curl https://assets.eggplantsoftware.com/gateway/epgw.4.23.20.linux-arm64.tar.gz --output epgw.4.23.20.linux-arm64.tar.gz
tar xvzf epgw.4.23.20.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.23.20
cd epgw.4.23.20
curl https://assets.eggplantsoftware.com/gateway/epgw.4.23.20.osx-x64.signed.tar.gz --output epgw.4.23.20.osx-x64.signed.tar.gz
tar xvzf epgw.4.23.20.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.23.20.win7-x86.signed.zip | 5d8db4822242c07870e5257d810b35a37c9812de6a98d521ec519b5cd01a80d9 |
epgw.4.23.20.win7-x64.signed.zip | eb4ec9acceb626eb4f7424b5332797a4fc6464a068e12ce7b5ca88f464042154 |
epgw.4.23.20.linux-x64.tar.gz | 99f39ff7d9a9c60787fda3154356ffd0c50b970b3f74b9b0f24008032b5d6932 |
epgw.4.23.20.linux-arm64.tar.gz | a618ef0666895eae0125b31db3b5924c455130801ba00d73b1ca988e7bfe0625 |
epgw.4.23.20.osx-x64.signed.tar.gz | 807ac3672be9f57a19256c2b52fd16f22381726fbecdfc9ccd5577ca99b0b64c |
epgw.4.23.20.osx-arm64.signed.tar.gz | 94559837e3e140b8f364d14a8375d4a235ed3e6ed8f4f669ef975b1b528f33c8 |
epgw.4.23.20.win7-x86.msi | 4d508b054b1ef92e66eca754080d6e54d1a306ea38aab9b86ae83df5569e4ea4 |
epgw.4.23.20.win7-x64.msi | 619835653212687cf8e9f0cb1c216816c865645af886b8f28cba64dac53f006e |