pkg.soopen package index

brew / rank 7568

Install ocl-icd with Homebrew, dnf, Nix, pacman, apt, zypper

OpenCL ICD loader. Version 2.3.5 via Homebrew; verified 2026-06-25. Also installable with debian: sudo apt install ocl-icd-dev.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install ocl-icd

local Homebrew formula metadata

Linux

Fedora dnfverified · 92%
sudo dnf install ocl-icd

Fedora Rawhide package metadata · ocl-icd · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#ocl-icd

nixpkgs package indexes · pkgs/by-name/oc/ocl-icd/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S ocl-icd

Arch Linux sync databases · ocl-icd · source: geo.mirror.pkgbuild.com

Debian aptverified · 92%
sudo apt install ocl-icd-dev

Debian stable package indexes · ocl-icd-dev · source: deb.debian.org

openSUSE zypperverified · 92%
sudo zypper install libOpenCL1

openSUSE Tumbleweed package metadata · libOpenCL1 · source: download.opensuse.org

overview

Package summary

OpenCL ICD loader

Commands and aliases

No executable aliases were found in the local package database.

history

Project history and usage

ocl-icd is a free OpenCL Installable Client Driver loader. Its job is not to implement OpenCL computation itself, but to expose OpenCL entry points, discover vendor implementations, and dispatch calls to the correct implementation.

Project history

The OCL-dev README describes ocl-icd as an open source alternative to vendor-specific OpenCL ICD loaders. The project was built around a practical reverse-engineering and compatibility problem: the order of function pointers inside loader dispatch tables was not publicly available for all cases, so ocl-icd maintains a YAML database of known and guessed entries.

The project also ships a skeleton of bindings that OpenCL implementations can incorporate to add ICD functionality. Its `update-database` flow can install a dummy OpenCL implementation and probe another loader to discover new dispatch entries, reflecting the messy reality of keeping an independent loader compatible with a moving GPU API surface.

Khronos' official OpenCL ICD Loader documentation describes the same general ICD mechanism: applications link against a loader, and the loader enumerates OpenCL implementations and forwards API calls. ocl-icd is the long-running third-party implementation that many Unix-like distributions packaged before or alongside the Khronos-maintained loader.

Adoption history

ocl-icd is packaged across Linux and Unix-like ecosystems because OpenCL applications need a `libOpenCL.so` provider even when the actual compute implementation comes from a GPU vendor or portable implementation such as POCL. The Debian package page for `ocl-icd-opencl-dev` describes it as providing OpenCL development files and ensuring the ocl-icd loader is installed.

Homebrew packages ocl-icd as keg-only on macOS because macOS provides OpenCL.framework, and the formula conflicts with `opencl-icd-loader` because both install `lib/libOpenCL.so`. The formula API generated on 2026-07-01 lists 202 installs over 365 days, which is small direct Homebrew usage but consistent with a low-level compatibility library that is often pulled through dependencies.

How it is used

Users and packagers install ocl-icd so OpenCL applications can link against one loader while individual vendor drivers are registered through `.icd` files, commonly under `/etc/OpenCL/vendors` or the Homebrew prefix's `etc/OpenCL/vendors` directory.

The tool and library matter most in build farms, Linux desktop/GPU stacks, scientific software, and package-manager dependency graphs, where code should not have to link directly to a single vendor's OpenCL runtime.

Why package nerds care

ocl-icd is package-nerd infrastructure: it is a small library whose metadata has outsized consequences for GPU software resolution, conflicts, keg-only status, and virtual-provider behavior. Its formula caveats and conflicts explain why package managers must model OpenCL loaders carefully instead of treating them as ordinary leaf packages.

Timeline

  • The OCL-dev README records the original motivation: an open source replacement for vendor-specific OpenCL ICD loaders.
  • 2026-07-01: Homebrew formula metadata lists stable version 2.3.5, a conflict with `opencl-icd-loader`, and a keg-only reason tied to macOS OpenCL.framework.

Related projects

  • Related packages include KhronosGroup/OpenCL-ICD-Loader, OpenCL-Headers, POCL, GPU vendor ICDs, and distribution packages such as Debian's `ocl-icd-opencl-dev`.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for ocl-icd. Package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 6 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/OpenCL/vendors/*.icd

executables

Installed executables

CommandKindExposureNote
No executable data was present.

freshness

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

page generated2026-08-04
manager version2.3.5
manager updated2026-06-25
local dataok
upstreamcurrent
latest detectedv2.3.5

https://github.com/OCL-dev/ocl-icd

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:ocl-icd
Version2.3.5
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/ocl-icd
Homepagehttps://github.com/OCL-dev/ocl-icd/
Repositoryhttps://github.com/OCL-dev/ocl-icd
Upstream docshttps://github.com/OCL-dev/ocl-icd/
LicenseBSD-2-Clause
Source archivehttps://github.com/OCL-dev/ocl-icd/archive/refs/tags/v2.3.5.tar.gz
Last updated2026-06-25T13:37:58+02:00
Pulseupdated
Build dependenciesasciidoc, autoconf, automake, libtool, opencl-headers, xmlto
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsThe default vendors directory is $HOMEBREW_PREFIX/etc/OpenCL/vendors

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameocl-icd
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • opencl-icd-loader
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

ocl-icd-dev 2.3.3-1

Development files to build an OpenCL ICD

https://github.com/OCL-dev/ocl-icd

sudo apt install ocl-icd-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: ocl-icd
  • 1 dependencies
  • normalized package name match
  • Matched by: Ocl Icd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ocl-icd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ocl-icd-libopencl1 2.3.3-1

Generic OpenCL ICD Loader

https://github.com/OCL-dev/ocl-icd

sudo apt install ocl-icd-libopencl1
  • Section: libs
  • Architecture: amd64
  • Source Package: ocl-icd
  • 1 dependencies
  • 7 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Ocl Icd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ocl-icd-libopencl1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ocl-icd-opencl-dev 2.3.3-1

OpenCL development files

https://github.com/OCL-dev/ocl-icd

sudo apt install ocl-icd-opencl-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: ocl-icd
  • 4 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Ocl Icd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ocl-icd-opencl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ocl-icd

nix profile install nixpkgs#ocl-icd
  • normalized package name match
  • Matched by: Ocl Icd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/oc/ocl-icd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

ocl-icd-dev 2.3.2-1build1

Development files to build an OpenCL ICD

https://github.com/OCL-dev/ocl-icd

sudo apt install ocl-icd-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: ocl-icd
  • 1 dependencies
  • normalized package name match
  • Matched by: Ocl Icd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ocl-icd-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ocl-icd-libopencl1 2.3.2-1build1

Generic OpenCL ICD Loader

https://github.com/OCL-dev/ocl-icd

sudo apt install ocl-icd-libopencl1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: ocl-icd
  • 1 dependencies
  • 7 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Ocl Icd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ocl-icd-libopencl1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ocl-icd-opencl-dev 2.3.2-1build1

OpenCL development files

https://github.com/OCL-dev/ocl-icd

sudo apt install ocl-icd-opencl-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: ocl-icd
  • 4 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Ocl Icd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ocl-icd-opencl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

ocl-icd 2.3.5-1.fc45

OpenCL Library (Installable Client Library) Bindings

https://github.com/OCL-dev/ocl-icd/

sudo dnf install ocl-icd
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: ocl-icd
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ocl Icd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ocl-icd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst
dnf95%

ocl-icd-devel 2.3.5-1.fc45

OpenCL Library Development files

https://github.com/OCL-dev/ocl-icd/

sudo dnf install ocl-icd-devel
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: ocl-icd
  • 7 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ocl Icd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ocl-icd-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst
pacman95%

ocl-icd 2.3.5-1

OpenCL ICD Bindings

https://github.com/OCL-dev/ocl-icd

sudo pacman -S ocl-icd
  • License: BSD-2-Clause
  • Architecture: x86_64
  • 1 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Ocl Icd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ocl-icd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libOpenCL1 2.3.4-1.6

OpenCL ICD Bindings

https://github.com/OCL-dev/ocl-icd

sudo zypper install libOpenCL1
  • License: BSD-2-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: ocl-icd
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ocl Icd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libOpenCL1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

libOpenCL1-32bit 2.3.4-1.6

OpenCL ICD Bindings

https://github.com/OCL-dev/ocl-icd

sudo zypper install libOpenCL1-32bit
  • License: BSD-2-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: ocl-icd
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ocl Icd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libOpenCL1-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

ocl-icd-devel 2.3.4-1.6

Development files of ocl-icd

https://github.com/OCL-dev/ocl-icd

sudo zypper install ocl-icd-devel
  • License: BSD-2-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: ocl-icd
  • 5 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ocl Icd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ocl-icd-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

ocl-icd-devel-32bit 2.3.4-1.6

Development files of ocl-icd

https://github.com/OCL-dev/ocl-icd

sudo zypper install ocl-icd-devel-32bit
  • License: BSD-2-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: ocl-icd
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ocl Icd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ocl-icd-devel-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation