# wgo を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:wgo
```

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

### macOS

- Homebrew (100%):

```sh
brew install wgo
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#wgo
```

  証拠: nixpkgs package indexes: pkgs/by-name/wg/wgo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:wgo
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/wgo>
- **バージョン:** 0.6.4
- **ソース概要:** Watch arbitrary files and respond with arbitrary commands
- **ホームページ:** <https://github.com/bokwoon95/wgo>
- **リポジトリ:** <https://github.com/bokwoon95/wgo>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/bokwoon95/wgo/archive/refs/tags/v0.6.4.tar.gz>
- **最終更新:** 2026-07-25T22:40:20+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

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

wgo, expanded in the README as watcher-go, is a Go-focused live-reload and general file-watcher command. Its upstream description is direct: watch arbitrary files and respond with arbitrary commands, including multiple commands in parallel.

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

The GitHub repository was created in January 2023 and presents wgo as a response to file watchers that force commands into strings, require configuration files, or produce noisy output. The README emphasizes that the implementation is intentionally short and that core documentation starts with the quickstart.

Release metadata shows continued development through the 0.5 series in 2024-2025 and 0.6.x releases in 2025-2026. That history is young compared with older Unix tools, but the project has settled into a recognizable niche among Go developers who want a small live-reload wrapper.

### 採用の歴史

wgo's adoption signal is mainly GitHub- and Go-community based rather than institutional. It is packaged for Homebrew and Nix, but its source-backed identity comes from the repository, release stream, and README positioning rather than from long distribution history.

### 使われ方

The most common use is to prefix a command with wgo so that it reruns when files change, for example rebuilding C code, running Go code, or restarting a Go server. The special wgo run mode behaves like go run but reruns when Go files change, and flags allow users to include or exclude files and directories, debounce events, poll, chain commands, and run watchers in parallel.

Because it is not limited to Go commands, wgo also fits frontend-adjacent workflows in Go projects, such as rebuilding Sass or TypeScript alongside a Go server by chaining parallel wgo commands.

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

wgo is significant in the small-tool sense: it keeps live reload out of a project-specific config file and makes it a command-line behavior. For package users, that means one executable can sit beside go, make, gcc, sass, or tsc and provide a simple watch loop without adopting a larger task runner.

### タイムライン

- 2023-01-12: The GitHub repository is created.
- 2024: GitHub release metadata records the 0.5.6 series.
- 2025: GitHub release metadata records multiple 0.5.x and 0.6.0 releases.
- 2026-05-06: GitHub release metadata records v0.6.4.

### Related projects

- Go's built-in go run is the command wgo run shadows for live reload.
- General file-watcher and task-runner tools such as entr, watchexec, reflex, air, and make-based watch loops occupy adjacent space.

### ソース

- <https://github.com/bokwoon95/wgo>
- <https://github.com/bokwoon95/wgo/blob/main/README.md>
- <https://github.com/bokwoon95/wgo/releases>


## セキュリティノート

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:** wgo
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - wgo: normalized package name match | nixpkgs package indexes: pkgs/by-name/wg/wgo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [gaze](https://pkg.so/ja/brew/gaze/) - Shares pkgdb curated category or tags: automation, cli, command-runner, developer-tools, file-watcher.
- [watchman](https://pkg.so/ja/brew/watchman/) - Shares pkgdb curated category or tags: automation, cli, developer-tools, file-watcher.
- [watchexec](https://pkg.so/ja/brew/watchexec/) - Shares pkgdb curated category or tags: automation, cli, developer-tools, file-watcher.
- [entr](https://pkg.so/ja/brew/entr/) - Shares pkgdb curated category or tags: automation, cli, developer-tools, file-watcher.
- [webhook](https://pkg.so/ja/brew/webhook/) - Shares pkgdb curated category or tags: automation, cli, command-runner, developer-tools.
- [leaf](https://pkg.so/ja/brew/leaf/) - Shares pkgdb curated category or tags: automation, cli, developer-tools, file-watcher.
- [reflex](https://pkg.so/ja/brew/reflex/) - Shares pkgdb curated category or tags: automation, cli, developer-tools, file-watcher.
- [funzzy](https://pkg.so/ja/brew/funzzy/) - Shares pkgdb curated category or tags: automation, cli, developer-tools, file-watcher.

## Combined YAML source

View the package source record on GitHub. [combined/wgo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/wgo.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
- external package-manager database matches
- cross-ecosystem install command graph
