# open-image-denoise を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:open-image-denoise
```

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

### macOS

- Homebrew (100%):

```sh
brew install open-image-denoise
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:open-image-denoise
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/open-image-denoise>
- **バージョン:** 2.5.0
- **ソース概要:** High-performance denoising library for ray tracing
- **ホームページ:** <https://openimagedenoise.github.io>
- **リポジトリ:** <https://github.com/RenderKit/oidn>
- **上流ドキュメント:** <https://openimagedenoise.github.io>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/RenderKit/oidn/releases/download/v2.5.0/oidn-2.5.0.src.tar.gz>
- **最終更新:** 2026-06-02T16:53:14Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- oidnBenchmark (cli)
- oidnDenoise (cli)
- oidnTest (cli)
- oidnBenchmark (エイリアス)
- oidnDenoise (エイリアス)
- oidnTest (エイリアス)

## 依存関係

- tbb

## ビルド依存関係

- cmake
- ispc

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.5.0
- マネージャ更新日: 2026-06-02
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/RenderKit/oidn
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Intel Open Image Denoise is an open-source library of high-performance, high-quality denoising filters for ray-traced images. It is part of Intel's rendering toolkit family and is built around deep-learning denoisers that reduce Monte Carlo noise from path tracing and related stochastic rendering methods.

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

The project appeared publicly as a beta in the 0.8.0 release and was promoted by Intel around GDC 2019 as an open-source denoising library for ray tracing. Intel's technical article described it as part of the Intel Rendering Framework, released under Apache 2.0, and designed to cut rendering times by filtering noise rather than requiring far more samples per pixel.

Version 1.0.0 improved quality, reduced artifacts, added memory controls for high resolutions, and made the library more practical for production integration. The 1.x series then added lightmap denoising, neural-network training code, user-trained model support, Apple Silicon work, better detail preservation, half-precision images, and the oidnBenchmark, oidnDenoise, and oidnTest example tools.

Version 2.0.0 was a major hardware expansion, adding SYCL devices for Intel Xe GPUs, CUDA devices for NVIDIA GPUs, HIP devices for AMD GPUs, asynchronous execution, device-query APIs, and graphics interop. Later 2.x releases added Metal support for Apple silicon GPUs, ARM64 CPU support, fast and high-quality modes, more GPU architectures, performance work, and fixes for device-specific issues.

### 採用の歴史

Open Image Denoise was designed for integration into renderers rather than as a standalone image editor. Intel's article described Unity 2019.2 lightmap integration work, and the project documentation emphasizes a flexible C/C++ API that can be incorporated into existing and new rendering solutions.

The project received a 2025 Technical Achievement Award from the Academy of Motion Picture Arts and Sciences for its contribution to the motion picture industry. That recognition is a useful adoption signal: it indicates use beyond demos, in professional rendering and production pipelines where denoising quality and predictable integration matter.

### 使われ方

Rendering applications feed noisy color buffers into Open Image Denoise and may also provide auxiliary albedo and normal buffers to preserve more detail. The trained RT filters are intended for both preview and final-frame rendering, covering low sample counts through nearly converged images.

Developers use the C/C++ API for embedded integration, the example tools for testing and benchmarking, and the training toolkit when renderer-specific or content-specific models are needed. The library's CPU and GPU support lets applications choose between portability, workstation acceleration, and render-farm deployment.

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

Open Image Denoise is a good example of a package whose public CLI tools are only the tip of the dependency iceberg. The real value is a portable, permissively licensed denoising library that renderers can vendor, link, or detect at runtime.

For packagers, it is interesting because support spans CPU instruction sets, Intel/NVIDIA/AMD/Apple GPU backends, oneTBB, oneAPI/SYCL, CUDA, HIP, Metal, and external graphics-memory APIs. A simple brew formula name hides a surprisingly hardware-sensitive library.

### タイムライン

- 2018: project copyright and the 0.8.0 initial beta release line appear in project materials.
- 2019: Intel promoted the library around GDC 2019 and Unity lightmap denoising work.
- 1.0.0: improved quality, memory controls, and tiled denoising support.
- 2.0.0: GPU device support expanded through SYCL, CUDA, and HIP backends.
- 2025: the Academy recognized Open Image Denoise with a Technical Achievement Award.

### Related projects

- Open Image Denoise belongs to the same rendering-toolkit neighborhood as Intel Embree and OSPRay. It is commonly compared with renderer-integrated denoisers and GPU denoising APIs such as NVIDIA OptiX, but its cross-vendor CPU/GPU and Apache-licensed library model is the important packaging distinction.

### ソース

- <https://github.com/RenderKit/oidn>
- <https://raw.githubusercontent.com/RenderKit/oidn/master/README.md>
- <https://www.intel.com/content/www/us/en/developer/articles/technical/open-image-denoise-library-saves-time-boosts-quality.html>
- <https://www.openimagedenoise.org/>
- <https://www.openimagedenoise.org/documentation.html>
- source_facts.executables
- source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** open-image-denoise
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [ispc](https://pkg.so/ja/brew/ispc/) - Build dependency declared by Homebrew.
- [libheif](https://pkg.so/ja/brew/libheif/) - Shares pkgdb curated category or tags: cli, image-processing, library, media.
- [openimageio](https://pkg.so/ja/brew/openimageio/) - Shares pkgdb curated category or tags: cli, image-processing, library, media.
- [libsail](https://pkg.so/ja/brew/libsail/) - Shares pkgdb curated category or tags: cli, image-processing, library, media.
- [libicns](https://pkg.so/ja/brew/libicns/) - Shares pkgdb curated category or tags: cli, image-processing, library, media.
- [exact-image](https://pkg.so/ja/brew/exact-image/) - Shares pkgdb curated category or tags: cli, image-processing, library, media.
- [giflib](https://pkg.so/ja/brew/giflib/) - Shares pkgdb curated category or tags: cli, image-processing, media.
- [poppler](https://pkg.so/ja/brew/poppler/) - Shares pkgdb curated category or tags: cli, library, media, rendering.
- [leptonica](https://pkg.so/ja/brew/leptonica/) - Shares pkgdb curated category or tags: cli, image-processing, media.

## Combined YAML source

View the package source record on GitHub. [combined/open-image-denoise.yml](https://github.com/mxcl/pkgdb/blob/main/combined/open-image-denoise.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
- cross-ecosystem install command graph
