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.2-0046.win-x86.signed.zip -OutFile epgw.25.3.2-0046.win-x86.signed.zip
Expand-Archive epgw.25.3.2-0046.win-x86.signed.zip -DestinationPath epgw.25.3.2-0046
Then, navigate to the epgw.25.3.2-0046 folder:
cd epgw.25.3.2-0046
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.2-0046.win-x64.signed.zip -OutFile epgw.25.3.2-0046.win-x64.signed.zip
Expand-Archive epgw.25.3.2-0046.win-x64.signed.zip -DestinationPath epgw.25.3.2-0046
Then, navigate to the epgw.25.3.2-0046 folder:
cd epgw.25.3.2-0046
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.2-0046
cd epgw.25.3.2-0046
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.2-0046.linux-x64.tar.gz --output epgw.25.3.2-0046.linux-x64.tar.gz
tar xvzf epgw.25.3.2-0046.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.2-0046
cd epgw.25.3.2-0046
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.2-0046.linux-arm64.tar.gz --output epgw.25.3.2-0046.linux-arm64.tar.gz
tar xvzf epgw.25.3.2-0046.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.2-0046
cd epgw.25.3.2-0046
curl https://assets.eggplantsoftware.com/gateway/epgw.25.3.2-0046.osx-x64.signed.tar.gz --output epgw.25.3.2-0046.osx-x64.signed.tar.gz
tar xvzf epgw.25.3.2-0046.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.2-0046.win-x86.signed.zip | 76bded379ebbc75cc3f0cf3111089936b5fcce364a3878b9bc0c8760b7486cf5 |
epgw.25.3.2-0046.win-x64.signed.zip | beefd21a85230e35a1ed16f02018cf9eb959697103698013dd7b30b9995070e2 |
epgw.25.3.2-0046.linux-x64.tar.gz | 37d58b5509c13826fd74108b8c548ef70557ccc4ffc5882339e3001d563afabf |
epgw.25.3.2-0046.linux-arm64.tar.gz | ab4f6d476c5bba3dc262aa1f47d7255b8070d0afc199d354eddb23481d47489e |
epgw.25.3.2-0046.osx-x64.signed.tar.gz | dcbef41d5c48d9c798edfec3e83f66d2a2c449b8dfc8a3b3cc7e7ea25b29bade |
epgw.25.3.2-0046.osx-arm64.signed.tar.gz | d0bec2ae7574d906e961321e41afd92e1443dfb9922a2c05cdf629b8cd1bcea9 |
epgw.25.3.2-0046.win-x86.msi | ad2b0c4bf3c779fda52279a8b9430b7111dee0359a6efc5a0a889a54122e632a |
epgw.25.3.2-0046.win-x64.msi | 32d444406db4bbedbcb32d5d479b0530159fae5dd38eb88aa84de33b871ec86d |