Automic VaultAutomic Vault

brew

Installer orc avec Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de orc pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install orc

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install orc

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add orc

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

Fedora dnfvérifié · 92%
sudo dnf install orc

Fedora Rawhide package metadata · orc · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#orc

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S orc

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

openSUSE zyppervérifié · 92%
sudo zypper install orc

openSUSE Tumbleweed package metadata · orc · Source: download.opensuse.org

Debian aptvérifié · 92%
sudo apt install liborc-0.4-0t64

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

aperçu

Résumé du paquet

Oil Runtime Compiler (ORC)

Commandes et alias

  • orc-bugreport
  • orcc

historique

Historique du projet et usages

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.

Historique du projet

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

Historique d'adoption

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.

Modes d'utilisation

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.

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

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.

Chronologie

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

posture de sécurité

Niveau de risque : yellow

generalized runtime or code generation signal.

Classificateur de risque

risque yellow · confiance moyen · runtime

Pourquoi

  • generalized runtime or code generation signal

Signaux

  • text:runtime

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
orc-bugreportcliexécutable global
orcccliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire0.4.42
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

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

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:orc
Version0.4.42
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/orc
Page d'accueilhttps://gstreamer.freedesktop.org/modules/orc.html
Dépôthttps://gitlab.freedesktop.org/gstreamer/orc
Docs amonthttps://gstreamer.freedesktop.org/modules/orc.html
LicenceBSD-2-Clause AND BSD-3-Clause
Archive sourcehttps://gstreamer.freedesktop.org/src/orc/orc-0.4.42.tar.xz
Dépendances de compilationmeson, ninja
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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