Automic VaultAutomic Vault

brew

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

查看 orc 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install orc

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install orc

MacPorts ports tree · devel/orc/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add orc

Alpine Linux edge package indexes · orc · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install orc

Fedora Rawhide package metadata · orc · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#orc

nixpkgs package indexes · pkgs/by-name/or/orc/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S orc

Arch Linux sync databases · orc · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install orc

openSUSE Tumbleweed package metadata · orc · 来源: download.opensuse.org

Debian apt已验证 · 92%
sudo apt install liborc-0.4-0t64

Debian stable package indexes · liborc-0.4-0t64 · 来源: deb.debian.org

概览

软件包摘要

Oil Runtime Compiler (ORC)

命令和别名

  • orc-bugreport
  • orcc

历史

项目历史与用法

ORC, the Oil Runtime Compiler and later described by GStreamer as the Optimized Inner Loop Runtime Compiler, is a C library and toolset for compiling and executing small array-processing programs that map well to SIMD instructions. Its Homebrew package installs tools such as `orcc` and `orc-bugreport` alongside the runtime library.

项目历史

The ORC README calls ORC the successor to Liboil, the Library of Optimized Inner Loops. Liboil provided hand-optimized inner loops; ORC moved that idea toward a restricted assembly-like language that can be compiled at runtime, emitted as assembly source, extended with new opcodes, or emulated for testing.

ORC's design addressed a common multimedia problem: high-throughput audio and video filters need CPU-vectorized loops across several architectures, but handwritten intrinsics multiply code paths and runtime combinations. The README says ORC targets SIMD-style operations such as saturated addition and subtraction, with backends including SSE, MMX, MIPS, Altivec, NEON, and TI C64x+.

采用历史

GStreamer adopted ORC as part of its multimedia stack and hosts the project page under the GStreamer site. GStreamer describes it as a library and tools for compiling SIMD assembly-language-like programs over arrays of data, maintained by the GStreamer Team.

A GStreamer 0.4.42 release announcement says liborc is used for SIMD acceleration in plugins including `audioconvert`, `audiomixer`, `compositor`, `videoscale`, and `videoconvert`. That places ORC under everyday desktop and media-pipeline workloads even when end users never call `orcc` directly.

使用方式

Library users describe kernels in ORC's small language, then let ORC generate target-specific code or run an emulated fallback. The README frames this as useful when a program needs vector extensions directly from an application, wants assembly output without linking the ORC runtime, or needs runtime-defined functions that ordinary compiler intrinsics cannot produce.

`orcc` is the developer-facing compiler tool. Downstream packages mostly care about the shared library because GStreamer plugins and similar media code depend on it for fast pixel, sample, and buffer transformations.

为什么软件包爱好者会关心

For package nerds, ORC is a quiet dependency with a clear reason to exist: it lets multimedia packages ship portable SIMD acceleration without carrying a bespoke assembly implementation for every CPU family. It also explains why a tiny compiler package appears as a dependency of much larger audio and video stacks.

时间线

  • Liboil era: ORC's README identifies ORC as the successor to the Library of Optimized Inner Loops.
  • 0.4 series: The README states that ORC 0.4 releases maintain API and ABI compatibility inside the series.
  • 2026-01-08: GStreamer announced ORC 0.4.42 and named several GStreamer plugins that use liborc for SIMD acceleration.

Related projects

  • ORC is historically related to Liboil and operationally related to GStreamer. Its problem space overlaps compiler auto-vectorization, handwritten SIMD intrinsics, and architecture-specific assembly, but it takes a small domain-specific runtime compiler approach.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:runtime

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
orc-bugreportcli全局可执行文件
orcccli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本0.4.42
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://gstreamer.freedesktop.org/modules/orc.html

安装元数据

软件包元数据

软件包键brew:orc
版本0.4.42
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/orc
主页https://gstreamer.freedesktop.org/modules/orc.html
仓库https://gitlab.freedesktop.org/gstreamer/orc
上游文档https://gstreamer.freedesktop.org/modules/orc.html
许可证BSD-2-Clause AND BSD-3-Clause
源码归档https://gstreamer.freedesktop.org/src/orc/orc-0.4.42.tar.xz
构建依赖meson, ninja
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameorc
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

liborc-0.4-0t64 1:0.4.41-1

Library of Optimized Inner Loops Runtime Compiler

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-0t64
  • Section: libs
  • Architecture: amd64
  • Source Package: orc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liborc-0.4-0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

liborc-0.4-dev 1:0.4.41-1

Library of Optimized Inner Loops Runtime Compiler (development headers)

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: orc
  • 2 依赖
  • 1 提供
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Orc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liborc-0.4-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

liborc-0.4-dev-bin 1:0.4.41-1

Library of Optimized Inner Loops Runtime Compiler (development tools)

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-dev-bin
  • Section: libdevel
  • Architecture: amd64
  • Source Package: orc
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liborc-0.4-dev-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

liborc-0.4-doc 1:0.4.41-1

Library of Optimized Inner Loops Runtime Compiler (documentation)

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-doc
  • Section: doc
  • Architecture: all
  • Source Package: orc
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Orc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liborc-0.4-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

orc

nix profile install nixpkgs#orc
  • normalized package name match
  • 匹配方式:Orc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/or/orc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

liborc-0.4-0t64 1:0.4.38-1build1

Library of Optimized Inner Loops Runtime Compiler

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-0t64
  • Section: libs
  • Architecture: amd64
  • Source Package: orc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liborc-0.4-0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

liborc-0.4-dev 1:0.4.38-1build1

Library of Optimized Inner Loops Runtime Compiler (development headers)

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: orc
  • 2 依赖
  • 1 提供
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Orc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liborc-0.4-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

liborc-0.4-dev-bin 1:0.4.38-1build1

Library of Optimized Inner Loops Runtime Compiler (development tools)

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-dev-bin
  • Section: libdevel
  • Architecture: amd64
  • Source Package: orc
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liborc-0.4-dev-bin from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

liborc-0.4-doc 1:0.4.38-1build1

Library of Optimized Inner Loops Runtime Compiler (documentation)

https://cgit.freedesktop.org/gstreamer/orc

sudo apt install liborc-0.4-doc
  • Section: doc
  • Architecture: all
  • Source Package: orc
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Orc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liborc-0.4-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

orc 0.4.41-r0

Oil Run-time Compiler

https://gstreamer.freedesktop.org/modules/orc.html

sudo apk add orc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: orc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: orc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

orc-compiler 0.4.41-r0

Orc compiler

https://gstreamer.freedesktop.org/modules/orc.html

sudo apk add orc-compiler
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: orc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: orc-compiler from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

orc-dev 0.4.41-r0

Oil Run-time Compiler (development files)

https://gstreamer.freedesktop.org/modules/orc.html

sudo apk add orc-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: orc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: orc-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

orc 0.4.41-3.fc44

The Oil Run-time Compiler

http://cgit.freedesktop.org/gstreamer/orc/

sudo dnf install orc
  • License: BSD-2-Clause AND BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: orc
  • 4 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Orc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: orc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

orc-compiler 0.4.41-3.fc44

Orc compiler

http://cgit.freedesktop.org/gstreamer/orc/

sudo dnf install orc-compiler
  • License: BSD-2-Clause AND BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: orc
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: orc-compiler from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

orc-devel 0.4.41-3.fc44

Development files and libraries for Orc

http://cgit.freedesktop.org/gstreamer/orc/

sudo dnf install orc-devel
  • License: BSD-2-Clause AND BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: orc
  • 5 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Orc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: orc-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

orc-doc 0.4.41-3.fc44

Documentation for Orc

http://cgit.freedesktop.org/gstreamer/orc/

sudo dnf install orc-doc
  • License: BSD-2-Clause AND BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: orc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Orc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: orc-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment