macOS
brew install orclocal Homebrew formula metadata
sudo port install orcMacPorts ports tree · devel/orc/Portfile · source: api.github.com
brew
Oil Runtime Compiler (ORC). Version 0.4.42 via Homebrew; verified from local package data.
install
brew install orclocal Homebrew formula metadata
sudo port install orcMacPorts ports tree · devel/orc/Portfile · source: api.github.com
sudo apk add orcAlpine Linux edge package indexes · orc · source: dl-cdn.alpinelinux.org
sudo apt install liborc-0.4-0t64Debian stable package indexes · liborc-0.4-0t64 · source: deb.debian.org
sudo dnf install orcFedora Rawhide package metadata · orc · source: dl.fedoraproject.org
nix profile install nixpkgs#orcnixpkgs package indexes · pkgs/by-name/or/orc/package.nix · source: api.github.com
sudo pacman -S orcArch Linux sync databases · orc · source: geo.mirror.pkgbuild.com
sudo zypper install liborc-0_4-0openSUSE Tumbleweed package metadata · liborc-0_4-0 · source: download.opensuse.org
overview
Oil Runtime Compiler (ORC)
history
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.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
orc-bugreport | cli | global executable | |
orcc | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://gstreamer.freedesktop.org/modules/orc.html
install metadata
| Package key | brew:orc |
|---|---|
| Version | 0.4.42 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/orc |
| Homepage | https://gstreamer.freedesktop.org/modules/orc.html |
| Repository | https://gitlab.freedesktop.org/gstreamer/orc |
| Upstream docs | https://gstreamer.freedesktop.org/modules/orc.html |
| License | BSD-2-Clause AND BSD-3-Clause |
| Source archive | https://gstreamer.freedesktop.org/src/orc/orc-0.4.42.tar.xz |
| Build dependencies | meson, ninja |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | orc |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-0t64liborc-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-devliborc-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-binliborc-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-docorc
nix profile install nixpkgs#orcliborc-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-0t64liborc-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-devliborc-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-binliborc-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-docorc 0.4.41-r0
Oil Run-time Compiler
https://gstreamer.freedesktop.org/modules/orc.html
sudo apk add orcorc-compiler 0.4.41-r0
Orc compiler
https://gstreamer.freedesktop.org/modules/orc.html
sudo apk add orc-compilerorc-dev 0.4.41-r0
Oil Run-time Compiler (development files)
https://gstreamer.freedesktop.org/modules/orc.html
sudo apk add orc-devorc 0.4.41-3.fc44
The Oil Run-time Compiler
http://cgit.freedesktop.org/gstreamer/orc/
sudo dnf install orcorc-compiler 0.4.41-3.fc44
Orc compiler
http://cgit.freedesktop.org/gstreamer/orc/
sudo dnf install orc-compilerorc-devel 0.4.41-3.fc44
Development files and libraries for Orc
http://cgit.freedesktop.org/gstreamer/orc/
sudo dnf install orc-develorc-doc 0.4.41-3.fc44
Documentation for Orc
http://cgit.freedesktop.org/gstreamer/orc/
sudo dnf install orc-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.