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

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install opensubdiv
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install opensubdiv
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:opensubdiv
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.7.0
- **ソース概要:** Open-source subdivision surface library
- **ホームページ:** <https://www.opensubdiv.org/>
- **リポジトリ:** <https://github.com/PixarAnimationStudios/OpenSubdiv>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bfr_evaluate (エイリアス)
- far_perf (エイリアス)
- far_regression (エイリアス)
- hbr_baseline (エイリアス)
- hbr_regression (エイリアス)
- osd_regression (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

library-like package without higher-risk signals.

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

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

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


## ソース

- 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
