# Installer imgproxy avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:imgproxy
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install imgproxy
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#imgproxy
```

  Preuve: nixpkgs package indexes: pkgs/by-name/im/imgproxy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:imgproxy
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.0.12
- **Résumé source:** Fast and secure server for resizing and converting remote images
- **Page d'accueil:** <https://imgproxy.net>
- **Dépôt:** <https://github.com/imgproxy/imgproxy>
- **Dernière mise à jour:** 2026-07-29T23:26:38Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- imgproxy (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

imgproxy is a Go-based standalone HTTP server for resizing, processing, optimizing, and converting images on the fly. The project presents itself around three principles: speed, security, and simplicity, with libvips as its core image-processing engine.

### Historique du projet

The GitHub repository was created on 2017-06-20. The README describes imgproxy as a drop-in replacement for application-side image-processing code: applications generate signed processing URLs, while imgproxy fetches source images, processes them, and serves the result.

The project evolved from a utility server into a broader image-processing product line. Its official documentation covers Docker-based startup, URL processing syntax, security controls, source restrictions, memory tuning, and format support; the README also distinguishes the open-source edition from imgproxy Pro features.

### Historique d'adoption

imgproxy has much broader visible adoption than the small CLI tools in this batch: repository metadata shows roughly 10k GitHub stars, Homebrew publishes a formula, and the official docs and README emphasize Docker and container deployment. The input metadata also records packaging in Nix.

Its adoption story is tied to web infrastructure: image variants, responsive crops, CDN-backed delivery, and moving CPU-heavy transformations out of application servers. The README thanks Evil Martians as a launch platform and libvips maintainers for image-processing support, reflecting its roots in production web image pipelines.

### Modes d'utilisation

The documented usage model is URL-driven. A caller encodes processing options and a source image URL into an imgproxy URL; imgproxy fetches the source, applies resize/crop/format/security rules, and returns the transformed image over HTTP. The getting-started docs recommend Docker for a short path to a running server, while the processing docs describe options such as resize, gravity, DPR, and enlargement.

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

imgproxy is significant because it is not just a CLI binary in Homebrew; it is infrastructure software packaged as a Go executable and container image. For package nerds, it sits at the intersection of formula packaging, container registries, libvips dependency management, and web-performance operations.

### Chronologie

- 2017-06-20: GitHub repository created.
- 2025-09-17: v3.30.0 release published.
- 2026-05-13: v4.0.0 release published.
- 2026: Documentation for the 4.0.x line describes Docker startup, URL processing, and security guidance.

### Related projects

- imgproxy is closely related to libvips, which the README identifies as its image-processing engine. The imgproxy organization also maintains helper projects such as imgproxy-node and imgproxy-rails for integrating signed URLs and processing flows into applications.

### Sources

- <https://docs.imgproxy.net/>
- <https://docs.imgproxy.net/getting_started>
- <https://docs.imgproxy.net/usage/processing>
- <https://formulae.brew.sh/formula/imgproxy>
- <https://github.com/imgproxy/imgproxy>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour imgproxy. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - imgproxy: normalized package name match | nixpkgs package indexes: pkgs/by-name/im/imgproxy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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