# Installer gruyere avec Homebrew

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

## installation

```sh
sudo av install brew:gruyere
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gruyere
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:gruyere
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.0
- **Résumé source:** TUI program for viewing and killing processes listening on ports
- **Page d'accueil:** <https://github.com/savannahostrowski/gruyere>
- **Dépôt:** <https://github.com/savannahostrowski/gruyere>
- **Dernière mise à jour:** 2026-07-13T10:39:07Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gruyere (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Gruyere is a small Python terminal UI for viewing and killing processes listening on ports. Its README positions it as a prettier interactive alternative to manually combining port-inspection commands with process termination.

### Historique du projet

The GitHub repository was created in February 2023. Its public release stream begins with v0.0.3 in October 2025 and reaches v0.1.0 in November 2025, indicating a young, focused utility rather than a long-lived ecosystem project.

### Historique d'adoption

The project is packaged for Homebrew and installable through Python tool installers such as uv tool, pipx, and pip according to the README. Adoption evidence is therefore limited but fits a familiar developer-tool niche: quickly freeing a port during local development.

### Modes d'utilisation

Users run `gruyere` to list listening processes, filter by port or user, inspect details, navigate with arrow or vim-style keys, and kill a selected process after confirmation. On macOS, the README notes that elevated privileges may be needed for system-wide process visibility.

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

Gruyere is package-manager interesting mainly as a tiny TUI wrapper around operating-system process and port inspection. It packages a recurring shell workflow into one command while leaving permissions and platform differences visible to users.

### Chronologie

- 2023: GitHub repository created.
- 2025: v0.0.3 release published.
- 2025: v0.1.0 release published.

### Related projects

- pipx and uv tool are documented installation paths for isolated Python CLI use.
- lsof, ss, netstat, and platform process tools are adjacent lower-level tools in the same troubleshooting workflow.

### Sources

- <https://api.github.com/repos/savannahostrowski/gruyere>
- <https://api.github.com/repos/savannahostrowski/gruyere/releases?per_page=50>
- <https://github.com/savannahostrowski/gruyere>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Combined YAML source

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


## Sources

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