Skip to main content
Version: Next

🛠️ Installation

Docker

Install from the command line

docker pull gofeatureflag/go-feature-flag:latest

Use as base image in Dockerfile

FROM gofeatureflag/go-feature-flag:trixie

HomeBrew (macOS and Linux)

brew install go-feature-flag

Scoop (Windows)

scoop install go-feature-flag

Binary

All binaries are available in x86/ARM in the GitHub Release Page.

FIPS 140-3

If you need FIPS 140 validated cryptography (e.g. FedRAMP), use the FIPS-tagged image:

docker pull gofeatureflag/go-feature-flag:fips

See FIPS 140-3 mode for details on running and verifying it.

Summary

Once GO Feature Flag is installed, you can start using it within your application by connecting your OpenFeature provider to it.