intel-cmplr-lib-rt
Intel® oneAPI Runtime COMMON LIBRARIES
What it is and what it does
This is a runtime library package for Intel oneAPI, designed to be installed on target systems that will run Intel-compiled executables but do not have the full oneAPI development toolkits. It contains the shared common libraries needed for deployment. The package is platform-specific, with separate wheels for Linux (manylinux_2_28_x86_64) and Windows (win_amd64), and has no Python runtime dependencies.
According to its description, this package should be downloaded and installed alongside the COMMON LICENSING package and one or more compiler-specific runtimes. It is intended for developers, system administrators, educators, and researchers who need to distribute Intel-compiled applications to end-user machines.
Use it for:
- Deploy Intel-compiled C/C++ or Fortran applications to production servers without installing the full oneAPI toolkit
- Set up runtime environments in containerized deployments (Docker, Kubernetes) for Intel-compiled workloads
- Distribute scientific or HPC applications compiled with Intel compilers to end-user systems
- Reduce deployment footprint by installing only runtime libraries instead of full development tools
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides shared runtime libraries for Intel oneAPI compiled executables on systems without the full development toolkit installed.
Yes, if you are deploying Intel oneAPI-compiled executables to target systems. Install only if you have executables compiled with Intel compilers and need their runtime dependencies on a machine without the development toolkit. Verify that the license terms (Intel End User License Agreement) align with your deployment model before proceeding.
Install
intel-cmplr-lib-rt on PyPI
pip
pip install intel-cmplr-lib-rtuv
uv add intel-cmplr-lib-rtpoetry
poetry add intel-cmplr-lib-rtInstalling intel-cmplr-lib-rt
Before you install
Released 16 days ago with active maintenance. Medium install friction due to platform-specific wheels (manylinux_2_28_x86_64, win_amd64); no runtime dependencies simplifies deployment once installed.
License in practice
Licensed under Intel End User License Agreement for Developer Tools with unclear treatment classification. Verify compliance with your use case before deploying in production or commercial contexts.
Quickstart
# Install the runtime libraries
pip install intel-cmplr-lib-rt==2026.1.1
# Then run an Intel-compiled executable that depends on these libraries
./my_intel_compiled_binary
Platform-specific wheels require matching architecture (x86_64 Linux or Windows x64); Intel-compiled executables must be available to use these libraries; description indicates COMMON LICENSING package should also be installed
Verify before relying
- Whether this package must be installed alongside intel-cmplr-lib-rt-licensing and compiler-specific runtimes as the description suggests, or if those are optional
- Exact Python version compatibility (requires_python is unspecified in metadata)
- Whether installation requires system-level permissions or elevated privileges
Package facts
| License | Intel End User License Agreement for Developer Tools (unclear) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 16 days since the last release |
| First released | |
| Downloads | 453,745/month — #6,573 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: intel_cmplr_lib_rt-2026.1.1-py2.py3-none-manylinux_2_28_x86_64.whl; intel_cmplr_lib_rt-2026.1.1-py2.py3-none-win_amd64.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
intel-cmplr-lib-urProvides shared runtime libraries for Intel…
unclear · top 15,000 on PyPI
intel-cmplr-lic-rtProvides Intel oneAPI runtime licensing and…
unclear · top 15,000 on PyPI
intel-opencl-rtProvides Intel OpenCL runtime libraries needed…
unclear · top 15,000 on PyPI
intel-ptiProvides a framework for building profiling…
permissive · top 15,000 on PyPI
dpcpp-cpp-rtProvides compiler-specific runtime libraries…
unclear · top 15,000 on PyPI
intel-sycl-rtProvides the Intel oneAPI DPC++/C++ SYCL…
unclear · top 15,000 on PyPI
intel-openmpProvides Intel's OpenMP runtime library for…
unclear · top 5,000 on PyPI
onecclProvides Intel's oneAPI Collective…
unclear · top 15,000 on PyPI
tcmlibManages CPU resource coordination between Intel…
unclear · top 5,000 on PyPI
oneccl-develProvides Intel's oneAPI Collective…
unclear · top 15,000 on PyPI