# 使用 Homebrew 安装 go-feature-flag-relay-proxy

查看 go-feature-flag-relay-proxy 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:go-feature-flag-relay-proxy
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install go-feature-flag-relay-proxy
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:go-feature-flag-relay-proxy
- **软件包管理器:** Homebrew
- **版本:** 1.55.1
- **来源摘要:** Stand alone server to run GO Feature Flag
- **主页:** <https://gofeatureflag.org>
- **仓库:** <https://github.com/thomaspoignant/go-feature-flag>
- **最后更新:** 2026-07-29T16:05:03+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- go-feature-flag-relay-proxy (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.55.1
## 项目历史与用法

GO Feature Flag Relay Proxy is the server component of GO Feature Flag, an open-source feature flag system written in Go. The relay proxy exposes feature-flag evaluation APIs so applications in several languages can use GO Feature Flag through OpenFeature providers or direct HTTP calls.

### 项目历史

The parent GO Feature Flag repository was created in 2020 as a Go-oriented feature flag library. Its README explains that the project began as a solution for the Go language and later expanded through OpenFeature standardization, with the relay proxy providing an API layer over the Go module so non-Go applications could share the same evaluation logic.

### 采用历史

The project sits in the OpenFeature ecosystem and advertises provider support across backend, frontend, and mobile languages. Its adopters list includes organizations and open-source projects using it for backend services, frontend applications, OpenFeature-based flagging, and relay-proxy deployments.

### 使用方式

Practitioners run the relay proxy as the central flag-evaluation service, usually with a YAML configuration file passed through `--config` or mounted into a container. The proxy loads flag definitions from retrievers such as files, HTTP, S3, or Kubernetes, stores them in memory, polls for changes, and exposes APIs that OpenFeature SDK providers call from application code.

### 为什么软件包爱好者会关心

For package maintainers, the relay proxy is the packaged operational face of a library-first Go project. Shipping it as a Homebrew formula gives developers a database-free feature-flag daemon they can install locally for testing, wire into containers, or run as infrastructure beside services.

### 时间线

- 2020: The GO Feature Flag repository was created.
- 2024: v1.29.x and later releases appeared on GitHub's release stream.
- 2026: v1.54.x releases showed the relay-proxy and provider ecosystem under active release management.

### Related projects

- OpenFeature
- GO Feature Flag Go module
- GO Feature Flag OpenFeature providers

### 来源

- <https://github.com/thomaspoignant/go-feature-flag>
- <https://github.com/thomaspoignant/go-feature-flag/blob/main/ADOPTERS.md>
- <https://github.com/thomaspoignant/go-feature-flag/releases>
- <https://gofeatureflag.org/>
- <https://gofeatureflag.org/docs/getting-started>
- <https://gofeatureflag.org/docs/relay-proxy>


## 安全说明

没有找到 go-feature-flag-relay-proxy 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: path passed with --config

## Credential files

- Unix: path passed with --config

## Combined YAML source

View the package source record on GitHub. [combined/go-feature-flag-relay-proxy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/go-feature-flag-relay-proxy.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
