Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install wgo

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#wgo

nixpkgs package indexes · pkgs/by-name/wg/wgo/package.nix · ソース: api.github.com

概要

パッケージ概要

Watch arbitrary files and respond with arbitrary commands

コマンドとエイリアス

  • wgo

履歴

プロジェクトの歴史と使われ方

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.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
wgocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.6.4
マネージャ更新日2026-05-06
ローカルデータOK
上流最新
検出された最新v0.6.4

https://github.com/bokwoon95/wgo

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewgo
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

wgo

nix profile install nixpkgs#wgo
  • normalized package name match
  • 一致条件: Wgo
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wg/wgo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment