# imgproxy を Homebrew, Nix でインストール

imgproxy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install imgproxy
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:imgproxy
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/imgproxy>
- **バージョン:** 4.0.12
- **ソース概要:** Fast and secure server for resizing and converting remote images
- **ホームページ:** <https://imgproxy.net>
- **リポジトリ:** <https://github.com/imgproxy/imgproxy>
- **上流ドキュメント:** <https://imgproxy.net>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/imgproxy/imgproxy/archive/refs/tags/v4.0.12.tar.gz>
- **最終更新:** 2026-07-29T23:26:38Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- imgproxy (cli)
- imgproxy (エイリアス)

## 依存関係

- gettext
- glib
- vips

## ビルド依存関係

- go
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 4.0.12
- マネージャ更新日: 2026-07-29
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/imgproxy/imgproxy
- 検出された最新: v4.0.12 (最新)
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

imgproxy に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** imgproxy
- **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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [glib](https://pkg.so/ja/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [vips](https://pkg.so/ja/brew/vips/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [imgdiet](https://pkg.so/ja/brew/imgdiet/) - Shares pkgdb curated category or tags: cli, go, image-resizing, media.
- [imagemagick](https://pkg.so/ja/brew/imagemagick/) - Shares pkgdb curated category or tags: cli, image-conversion, media.
- [netpbm](https://pkg.so/ja/brew/netpbm/) - Shares pkgdb curated category or tags: cli, image-conversion, media.
- [graphicsmagick](https://pkg.so/ja/brew/graphicsmagick/) - Shares pkgdb curated category or tags: cli, image-conversion, media.
- [img2pdf](https://pkg.so/ja/brew/img2pdf/) - Shares pkgdb curated category or tags: cli, image-conversion, media.
- [imagemagick@6](https://pkg.so/ja/brew/imagemagick-6/) - Shares pkgdb curated category or tags: cli, image-conversion, media.
- [mpd](https://pkg.so/ja/brew/mpd/) - Shares pkgdb curated category or tags: cli, media, server.
- [pngpaste](https://pkg.so/ja/brew/pngpaste/) - Shares pkgdb curated category or tags: cli, image-conversion, media.
- [autotrace](https://pkg.so/ja/brew/autotrace/) - Both packages work with overlapping file formats or content types. Shared terms: cli, conversion, gettext, glib, image.
- [imagemagick-full](https://pkg.so/ja/brew/imagemagick-full/) - Both packages work with overlapping file formats or content types. Shared terms: cli, conversion, gettext, glib, image.
- [chafa](https://pkg.so/ja/brew/chafa/) - Both packages work with overlapping file formats or content types. Shared terms: cli, fast, gettext, glib, image.

## Combined YAML source

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


## ソース

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