Install with the Offline/Online Installer
Download the Intel® oneAPI Toolkit and install using offline/online mode via a GUI or command-line interface.
Pre-Installation
Check the System Requirements to make sure that your OS is supported.
If you plan to use an Intel GPU, install the Intel GPU drivers separately.
Download
Download the installation package using the offline installer, online installer, or command line.
Download with the command line:
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/71180075-e4e3-4c6f-bbbb-19017ed0cf7d/intel-oneapi-toolkit-2026.0.0.198_offline.sh
Install with Command Line
For the full list of supported installer options, refer to Command Line Options.
- If you have root (administrative and sudo) permissions, you can install the Intel® oneAPI 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-toolkit-2026.0.0.198_offline.sh -a --silent --eula accept
user: sh ./intel-oneapi-toolkit-2026.0.0.198_offline.sh -a --silent --eula accept
Interactive mode, which prompts you to select or confirm certain options during the installation process:
root: sudo sh ./intel-oneapi-toolkit-2026.0.0.198_offline.sh -a --cli
user: sh ./intel-oneapi-toolkit-2026.0.0.198_offline.sh -a --cli
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-toolkit-2026.0.0.198_offline.sh
user: sh ./intel-oneapi-toolkit-2026.0.0.198_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