# Installer webify avec Homebrew, MacPorts, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de webify pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install webify
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install webify
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:webify
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.5.0
- **Résumé source:** Wrapper for shell commands as web services
- **Page d'accueil:** <https://github.com/beefsack/webify>
- **Dépôt:** <https://github.com/beefsack/webify>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- webify (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.5.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- 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


## Combined YAML source

View the package source record on GitHub. [combined/webify.yml](https://github.com/mxcl/pkgdb/blob/main/combined/webify.yml)


## Sources

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