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, go to the Assets section at the bottom and download Gate for your operating system Windows, macOS or Linux.
Make Gate executable
sh
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
mkdir -p ~/.local/bin
mv gate* ~/.local/bin/gate
# and then append (or prepend) ~/.local/bin to $PATH