# webify を Homebrew, MacPorts, winget でインストール

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

## インストール

```sh
sudo av install brew:webify
```

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

### macOS

- Homebrew (100%):

```sh
brew install webify
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install webify
```

  証拠: MacPorts ports tree: devel/webify/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id AnanthaKumaran.Webify -e
```

  証拠: Windows Package Manager source index: AnanthaKumaran.Webify from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:webify
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/webify>
- **バージョン:** 1.5.0
- **ソース概要:** Wrapper for shell commands as web services
- **ホームページ:** <https://github.com/beefsack/webify>
- **リポジトリ:** <https://github.com/beefsack/webify>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/beefsack/webify/archive/refs/tags/v1.5.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.5.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/beefsack/webify
- 検出された最新: v1.5.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2020-08-25: Public GitHub repository `beefsack/webify` created.
- 2020-08-25: v1.0.0 and early 1.x releases published.
- 2020-08-29: v1.5.0 published as the latest listed GitHub release.

### Related projects

- webify is conceptually related to CGI, inetd-style command dispatch, shell scripts behind reverse proxies, and lightweight webhook command runners.

### ソース

- <https://api.github.com/repos/beefsack/webify>
- <https://api.github.com/repos/beefsack/webify/releases>
- <https://github.com/beefsack/webify>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** webify
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- MacPorts - webify: normalized package name match | MacPorts ports tree: devel/webify/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - AnanthaKumaran.Webify: normalized package name match | Windows Package Manager source index: AnanthaKumaran.Webify from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [starship](https://pkg.so/ja/brew/starship/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [shellcheck](https://pkg.so/ja/brew/shellcheck/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [fish](https://pkg.so/ja/brew/fish/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [zsh](https://pkg.so/ja/brew/zsh/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [mongosh](https://pkg.so/ja/brew/mongosh/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [zoxide](https://pkg.so/ja/brew/zoxide/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [atuin](https://pkg.so/ja/brew/atuin/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [direnv](https://pkg.so/ja/brew/direnv/) - Shares pkgdb curated category or tags: cli, developer-tools, shell.
- [httperf](https://pkg.so/ja/brew/httperf/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, developer, developer-tools, server, web.
- [shell2http](https://pkg.so/ja/brew/shell2http/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, commands, developer, developer-tools, server.
- [thors-anvil](https://pkg.so/ja/brew/thors-anvil/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, services, web.

## Combined YAML source

View the package source record on GitHub. [combined/webify.yml](https://github.com/mxcl/pkgdb/blob/main/combined/webify.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
