pkg.soopen package index

brew / 順位 9181

wait4x を Homebrew, apk, Nix, zypper, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install wait4x

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add wait4x

Alpine Linux edge package indexes · wait4x · ソース: dl-cdn.alpinelinux.org

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

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

openSUSE zypper確認済み · 92%
sudo zypper install wait4x

openSUSE Tumbleweed package metadata · wait4x · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install extras/wait4x

Scoop official bucket manifest trees · bucket/wait4x.json · ソース: api.github.com

概要

パッケージ概要

Wait for a port or a service to enter the requested state

コマンドとエイリアス

  • wait4x

履歴

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

Wait4X is a Go-based readiness-waiting tool for scripts, CI jobs, containers, and local development. Its job is deliberately narrow: block until a port, protocol endpoint, database, message broker, or other service reaches the expected state, then optionally run a command.

プロジェクトの歴史

The GitHub repository was created on November 1, 2019, and GitHub release metadata shows v0.1.0 published on February 8, 2020. The project later adopted the `wait4x.dev/v3` module path and documents itself as a lightweight, zero-dependency tool for modern infrastructure readiness checks.

By 2025 the release series had reached v3.6.0, and the README described a broader surface than simple TCP waiting: TCP, HTTP, DNS, Redis, MySQL, PostgreSQL, MongoDB, Kafka, RabbitMQ, InfluxDB, Temporal, reverse checks, parallel checks, exponential backoff, and command execution after checks.

採用の歴史

Wait4X lives in the same operational niche as `wait-for-it`, `dockerize`, Kubernetes readiness checks, and ad hoc shell loops, but its pitch is one static cross-platform binary with service-aware checks. As of July 2, 2026, GitHub API metadata showed about 1,339 stars and 54 forks, which is meaningful adoption for a focused infrastructure CLI.

使われ方

Typical usage is inline in automation: `wait4x tcp localhost:5432`, `wait4x http https://example.com/health --expect-status-code 200`, or `wait4x postgresql postgres://...` before a test suite or startup script continues. The README also shows multiple targets checked in parallel and an `--invert-check` mode for waiting until a service becomes unavailable.

Because it can run a command after readiness succeeds, Wait4X often replaces a shell loop in Docker entrypoints, CI workflow steps, and local scripts where a database, cache, broker, or API needs to be up before the next process starts.

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

Its package-nerd significance is the consolidation of many tiny readiness patterns into one binary. It does not define a protocol or framework, but it is useful glue in the places where package managers, containers, and CI systems expose race conditions between service startup and test execution.

タイムライン

  • November 1, 2019: the wait4x/wait4x repository was created on GitHub.
  • February 8, 2020: v0.1.0 was published as an early GitHub release.
  • October 20, 2025: v3.6.0 was published, showing the project had continued into a v3 line with a wider readiness-check surface.
  • July 2, 2026: GitHub API metadata showed the project still present as a moderate-sized infrastructure CLI repository.

Related projects

  • Related tools include `wait-for-it`, `dockerize`, and health-check mechanisms in Docker Compose and Kubernetes. Wait4X differs by shipping a single CLI with multiple protocol and service-specific checks rather than relying only on raw TCP ports or shell scripting.

セキュリティ状態

保護ツール対応はまだ見つかっていません

wait4x に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
wait4x実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版3.6.0
マネージャ更新日2026-05-09
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:wait4x
バージョン3.6.0
パッケージマネージャHomebrew
ホームページhttps://wait4x.dev
リポジトリhttps://github.com/wait4x/wait4x
最終更新2026-05-09T15:13:04Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Nix95%

wait4x

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

wait4x 3.6.0-r3

Wait4X allows you to wait for a port or a service to enter the requested state

https://wait4x.dev

sudo apk add wait4x
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wait4x
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Wait4x
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wait4x from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wait4x-bash-completion 3.6.0-r3

Bash completions for wait4x

https://wait4x.dev

sudo apk add wait4x-bash-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wait4x
  • normalized package name match
  • 一致条件: Wait4x
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wait4x-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wait4x-doc 3.6.0-r3

Wait4X allows you to wait for a port or a service to enter the requested state (documentation)

https://wait4x.dev

sudo apk add wait4x-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wait4x
  • normalized package name match
  • 一致条件: Wait4x
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wait4x-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wait4x-fish-completion 3.6.0-r3

Fish completions for wait4x

https://wait4x.dev

sudo apk add wait4x-fish-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wait4x
  • normalized package name match
  • 一致条件: Wait4x
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wait4x-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wait4x-zsh-completion 3.6.0-r3

Zsh completions for wait4x

https://wait4x.dev

sudo apk add wait4x-zsh-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wait4x
  • normalized package name match
  • 一致条件: Wait4x
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wait4x-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

wait4x 3.6.0-1.6

Wait for a port or a service to enter the requested state

https://github.com/wait4x/wait4x

sudo zypper install wait4x
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wait4x
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Wait4x
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wait4x from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
Scoop95%

extras/wait4x

scoop install extras/wait4x
  • normalized package name match
  • 一致条件: Wait4x
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/wait4x.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation