pkg.soopen package index

brew / 順位 3882

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install imgproxy

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#imgproxy

nixpkgs package indexes · pkgs/by-name/im/imgproxy/package.nix · ソース: api.github.com

概要

パッケージ概要

Fast and secure server for resizing and converting remote images

コマンドとエイリアス

  • imgproxy

履歴

プロジェクトの歴史と使われ方

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.

セキュリティ状態

保護ツール対応はまだ見つかっていません

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
/etc/imgproxy.rc

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.aws/credentials

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
imgproxycliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版4.0.15
マネージャ更新日2026-09-14
ローカルデータOK
上流最新
検出された最新v4.0.14

https://github.com/imgproxy/imgproxy

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:imgproxy
バージョン4.0.15
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/imgproxy
ホームページhttps://imgproxy.net
リポジトリhttps://github.com/imgproxy/imgproxy
上流ドキュメントhttps://imgproxy.net
ライセンスApache-2.0
ソースアーカイブhttps://github.com/imgproxy/imgproxy/archive/refs/tags/v4.0.14.tar.gz
最終更新2026-09-14T20:47:36Z
Pulseupdated
依存関係gettext, glib, vips
ビルド依存関係go, pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameimgproxy
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

imgproxy

nix profile install nixpkgs#imgproxy
  • normalized package name match
  • 一致条件: Imgproxy
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/im/imgproxy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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