# Install webify with Homebrew, MacPorts

Wrapper for shell commands as web services. Version 1.5.0 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install webify
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install webify
```

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

## Package facts

- **Package key:** brew:webify
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/webify>
- **Version:** 1.5.0
- **Source summary:** Wrapper for shell commands as web services
- **Homepage:** <https://github.com/beefsack/webify>
- **Repository:** <https://github.com/beefsack/webify>
- **Upstream docs:** <https://github.com/beefsack/webify#readme>
- **License:** MIT
- **Source archive:** <https://github.com/beefsack/webify/archive/refs/tags/v1.5.0.tar.gz>
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- webify (cli)
- webify (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.5.0
- Local data: ok
- Upstream repository: https://github.com/beefsack/webify
- Upstream latest detected: v1.5.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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.

### Sources

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


## Security Notes

generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- generalized runtime or code generation signal

## Source Database Details

- **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

## Other Package-Manager Records

- 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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [uvicorn](https://www.automicvault.com/pkg/brew/uvicorn/) - Shares av.db curated category or tags: cli, developer-tools, web-server.
- [http-server](https://www.automicvault.com/pkg/brew/http-server/) - Shares av.db curated category or tags: cli, developer-tools, web-server.
- [jetty](https://www.automicvault.com/pkg/brew/jetty/) - Shares av.db curated category or tags: cli, developer-tools, web-server.
- [aliae](https://www.automicvault.com/pkg/brew/aliae/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [analog](https://www.automicvault.com/pkg/brew/analog/) - Shares av.db curated category or tags: cli, developer-tools, web-server.
- [argc](https://www.automicvault.com/pkg/brew/argc/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [atuin](https://www.automicvault.com/pkg/brew/atuin/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [atuin-server](https://www.automicvault.com/pkg/brew/atuin-server/) - Shares av.db curated category or tags: cli, developer-tools, shell.
- [httperf](https://www.automicvault.com/pkg/brew/httperf/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, developer, developer-tools, server, web.
- [shell2http](https://www.automicvault.com/pkg/brew/shell2http/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, commands, developer, developer-tools, server.

## Combined YAML source

View the package source record on GitHub. [combined/webify.yml](https://github.com/automic-vault/db/blob/main/combined/webify.yml)


## Sources

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