--- id: intel-cmplr-lib-rt version: "2026.1.1" license: Intel End User License Agreement for Developer Tools license_treatment: unclear maintenance: active --- # intel-cmplr-lib-rt — Intel® oneAPI Runtime COMMON LIBRARIES License: unclear · Maintenance: active · Downloads: 453.7K/mo ## 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 above — 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 pip install intel-cmplr-lib-rt uv add intel-cmplr-lib-rt poetry add intel-cmplr-lib-rt ## Installing 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: unspecified - Install friction: medium - Maintenance: active - Downloads: 453.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags intel oneapi runtime libraries, intel compiler runtime deployment, oneapi common libraries, intel runtime dependencies, deploy intel compiled binaries, intel-oneapi, runtime-libraries, deployment [View on SkillFed](https://skillfed.io/packages/intel-cmplr-lib-rt) · [View on PyPI](https://pypi.org/project/intel-cmplr-lib-rt/)