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.3.6-0056.win-x86.signed.zip -OutFile epgw.25.3.6-0056.win-x86.signed.zip
Expand-Archive epgw.25.3.6-0056.win-x86.signed.zip -DestinationPath epgw.25.3.6-0056
Then, navigate to the epgw.25.3.6-0056 folder:
cd epgw.25.3.6-0056
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.3.6-0056.win-x64.signed.zip -OutFile epgw.25.3.6-0056.win-x64.signed.zip
Expand-Archive epgw.25.3.6-0056.win-x64.signed.zip -DestinationPath epgw.25.3.6-0056
Then, navigate to the epgw.25.3.6-0056 folder:
cd epgw.25.3.6-0056
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.3.6-0056
cd epgw.25.3.6-0056
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.6-0056.linux-x64.tar.gz --output epgw.25.3.6-0056.linux-x64.tar.gz
tar xvzf epgw.25.3.6-0056.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.3.6-0056
cd epgw.25.3.6-0056
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.6-0056.linux-arm64.tar.gz --output epgw.25.3.6-0056.linux-arm64.tar.gz
tar xvzf epgw.25.3.6-0056.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.3.6-0056
cd epgw.25.3.6-0056
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.6-0056.osx-x64.signed.tar.gz --output epgw.25.3.6-0056.osx-x64.signed.tar.gz
tar xvzf epgw.25.3.6-0056.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.3.6-0056.win-x86.signed.zip | 53ba015a3994d59c34b6ef08bad8c6c37f26085e68829c26d3f1f6671f8485e4 |
epgw.25.3.6-0056.win-x64.signed.zip | 11377155efb23286cfbc45ab8eafb51a388208dffbac027a701f1745b1d2b24c |
epgw.25.3.6-0056.linux-x64.tar.gz | e40c80e583c170d3f930c57400e0e912353ead6ffd679110ba8feb306015e561 |
epgw.25.3.6-0056.linux-arm64.tar.gz | 4bc571d2d7c5dd5f79eb0a502b9ac6cce628cf1c91f7738055e37fff49b7fd12 |
epgw.25.3.6-0056.osx-x64.signed.tar.gz | b4d4c1e9a76ce44e686689a1c872e20d18eab5b8e380119df3605e2c8c986de9 |
epgw.25.3.6-0056.osx-arm64.signed.tar.gz | 1451c7d55840fc535a55045d8afdba40d7441a529ab0e3d3fd26dcf9db7986ad |
epgw.25.3.6-0056.win-x86.msi | 69832b179bd0d785b652f42c63c6f17719bae982cd6dad8c7f65565552d30947 |
epgw.25.3.6-0056.win-x64.msi | 5501bcf4175731e7f36e209abbeff2422d8ec9ade4858d233dae48063fb2ae97 |