Skip to content
On this page

Downloading Prebuilt Binaries

The installation of Gate is ultra easy, NO Java needed! Gate is only a single executable file ready to run the proxy.


Visit the Releases page, see to the Assets section at the bottom and download Gate for your operating system Windows, macOS or Linux.

Make Gate executable

sh console
chmod +x gate*

If you do not have root access on the target system, you can still install Gate to the ~/.local/bin directory:

sh console
mkdir -p ~/.local/bin
mv gate* ~/.local/bin/gate
# and then append (or prepend) ~/.local/bin to $PATH

Released under the MIT License. (web version: 04d5cd88)