# openvdb を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

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

## インストール

```sh
sudo av install brew:openvdb
```

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

### macOS

- Homebrew (100%):

```sh
brew install openvdb
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openvdb
```

  証拠: MacPorts ports tree: graphics/openvdb/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add openvdb
```

  証拠: Alpine Linux edge package indexes: openvdb from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install openvdb
```

  証拠: Fedora Rawhide package metadata: openvdb from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#openvdb
```

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

- pacman (92%):

```sh
sudo pacman -S openvdb
```

  証拠: Arch Linux sync databases: openvdb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libnanovdb-dev
```

  証拠: Debian stable package indexes: libnanovdb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install libopenvdb13_0
```

  証拠: openSUSE Tumbleweed package metadata: libopenvdb13_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:openvdb
- **パッケージマネージャ:** Homebrew
- **バージョン:** 13.0.0
- **ソース概要:** Sparse volumetric data processing toolkit
- **ホームページ:** <https://www.openvdb.org/>
- **リポジトリ:** <https://github.com/AcademySoftwareFoundation/openvdb>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- nanovdb_print (エイリアス)
- nanovdb_validate (エイリアス)
- vdb_print (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 13.0.0
## プロジェクトの歴史と使われ方

OpenVDB is an Academy Award-winning C++ library and file format for sparse volumetric data: fog, smoke, clouds, water simulations, level sets, particles, and other 3D grids where most voxels are empty. It began inside DreamWorks Animation and became one of the visual-effects world's standard volume interchange and processing packages.

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

OpenVDB was developed at DreamWorks Animation, with the project site naming Ken Museth, Peter Cucka, Mihai Alden, and David Hill as primary original developers. DreamWorks released it to the open source community in August 2012 after using the underlying sparse-volume technology in feature-film production.

The original emphasis was efficient level-set storage and manipulation, but the public library expanded into a broader volume toolkit: tree-based sparse grids, file I/O, filtering, meshing, topology operations, Python bindings, and command-line inspection tools. NanoVDB later extended the ecosystem with a compact, GPU-friendly representation for read-only sparse volumes.

In October 2018 the Academy Software Foundation accepted OpenVDB as its first hosted project, moving governance from a studio-maintained open source release toward a neutral foundation home for film and animation infrastructure.

### 採用の歴史

OpenVDB spread because it solved a production problem shared by many studios: dense 3D volumes are expensive to store, move, and render, while effects work often touches only a sparse subset of space. ASWF described it as an industry-standard technology for more detailed volumetric imagery such as water, clouds, ice, and liquid simulations.

The package became a common dependency in digital-content-creation and rendering stacks because tools can exchange volumes through VDB files instead of inventing private cache formats. The ASWF announcement cites adoption for feature-film effects at DreamWorks, and the project appears in package managers as both a development library and a set of utilities such as vdb_print and NanoVDB validators.

### 使われ方

Developers and technical directors use OpenVDB to create, read, transform, filter, combine, resample, and serialize sparse volumes. In package-manager form it is usually installed as a native library for DCC applications, renderers, simulation tools, converters, and pipeline scripts rather than as a standalone end-user application.

The command-line tools matter for pipeline debugging: package users can inspect VDB metadata and validate NanoVDB data without launching a full DCC program.

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

OpenVDB is a package-nerd classic because a specialized movie-studio data structure escaped into the general open source supply chain. It brings heavy C++ dependencies, ABI concerns, Python bindings, file-format compatibility, and graphics-pipeline expectations into ordinary distro and Homebrew packaging.

It also shows how VFX infrastructure packages mature: studio origin, open source release, broad toolchain adoption, and foundation governance under ASWF alongside projects such as OpenColorIO, OpenEXR, OpenTimelineIO, and Open Shading Language.

### タイムライン

- 2012-08-03: DreamWorks Animation announces the open source release of OpenVDB.
- 2018-10-23: ASWF announces OpenVDB as its first hosted project.
- 2020: NanoVDB is introduced as a compact GPU-oriented companion representation within the OpenVDB ecosystem.
- 2024: OpenVDB 12.0 relicenses the project from MPL-2.0 to Apache-2.0 after approval from major copyright holders.

### Related projects

- OpenVDB is closely related to NanoVDB, Houdini-style volume workflows, renderers and simulation systems that consume VDB caches, ASWF infrastructure projects such as OpenEXR and OpenColorIO, and DCC applications that need a shared sparse-volume interchange format.

### ソース

- <https://artifacts.aswf.io/io/aswf/openvdb/DWA_News_2012_8_3_OpenVDB/1.0.0/DWA_News_2012_8_3_OpenVDB-1.0.0.pdf>
- <https://github.com/AcademySoftwareFoundation/openvdb>
- <https://www.aswf.io/news/sony-pictures-entertainment-sony-pictures-imageworks-and-warner-bros-join-academy-software-foundation-at-the-linux-foundation/>
- <https://www.openvdb.org/>
- <https://www.openvdb.org/about/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Debian apt - libnanovdb-dev - 10.0.1-2.3+b1: normalized package name match | Debian stable package indexes: libnanovdb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Sparse Volume Processing toolkit - NanoVDB - dev | http://openvdb.org
- Debian apt - libnanovdb-tools - 10.0.1-2.3+b1: normalized package name match | Debian stable package indexes: libnanovdb-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Sparse Volume Processing toolkit - NanoVDB - runtime | http://openvdb.org
- Debian apt - libopenvdb-dev - 10.0.1-2.3+b1: normalized package name match | Debian stable package indexes: libopenvdb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Sparse Volume Processing toolkit - dev | http://openvdb.org
- Debian apt - libopenvdb-doc - 10.0.1-2.3: normalized package name match | Debian stable package indexes: libopenvdb-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Sparse Volume Processing toolkit - doc | http://openvdb.org
- Debian apt - libopenvdb-tools - 10.0.1-2.3+b1: normalized package name match | Debian stable package indexes: libopenvdb-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Sparse Volume Processing toolkit - runtime | http://openvdb.org
- Debian apt - libopenvdb10.0t64 - 10.0.1-2.3+b1: normalized package name match | Debian stable package indexes: libopenvdb10.0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Sparse Volume Processing toolkit - lib | http://openvdb.org
- Debian apt - python3-openvdb - 10.0.1-2.3+b1: normalized package name match | Debian stable package indexes: python3-openvdb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Sparse Volume Processing toolkit - Python 3 binding | http://openvdb.org
- Nix - openvdb: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/openvdb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libnanovdb-dev - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libnanovdb-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - NanoVDB - dev | http://openvdb.org
- Ubuntu apt - libnanovdb-tools - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libnanovdb-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - NanoVDB - runtime | http://openvdb.org
- Ubuntu apt - libopenvdb-ax-dev - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenvdb-ax-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - dev | http://openvdb.org
- Ubuntu apt - libopenvdb-ax-tools - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenvdb-ax-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - runtime | http://openvdb.org
- Ubuntu apt - libopenvdb-ax10.0t64 - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenvdb-ax10.0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - lib | http://openvdb.org
- Ubuntu apt - libopenvdb-dev - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenvdb-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - dev | http://openvdb.org
- Ubuntu apt - libopenvdb-doc - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenvdb-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - doc | http://openvdb.org
- Ubuntu apt - libopenvdb-tools - 10.0.1-2.1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenvdb-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Sparse Volume Processing toolkit - runtime | http://openvdb.org


## Combined YAML source

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


## ソース

- 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
