macOS
brew install webifyprovider-native install command
brew / 順位 7910
webify のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install webifyprovider-native install command
概要
Wrapper for shell commands as web services
履歴
webify is a deliberately tiny command-line CGI-style server that exposes one local command or script as an HTTP service. Its public history is short, but the repository and README clearly document the package's purpose and operating model.
The `beefsack/webify` repository was created on August 25, 2020, and published a burst of ten GitHub releases from v1.0.0 through v1.5.0 during August 2020. The project is MIT-licensed and describes itself as a way to turn shell commands into web services.
The README's design goal is zero configuration: webify forwards every request to a single script, writes the request body to standard input, returns standard output as the HTTP response body, and maps a non-zero process exit to HTTP 500.
The project appears to have remained a compact utility rather than a large ecosystem. By July 2026 the GitHub API showed under one thousand stars and a few dozen forks, enough to indicate developer interest but not enough public record for a deep adoption narrative.
The canonical example is wrapping `wc -c` so an HTTP POST body is counted by a shell command. That pattern generalizes to small internal services, demos, glue scripts, and throwaway automation where a process-oriented interface is simpler than writing a web framework handler.
webify is interesting as a minimal Unix-to-HTTP adapter: it treats stdin, stdout, and exit status as the application protocol. For package collectors, it is a neat example of the small-tools tradition applied to local web services.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
webify | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:webify |
|---|---|
| バージョン | 1.5.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/beefsack/webify |
| リポジトリ | https://github.com/beefsack/webify |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.