Visible to Intel only — GUID: GUID-68728EE7-7CC2-4322-99B8-538777FCDF9B
Online/Offline Installer
Prerequisites
Check the System Requirements to make sure that your OS is supported.
If you are using GPU, you need to install the Intel GPU drivers separately.
Download
Download the installation package using the Online or Offline installer options from here. Alternatively, download with the command line:
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f07e32fa-b505-4b90-8a79-e328ce9ad9d6/intel-oneapi-hpc-toolkit-2025.0.0.825_offline.sh
Install with Command Line
- If you have root (administrative and sudo) permissions, you can install the toolkit in a shared directory. This allows the toolkit to be accessible for other users on the same Linux system. Refer to root installation commands in this document.
If you do not have root (administrative or sudo) permissions, you can install the toolkit only in your home directory or a user-specific location. Refer to user installation commands in this document.
Navigate to the directory where you downloaded the installation package.
Run the installation package in one of the following modes:
Non-interactive (silent) installation, which allows you to define the installation configuration only once and does not require any user input during installation:
root:
sudo sh ./intel-oneapi-hpc-toolkit-2025.0.0.825_offline.sh -a --silent --eula accept
user:
sh ./intel-oneapi-hpc-toolkit-2025.0.0.825_offline.sh -a --silent --eula accept
For the full list of supported installer options, refer to the Command Line Options section.
Interactive mode, which prompts you to select or confirm certain options during the installation process:
root:
sudo sh ./intel-oneapi-hpc-toolkit-2025.0.0.825_offline.sh -a --cli
user:
sh ./intel-oneapi-hpc-toolkit-2025.0.0.825_offline.sh -a --cli
For the full list of supported installer options, refer to the Command Line Options section.
Once the installation is complete, verify that the toolkit is installed in the default directory:
root:
/opt/intel/oneapi
user:
~/intel/oneapi
Install with GUI
Navigate to the directory where you downloaded the installation package.
Launch the installer with the following command:
root: sudo sh ./intel-oneapi-hpc-toolkit-2025.0.0.825_offline.sh
user: sh ./intel-oneapi-hpc-toolkit-2025.0.0.825_offline.sh
Follow the installer instructions.
Once the installation is complete, verify that your toolkit is installed to the correct installation directory:
root: /opt/intel/oneapi
user: ~/intel/oneapi
For the next steps, see the Get Started with Intel® oneAPI HPC Toolkit.