Skip to content

Downloads

For normal use, choose a prebuilt package below. Do not clone the repository or compile GPROXY yourself unless you are developing GPROXY or need a custom build.

These packages integrate with the platform launcher and background-start behavior.

APK installations can update from Console. GPROXY verifies the signed APK and then opens Android’s system installer for user approval. Portable Android ZIP installations update gproxy.bin together with their C++ runtime.

Extract the archive and run gproxy (gproxy.exe on Windows). Linux GNU builds use glibc; Linux musl builds are the more portable static option.

The default image uses GNU libc. The -musl tag uses the static musl build. Both image families publish linux/amd64, linux/arm64, and linux/riscv64.

Terminal window
docker pull ghcr.io/leenhawk/gproxy:latest
# Static musl alternative:
docker pull ghcr.io/leenhawk/gproxy:latest-musl

See Docker deployment for persistent storage and runtime configuration.

Upload a prebuilt bundle rather than asking the edge platform to compile Rust.

Continue with Installation for package behavior or Quick Start to launch the downloaded build.