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.3-0050.win-x86.signed.zip -OutFile epgw.25.3.3-0050.win-x86.signed.zip
Expand-Archive epgw.25.3.3-0050.win-x86.signed.zip -DestinationPath epgw.25.3.3-0050
Then, navigate to the epgw.25.3.3-0050 folder:
cd epgw.25.3.3-0050
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.3-0050.win-x64.signed.zip -OutFile epgw.25.3.3-0050.win-x64.signed.zip
Expand-Archive epgw.25.3.3-0050.win-x64.signed.zip -DestinationPath epgw.25.3.3-0050
Then, navigate to the epgw.25.3.3-0050 folder:
cd epgw.25.3.3-0050
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.3-0050
cd epgw.25.3.3-0050
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.3-0050.linux-x64.tar.gz --output epgw.25.3.3-0050.linux-x64.tar.gz
tar xvzf epgw.25.3.3-0050.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.3-0050
cd epgw.25.3.3-0050
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.3-0050.linux-arm64.tar.gz --output epgw.25.3.3-0050.linux-arm64.tar.gz
tar xvzf epgw.25.3.3-0050.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.3-0050
cd epgw.25.3.3-0050
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.3-0050.osx-x64.signed.tar.gz --output epgw.25.3.3-0050.osx-x64.signed.tar.gz
tar xvzf epgw.25.3.3-0050.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.3-0050.win-x86.signed.zip | cd2780d0154e17afc24888ebdf5d70093bc598160e53e336dda8c1ec92b90c22 |
epgw.25.3.3-0050.win-x64.signed.zip | 0df53dea2b23b3cdde6bf199b69a3a05d2e31075ffe74d9b13e39fe596b2fc2a |
epgw.25.3.3-0050.linux-x64.tar.gz | 6482f6e749402d1a6b905916ffd9c3e02c4479eb078c22a658dd6b93776b55e5 |
epgw.25.3.3-0050.linux-arm64.tar.gz | 9fc4afa17edfe45fa67e7b7ed529c8c62440734e82edf11a3001696765fb6eb2 |
epgw.25.3.3-0050.osx-x64.signed.tar.gz | efed9f6c3cdb02326d53f1f6ddce43011463844d44e8ea73fad35865cd860681 |
epgw.25.3.3-0050.osx-arm64.signed.tar.gz | 509e7f27c803b0d6661add01859f967e8a01c3da3c68763e42cb9d0cff325814 |
epgw.25.3.3-0050.win-x86.msi | 01850c3923083b4ccc7b4e0bd2d2766529db84dbba55bafc207a8b75d95c4904 |
epgw.25.3.3-0050.win-x64.msi | 08db77fef50af031ee476c19267a43ec712aa83681f8ddcfb03d5e3583c38e09 |