Installation
- Choose how to deploy: - a. Download Prebuilt Binary (current release is - v7.5.0)- b. Build with - $ go install github.com/oauth2-proxy/oauth2-proxy/v7@latestwhich will put the binary in- $GOPATH/bin- c. Using the prebuilt docker image quay.io/oauth2-proxy/oauth2-proxy (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 tags available) - d. Using a Kubernetes manifest (Helm) 
Prebuilt binaries can be validated by extracting the file and verifying it against the sha256sum.txt checksum file provided for each release starting with version v3.0.0.
$ sha256sum -c sha256sum.txt
oauth2-proxy-x.y.z.linux-amd64: OK