# Installer openvdb avec Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install openvdb
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openvdb
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: Fedora Rawhide package metadata: openvdb from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:openvdb
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/openvdb>
- **Version:** 13.0.0
- **Résumé source:** Sparse volumetric data processing toolkit
- **Page d'accueil:** <https://www.openvdb.org/>
- **Dépôt:** <https://github.com/AcademySoftwareFoundation/openvdb>
- **Docs amont:** <https://www.openvdb.org/>
- **Licence:** MPL-2.0
- **Archive source:** <https://github.com/AcademySoftwareFoundation/openvdb/archive/refs/tags/v13.0.0.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- nanovdb_print (cli)
- nanovdb_validate (cli)
- vdb_print (cli)
- nanovdb_print (alias)
- nanovdb_validate (alias)
- vdb_print (alias)

## Dépendances

- boost
- c-blosc
- jemalloc
- openexr
- tbb

## Dépendances de compilation

- cmake
- doxygen

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 13.0.0
- données locales: OK
- dépôt amont: https://github.com/AcademySoftwareFoundation/openvdb
- dernière version détectée: v13.0.0 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Database and data packages](https://pkg.so/fr/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [openexr](https://pkg.so/fr/brew/openexr/) - Runtime dependency declared by Homebrew.
- [jemalloc](https://pkg.so/fr/brew/jemalloc/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [doxygen](https://pkg.so/fr/brew/doxygen/) - Build dependency declared by Homebrew.
- [openjph](https://pkg.so/fr/brew/openjph/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [assimp](https://pkg.so/fr/brew/assimp/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [qpdf](https://pkg.so/fr/brew/qpdf/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [glew](https://pkg.so/fr/brew/glew/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [taglib](https://pkg.so/fr/brew/taglib/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [vamp-plugin-sdk](https://pkg.so/fr/brew/vamp-plugin-sdk/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [plotutils](https://pkg.so/fr/brew/plotutils/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [exiv2](https://pkg.so/fr/brew/exiv2/) - Shares pkgdb curated category or tags: c-plus-plus, cli, media.
- [openimageio](https://pkg.so/fr/brew/openimageio/) - Local package facts share a topical domain. Shared terms: cli, media, openexr, processing, tbb.
- [partio](https://pkg.so/fr/brew/partio/) - Local package facts share a topical domain. Shared terms: cli, effects, media, visual, visual-effects.
- [podofo](https://pkg.so/fr/brew/podofo/) - Local package facts share a topical domain. Shared terms: c-plus-plus, cli, media, plus, processing.

## Combined YAML source

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


## Sources

- 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
