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.5-0037.win-x86.signed.zip -OutFile epgw.25.3.5-0037.win-x86.signed.zip
Expand-Archive epgw.25.3.5-0037.win-x86.signed.zip -DestinationPath epgw.25.3.5-0037
Then, navigate to the epgw.25.3.5-0037 folder:
cd epgw.25.3.5-0037
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.5-0037.win-x64.signed.zip -OutFile epgw.25.3.5-0037.win-x64.signed.zip
Expand-Archive epgw.25.3.5-0037.win-x64.signed.zip -DestinationPath epgw.25.3.5-0037
Then, navigate to the epgw.25.3.5-0037 folder:
cd epgw.25.3.5-0037
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.5-0037
cd epgw.25.3.5-0037
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.5-0037.linux-x64.tar.gz --output epgw.25.3.5-0037.linux-x64.tar.gz
tar xvzf epgw.25.3.5-0037.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.5-0037
cd epgw.25.3.5-0037
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.5-0037.linux-arm64.tar.gz --output epgw.25.3.5-0037.linux-arm64.tar.gz
tar xvzf epgw.25.3.5-0037.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.5-0037
cd epgw.25.3.5-0037
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.5-0037.osx-x64.signed.tar.gz --output epgw.25.3.5-0037.osx-x64.signed.tar.gz
tar xvzf epgw.25.3.5-0037.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.5-0037.win-x86.signed.zip | 3444316c1425bc59113c8e2472c0af6d654b4709fbd8df3344bd41f1c739141b |
epgw.25.3.5-0037.win-x64.signed.zip | 4120a60fd96346775697b0923258611643ed3374fc8216db671abd621014b49b |
epgw.25.3.5-0037.linux-x64.tar.gz | e074b63ac9d916779b0eb8f5196d7c8d5b58f891a420c3d51df6ce2534212b52 |
epgw.25.3.5-0037.linux-arm64.tar.gz | 39f28dce8239208c94e009133513f6ad0badd065d4bec74524e26fc8d130a21d |
epgw.25.3.5-0037.osx-x64.signed.tar.gz | 94b002f3cd19cf89f914a020d2748bb44cff42c202bccfd7969658a78c3de107 |
epgw.25.3.5-0037.osx-arm64.signed.tar.gz | d7c6a0c7bfc1e7999c84cebdd8915df186f4187a43c8ad8dffb2e240b71936c1 |
epgw.25.3.5-0037.win-x86.msi | d8b06153c9692a2cab40915f21d305cbf4b90c7fbabb31a8e2cbb4a886af53be |
epgw.25.3.5-0037.win-x64.msi | b43fb1f96551adc065e22ecc8126b62cd8c50f5b807177eb679c9498339221f9 |