# goproxy を Homebrew でインストール

goproxy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:goproxy
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install goproxy
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:goproxy
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/goproxy>
- **バージョン:** 2.0.7
- **ソース概要:** Global proxy for Go modules
- **ホームページ:** <https://goproxy.io/>
- **リポジトリ:** <https://github.com/goproxyio/goproxy>
- **上流ドキュメント:** <https://goproxy.io/>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/goproxyio/goproxy/archive/refs/tags/v2.0.7.tar.gz>
- **最終更新:** 2026-07-25T20:55:25-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- goproxy (cli)
- goproxy (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.0.7
- マネージャ更新日: 2026-07-25
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/goproxyio/goproxy
- 検出された最新: v2.0.7 (最新)
## プロジェクトの歴史と使われ方

goproxy is a Go module proxy server and router from the goproxy.io project. Its significance comes from the Go modules transition: once GOPROXY became a first-class part of the go command, small proxy servers became build-infrastructure packages rather than optional caching tricks.

### プロジェクトの歴史

The goproxyio/goproxy repository was created in 2018, the same period in which Go modules moved into public use. Its README describes it as a global proxy for Go modules and documents proxy mode, router mode, Docker use, Kubernetes deployment, private-module routing, and authentication workarounds.

The Go project launched the public module mirror, index, and checksum database in 2019 and documented that Go 1.13 would use the mirror and checksum database by default for module users. That official infrastructure made GOPROXY a normal part of Go dependency resolution.

goproxy.io sits in the third-party/self-hostable side of that ecosystem: teams can run a proxy locally, route selected private modules directly, or point to another upstream proxy.

### 採用の歴史

The package has a narrower package-manager footprint than gopls or gops, but it belongs to a critical class of Go build tooling. Its adoption is best understood through the broader adoption of module proxies after Go 1.13.

The README's Docker and Kubernetes examples show the expected operational setting: goproxy is commonly deployed as service infrastructure, not merely installed as a developer laptop command.

### 使われ方

In proxy mode, goproxy listens for Go module proxy protocol requests and uses the local go command and a cache directory to answer them. Users then set `GOPROXY=http://host:port` for clients.

In router mode, goproxy can forward public module requests to an upstream proxy while sending excluded private module patterns directly to their repositories. The README documents this with `-proxy` and `-exclude` flags.

The Go module reference explains the larger GOPROXY, GOSUMDB, GOPRIVATE, GONOPROXY, and GONOSUMDB environment-variable model that goproxy deployments fit into.

### パッケージ好きにとっての重要性

goproxy matters to package nerds because it embodies Go's post-GOPATH dependency distribution model: module metadata, version lists, `.mod` files, and zip archives served over a simple HTTP protocol.

It is also a practical bridge between public module mirrors and private enterprise code. The `-exclude` routing pattern maps directly onto the package-manager problem of separating public cacheability from private-source access.

For reproducible builds, module proxies are important because they reduce dependence on live VCS availability and pair with checksum databases for tamper detection.

### タイムライン

- 2018: goproxyio/goproxy repository created.
- 2018: Go 1.11 introduces preliminary module support.
- 2019: Go module mirror, index, and checksum database announced as production ready.
- 2019: Go 1.13 defaults module users to the Go module mirror and checksum database.
- 2020s: goproxy README documents Docker and Kubernetes deployment patterns for self-hosted use.

### Related projects

- proxy.golang.org is the Go team's public module mirror.
- sum.golang.org is the public checksum database used by the go command.
- The Go module system defines the GOPROXY protocol and private-module environment variables.

### ソース

- <https://github.com/goproxyio/goproxy>
- <https://go.dev/blog/module-mirror-launch>
- <https://go.dev/doc/go1.13>
- <https://go.dev/ref/mod>
- <https://goproxy.io/>
- <https://proxy.golang.org/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** goproxy
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [gopls](https://pkg.so/ja/brew/gopls/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [delve](https://pkg.so/ja/brew/delve/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [goimports](https://pkg.so/ja/brew/goimports/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [chroma](https://pkg.so/ja/brew/chroma/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [oauth2l](https://pkg.so/ja/brew/oauth2l/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [ggc](https://pkg.so/ja/brew/ggc/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [gabo](https://pkg.so/ja/brew/gabo/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [vgo](https://pkg.so/ja/brew/vgo/) - Shares pkgdb curated category or tags: cli, developer-tools, go.

## Combined YAML source

View the package source record on GitHub. [combined/goproxy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/goproxy.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
