# 使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper 安装 opensubdiv

查看 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
