macOS
brew install ocl-icdlocal Homebrew formula metadata
brew / rank 7568
OpenCL ICD loader. Version 2.3.5 via Homebrew; verified 2026-06-25. Also installable with debian: sudo apt install ocl-icd-dev.
install
brew install ocl-icdlocal Homebrew formula metadata
sudo dnf install ocl-icdFedora Rawhide package metadata · ocl-icd · source: dl.fedoraproject.org
nix profile install nixpkgs#ocl-icdnixpkgs package indexes · pkgs/by-name/oc/ocl-icd/package.nix · source: api.github.com
sudo pacman -S ocl-icdArch Linux sync databases · ocl-icd · source: geo.mirror.pkgbuild.com
sudo apt install ocl-icd-devDebian stable package indexes · ocl-icd-dev · source: deb.debian.org
sudo zypper install libOpenCL1openSUSE Tumbleweed package metadata · libOpenCL1 · source: download.opensuse.org
overview
OpenCL ICD loader
No executable aliases were found in the local package database.
history
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.
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.
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.
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.
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.
security posture
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.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
/etc/OpenCL/vendors/*.icdexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
| No executable data was present. | |||
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://github.com/OCL-dev/ocl-icd
install metadata
| Package key | brew:ocl-icd |
|---|---|
| Version | 2.3.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ocl-icd |
| Homepage | https://github.com/OCL-dev/ocl-icd/ |
| Repository | https://github.com/OCL-dev/ocl-icd |
| Upstream docs | https://github.com/OCL-dev/ocl-icd/ |
| License | BSD-2-Clause |
| Source archive | https://github.com/OCL-dev/ocl-icd/archive/refs/tags/v2.3.5.tar.gz |
| Last updated | 2026-06-25T13:37:58+02:00 |
| Pulse | updated |
| Build dependencies | asciidoc, autoconf, automake, libtool, opencl-headers, xmlto |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | The default vendors directory is $HOMEBREW_PREFIX/etc/OpenCL/vendors |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ocl-icd |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-devocl-icd-libopencl1 2.3.3-1
Generic OpenCL ICD Loader
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-libopencl1ocl-icd-opencl-dev 2.3.3-1
OpenCL development files
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-opencl-devocl-icd
nix profile install nixpkgs#ocl-icdocl-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-devocl-icd-libopencl1 2.3.2-1build1
Generic OpenCL ICD Loader
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-libopencl1ocl-icd-opencl-dev 2.3.2-1build1
OpenCL development files
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-opencl-devocl-icd 2.3.5-1.fc45
OpenCL Library (Installable Client Library) Bindings
https://github.com/OCL-dev/ocl-icd/
sudo dnf install ocl-icdocl-icd-devel 2.3.5-1.fc45
OpenCL Library Development files
https://github.com/OCL-dev/ocl-icd/
sudo dnf install ocl-icd-develocl-icd 2.3.5-1
OpenCL ICD Bindings
https://github.com/OCL-dev/ocl-icd
sudo pacman -S ocl-icdlibOpenCL1 2.3.4-1.6
OpenCL ICD Bindings
https://github.com/OCL-dev/ocl-icd
sudo zypper install libOpenCL1libOpenCL1-32bit 2.3.4-1.6
OpenCL ICD Bindings
https://github.com/OCL-dev/ocl-icd
sudo zypper install libOpenCL1-32bitocl-icd-devel 2.3.4-1.6
Development files of ocl-icd
https://github.com/OCL-dev/ocl-icd
sudo zypper install ocl-icd-develocl-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-32bitsource 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.