macOS
brew install wgolocal Homebrew formula metadata
brew
wgo のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install wgolocal Homebrew formula metadata
nix profile install nixpkgs#wgonixpkgs package indexes · pkgs/by-name/wg/wgo/package.nix · ソース: api.github.com
概要
Watch arbitrary files and respond with arbitrary commands
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
wgo | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/bokwoon95/wgo
インストールメタデータ
| パッケージキー | brew:wgo |
|---|---|
| バージョン | 0.6.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/wgo |
| ホームページ | https://github.com/bokwoon95/wgo |
| リポジトリ | https://github.com/bokwoon95/wgo |
| 上流ドキュメント | https://github.com/bokwoon95/wgo#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/bokwoon95/wgo/archive/refs/tags/v0.6.4.tar.gz |
| 最終更新 | 2026-05-06T18:56:37Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
wgo
nix profile install nixpkgs#wgoソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.