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.2.4-0016.win-x86.signed.zip -OutFile epgw.25.2.4-0016.win-x86.signed.zip
Expand-Archive epgw.25.2.4-0016.win-x86.signed.zip -DestinationPath epgw.25.2.4-0016
Then, navigate to the epgw.25.2.4-0016 folder:
cd epgw.25.2.4-0016
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.2.4-0016.win-x64.signed.zip -OutFile epgw.25.2.4-0016.win-x64.signed.zip
Expand-Archive epgw.25.2.4-0016.win-x64.signed.zip -DestinationPath epgw.25.2.4-0016
Then, navigate to the epgw.25.2.4-0016 folder:
cd epgw.25.2.4-0016
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.2.4-0016
cd epgw.25.2.4-0016
curl https://assets.eggplantsoftware.com/gateway/epgw.25.2.4-0016.linux-x64.tar.gz --output epgw.25.2.4-0016.linux-x64.tar.gz
tar xvzf epgw.25.2.4-0016.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.2.4-0016
cd epgw.25.2.4-0016
curl https://assets.eggplantsoftware.com/gateway/epgw.25.2.4-0016.linux-arm64.tar.gz --output epgw.25.2.4-0016.linux-arm64.tar.gz
tar xvzf epgw.25.2.4-0016.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.2.4-0016
cd epgw.25.2.4-0016
curl https://assets.eggplantsoftware.com/gateway/epgw.25.2.4-0016.osx-x64.signed.tar.gz --output epgw.25.2.4-0016.osx-x64.signed.tar.gz
tar xvzf epgw.25.2.4-0016.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.2.4-0016.win-x86.signed.zip | a0be212c472fec7541be21307c9426ba8c1a4ca6284574d29e2142ed45b099ab |
epgw.25.2.4-0016.win-x64.signed.zip | c26369b7fcfc392c1c3f882b60d44b2b99999a392acaa89c537ca7868a7936c9 |
epgw.25.2.4-0016.linux-x64.tar.gz | 886dbc2d37d2d716c21e199a8df27b11e5c0a012f1e81669a62da1fd2f1f97f6 |
epgw.25.2.4-0016.linux-arm64.tar.gz | 5a85aab032985fc73ffc309059e29e8c86bde29118713262de95b263002a2370 |
epgw.25.2.4-0016.osx-x64.signed.tar.gz | 32d382ea411945f0397d876e840a9b96ffdf796340818766047b0d0a3ca2f8b1 |
epgw.25.2.4-0016.osx-arm64.signed.tar.gz | 7445edad585592fac7f967884b96cb875b5446ca1c47b84707ec9aef04702267 |
epgw.25.2.4-0016.win-x86.msi | 658905f209c1bbae013c3453a2f71d5b8db9efefdb78814de5609cb8c5fe17db |
epgw.25.2.4-0016.win-x64.msi | 30095dd3aca2564632758ee713febf05e1cac19191f5a7f9866c933f7f5c10a4 |