Skip to main content
Version: v1.7.0

Install the relay proxy

When should I use the GO Feature Flag Relay Proxy?

  • If you want to access your feature flag using an API instead of the thomaspoignant/go-feature-flag SDK.
  • If you are not using GOlang to build your application.
  • If you want to reduce the number of accesses to your configuration flag by centralizing them.

Install using Homebrew (mac and linux)

brew install go-feature-flag-relay-proxy

Install using Scoop (windows)

scoop bucket add org https://github.com/thomaspoignant/scoop.git
scoop install go-feature-flag-relay-proxy

Install using docker

docker pull thomaspoignant/go-feature-flag-relay-proxy:latest
info

More info in the dockerhub page.

Get the latest GO Feature Flag updates