# Installer opensubdiv 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 opensubdiv pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:opensubdiv
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install opensubdiv
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install opensubdiv
```

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

### Linux

- apk (92%):

```sh
sudo apk add opensubdiv
```

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

- dnf (92%):

```sh
sudo dnf install opensubdiv
```

  Preuve: Fedora Rawhide package metadata: opensubdiv 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#opensubdiv
```

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

- pacman (92%):

```sh
sudo pacman -S opensubdiv
```

  Preuve: Arch Linux sync databases: opensubdiv from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libosd-dev
```

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

- zypper (92%):

```sh
sudo zypper install OpenSubdiv-devel
```

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

## Faits du paquet

- **Clé du paquet:** brew:opensubdiv
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.7.0
- **Résumé source:** Open-source subdivision surface library
- **Page d'accueil:** <https://www.opensubdiv.org/>
- **Dépôt:** <https://github.com/PixarAnimationStudios/OpenSubdiv>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bfr_evaluate (alias)
- far_perf (alias)
- far_regression (alias)
- hbr_baseline (alias)
- hbr_regression (alias)
- osd_regression (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.7.0
## Historique du projet et usages

OpenSubdiv is Pixar’s open-source subdivision-surface library for evaluating and drawing smooth subdivision surfaces on CPU and GPU architectures. It packages production graphics R&D into reusable libraries and test tools, giving DCC applications and renderers a common implementation of high-performance subdivision.

### Historique du projet

Pixar describes OpenSubdiv as the fifth generation of a subdivision library lineage used in its proprietary animation system, rooted in research and production experience from Tony DeRose, Tien Truong, and Pixar’s broader graphics group. The library exposes the subdivision behavior needed to match RenderMan-style limit surfaces while supporting massively parallel execution.

The project was introduced publicly around SIGGRAPH 2012 and saw a fuller 2.0 release at SIGGRAPH 2013. OpenSubdiv 2.0 added an evaluation API and moved to the Apache License, broadening its usefulness for open-source consumers. Version 3.0, announced by Pixar and DreamWorks Animation in 2015, was a near rewrite focused on performance, memory use, and a cleaner API.

### Historique d'adoption

OpenSubdiv spread because subdivision surfaces are a common production primitive but historically differed across tools. A shared implementation helped models preserve crease rules, face-varying data, and limit-surface behavior as assets moved between modeling, animation, lookdev, and rendering packages.

Industry coverage documented adoption in commercial DCC tools such as Maya, 3ds Max, Houdini, Poser, and DAZ Studio after the early releases. Blender’s ability to consume the library was helped by the Apache license change, making the package notable at the boundary between studio R&D and open-source desktop graphics.

### Modes d'utilisation

Developers embed OpenSubdiv in modeling tools, viewport engines, renderers, and asset-processing pipelines that need Catmull-Clark-style subdivision with predictable results. The command-line regression and performance utilities packaged by Homebrew are mostly for validation and benchmarking; the central payload is the library used by graphics software.

The library matters most when dense animated meshes need interactive feedback. GPU-backed subdivision can draw a faithful smooth surface in the viewport without baking every subdivided polygon into the authored asset.

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

OpenSubdiv is a classic package-nerd artifact: a library from a famous production studio, released with a permissive license, then pulled into general-purpose graphics stacks. Its dependencies and build flags matter because consumers often care about CPU vectorization, GPU backends, and exact numerical behavior.

### Chronologie

- 1998: Pixar’s subdivision-surface production work was publicized through SIGGRAPH research and shorts such as Geri’s Game.
- 2012: OpenSubdiv was first publicly released as an open-source expression of Pixar subdivision technology.
- 2013: OpenSubdiv 2.0 added the Evaluation API and switched to the Apache License.
- 2015: OpenSubdiv 3.0 was announced by Pixar and DreamWorks Animation with a major rewrite.

### Related projects

- Related technologies include RenderMan, USD/Hydra, Alembic, and DCC applications that implement Catmull-Clark subdivision. OpenSubdiv is also part of the wider Pixar open-source graphics family alongside OpenUSD.

### Sources

- <https://github.com/PixarAnimationStudios/OpenSubdiv>
- <https://graphics.pixar.com/opensubdiv/docs/intro.html>
- <https://www.cgchannel.com/2013/07/pixar-to-release-opensubdiv-2-0-at-siggraph-2013/>
- <https://www.cgchannel.com/2015/06/pixar-and-dreamworks-announce-opensubdiv-3-0/>
- <https://www.fxguide.com/fxfeatured/pixars-opensubdiv-v2-a-detailed-look/>
- <https://www.opensubdiv.org/>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libosd-dev - 3.6.0-3: normalized package name match | Debian stable package indexes: libosd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high performance subdivision surface (subdiv) library - development | https://graphics.pixar.com/opensubdiv/
- Debian apt - libosd-doc - 3.6.0-3: normalized package name match | Debian stable package indexes: libosd-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high performance subdivision surface (subdiv) library - documentation | https://graphics.pixar.com/opensubdiv/
- Debian apt - libosdcpu3.6.0 - 3.6.0-3: normalized package name match | Debian stable package indexes: libosdcpu3.6.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high performance subdivision surface (subdiv) library - CPU runtime | https://graphics.pixar.com/opensubdiv/
- Debian apt - libosdgpu3.6.0 - 3.6.0-3: normalized package name match | Debian stable package indexes: libosdgpu3.6.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high performance subdivision surface (subdiv) library - GPU runtime | https://graphics.pixar.com/opensubdiv/
- Debian apt - opensubdiv-tools - 3.6.0-3: normalized package name match | Debian stable package indexes: opensubdiv-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high performance subdivision surface (subdiv) library - tools | https://graphics.pixar.com/opensubdiv/
- Nix - opensubdiv: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/opensubdiv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libosd-dev - 3.5.0-2.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libosd-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | high performance subdivision surface (subdiv) library - development | http://graphics.pixar.com/opensubdiv/
- Ubuntu apt - libosd-doc - 3.5.0-2.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libosd-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | high performance subdivision surface (subdiv) library - documentation | http://graphics.pixar.com/opensubdiv/
- Ubuntu apt - libosdcpu3.5.0t64 - 3.5.0-2.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libosdcpu3.5.0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | high performance subdivision surface (subdiv) library - CPU runtime | http://graphics.pixar.com/opensubdiv/
- Ubuntu apt - libosdgpu3.5.0t64 - 3.5.0-2.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libosdgpu3.5.0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | high performance subdivision surface (subdiv) library - GPU runtime | http://graphics.pixar.com/opensubdiv/
- Ubuntu apt - opensubdiv-tools - 3.5.0-2.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: opensubdiv-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | high performance subdivision surface (subdiv) library - tools | http://graphics.pixar.com/opensubdiv/
- apk - opensubdiv - 3.6.1-r1: normalized package name match | Alpine Linux edge package indexes: opensubdiv from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | An Open-Source subdivision surface library | https://graphics.pixar.com/opensubdiv
- apk - opensubdiv-dev - 3.6.1-r1: normalized package name match | Alpine Linux edge package indexes: opensubdiv-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | An Open-Source subdivision surface library (development files) | https://graphics.pixar.com/opensubdiv
- apk - opensubdiv-tools - 3.6.1-r1: normalized package name match | Alpine Linux edge package indexes: opensubdiv-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | An Open-Source subdivision surface library (tools) | https://graphics.pixar.com/opensubdiv
- apk - opensubdiv-tutorials - 3.6.1-r1: normalized package name match | Alpine Linux edge package indexes: opensubdiv-tutorials from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | An Open-Source subdivision surface library (tutorials) | https://graphics.pixar.com/opensubdiv
- dnf - opensubdiv - 3.7.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: opensubdiv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | High performance subdivision surface libraries | https://github.com/PixarAnimationStudios/OpenSubdiv


## Combined YAML source

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


## Sources

- 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
