macOS
brew install webifylocal Homebrew formula metadata
sudo port install webifyMacPorts ports tree · devel/webify/Portfile · 来源: api.github.com
安装
brew install webifylocal Homebrew formula metadata
sudo port install webifyMacPorts ports tree · devel/webify/Portfile · 来源: api.github.com
winget install --id AnanthaKumaran.Webify -eWindows Package Manager source index · AnanthaKumaran.Webify · 来源: cdn.winget.microsoft.com
概览
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 | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
webify
sudo port install webifyAnanthaKumaran.Webify
winget install --id AnanthaKumaran.Webify -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.