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.1.5-0111.win-x86.signed.zip -OutFile epgw.25.1.5-0111.win-x86.signed.zip
Expand-Archive epgw.25.1.5-0111.win-x86.signed.zip -DestinationPath epgw.25.1.5-0111
Then, navigate to the epgw.25.1.5-0111 folder:
cd epgw.25.1.5-0111
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.1.5-0111.win-x64.signed.zip -OutFile epgw.25.1.5-0111.win-x64.signed.zip
Expand-Archive epgw.25.1.5-0111.win-x64.signed.zip -DestinationPath epgw.25.1.5-0111
Then, navigate to the epgw.25.1.5-0111 folder:
cd epgw.25.1.5-0111
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.1.5-0111
cd epgw.25.1.5-0111
curl https://assets.eggplantsoftware.com/gateway/epgw.25.1.5-0111.linux-x64.tar.gz --output epgw.25.1.5-0111.linux-x64.tar.gz
tar xvzf epgw.25.1.5-0111.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.1.5-0111
cd epgw.25.1.5-0111
curl https://assets.eggplantsoftware.com/gateway/epgw.25.1.5-0111.linux-arm64.tar.gz --output epgw.25.1.5-0111.linux-arm64.tar.gz
tar xvzf epgw.25.1.5-0111.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.1.5-0111
cd epgw.25.1.5-0111
curl https://assets.eggplantsoftware.com/gateway/epgw.25.1.5-0111.osx-x64.signed.tar.gz --output epgw.25.1.5-0111.osx-x64.signed.tar.gz
tar xvzf epgw.25.1.5-0111.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.1.5-0111.win-x86.signed.zip | fac474671af0bdead02f343a60da48d8f0636f625b7bacee6474994e2c06f01a |
epgw.25.1.5-0111.win-x64.signed.zip | 81dca1a3a42d2680952a766b6e3dd205903a707af38e6d9749716088b3ac0280 |
epgw.25.1.5-0111.linux-x64.tar.gz | f2c35e0083f1761af4d97ee784a416ea85bac60a9347390bc818b2333e5cfe9f |
epgw.25.1.5-0111.linux-arm64.tar.gz | a0ae2265a6d24d942b7504b5c2cf2eab565599dd171cc6890dec542d4acc3369 |
epgw.25.1.5-0111.osx-x64.signed.tar.gz | 8e4697473136d19503bdc830547be486f4e9b26aba5f392775d40e3d95f97154 |
epgw.25.1.5-0111.osx-arm64.signed.tar.gz | 482204c2c6e4dbd76dab80c0bcfe4ef9db09ec962e3bbdb65c4695020d292545 |
epgw.25.1.5-0111.win-x86.msi | b064deb9dd065fbfe9c2983e92dc29fdc36169883f77d971564ea6dca1e0f2f8 |
epgw.25.1.5-0111.win-x64.msi | ad000819b14486af9c21962cef29ea026094113e113ad779bca34be5f3681f7d |