Skip to main content

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.26.1.1-0124.win-x86.signed.zip -OutFile epgw.26.1.1-0124.win-x86.signed.zip
Expand-Archive epgw.26.1.1-0124.win-x86.signed.zip -DestinationPath epgw.26.1.1-0124

Then, navigate to the epgw.26.1.1-0124 folder:

cd epgw.26.1.1-0124

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.26.1.1-0124.win-x64.signed.zip -OutFile epgw.26.1.1-0124.win-x64.signed.zip
Expand-Archive epgw.26.1.1-0124.win-x64.signed.zip -DestinationPath epgw.26.1.1-0124

Then, navigate to the epgw.26.1.1-0124 folder:

cd epgw.26.1.1-0124

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.26.1.1-0124
cd epgw.26.1.1-0124
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.1-0124.linux-x64.tar.gz --output epgw.26.1.1-0124.linux-x64.tar.gz
tar xvzf epgw.26.1.1-0124.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.26.1.1-0124
cd epgw.26.1.1-0124
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.1-0124.linux-arm64.tar.gz --output epgw.26.1.1-0124.linux-arm64.tar.gz
tar xvzf epgw.26.1.1-0124.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.26.1.1-0124
cd epgw.26.1.1-0124
curl https://assets.eggplantsoftware.com/gateway/epgw.26.1.1-0124.osx-x64.signed.tar.gz --output epgw.26.1.1-0124.osx-x64.signed.tar.gz
tar xvzf epgw.26.1.1-0124.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

fileSHA-256 Checksum
epgw.26.1.1-0124.win-x86.signed.zip264d8bd1b9692e305b52f518b587b673d64aacb1234ac5b07dfd7b0350d14fc4
epgw.26.1.1-0124.win-x64.signed.zipbd63e1b79c42d0f4e28d84afcda1cfa377c290e47cdbe25f4e3a571e5e7498b7
epgw.26.1.1-0124.linux-x64.tar.gzaf76580361c53a222688b1e156a5dca992aed4f9620822cf5668efaf99f1168f
epgw.26.1.1-0124.linux-arm64.tar.gz54b868215ae84d8768bcb77f7e4f65ec9b53ca60ca43b14b2e76947692163863
epgw.26.1.1-0124.osx-x64.signed.tar.gz631461e1805fc78625721ed872854dac75ba2bc71c64d8931aa2965ff27d6011
epgw.26.1.1-0124.osx-arm64.signed.tar.gz6b10caeaf3a5b429215f4e19c17b804ce6e757f7ac00c08b336ed6bd2e53c934
epgw.26.1.1-0124.win-x86.msi89f50d4051e56b5b7c447781d431a61bc78c1b9ae3dea4d9ce81714304d82c64
epgw.26.1.1-0124.win-x64.msi967f56e586cc7cac4533da366c33e86f437d3a828b880d5af6bbae063ad5b7e6