Skip To Main Content
Intel logo - Return to the home page
My Tools

Select Your Language

  • Bahasa Indonesia
  • Deutsch
  • English
  • Español
  • Français
  • Português
  • Tiếng Việt
  • ไทย
  • 한국어
  • 日本語
  • 简体中文
  • 繁體中文
Sign In to access restricted content

Using Intel.com Search

You can easily search the entire Intel.com site in several ways.

  • Brand Name: Core i9
  • Document Number: 123456
  • Code Name: Emerald Rapids
  • Special Operators: “Ice Lake”, Ice AND Lake, Ice OR Lake, Ice*

Quick Links

You can also try the quick links below to see results for most popular searches.

  • Product Information
  • Support
  • Drivers & Software

Recent Searches

Sign In to access restricted content

Advanced Search

Only search in

Sign in to access restricted content.

The browser version you are using is not recommended for this site.
Please consider upgrading to the latest version of your browser by clicking one of the following links.

  • Safari
  • Chrome
  • Edge
  • Firefox

Get the Intel® VTune™ Profiler

   

  • Overview
  • Download
  • Documentation & Resources
This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms"> Terms of Service</a> apply.

Find and fix performance bottlenecks quickly and realize all the value of your hardware.

For the most current functional and security features, update to the latest version as it becomes available.

Size
Version
Date
SHA384

Service Currently Unavailable. Please Try Again Later
Continue as a Guest (download starts immediately) →
By downloading, you agree to our Privacy and Terms of use

Thank You

Your Download should start immediately.

Failed to submit your form.

Due to a technical difficulty, we were unable to submit the form. Please try again after a few minutes. We apologize for the inconvenience.

APT Package Manager

   Prerequisites for First-Time Users

  1. To add APT repository access, install the prerequisites:
    
    sudo apt update
    sudo apt install -y gpg-agent wget
  2. Set up the repository. To do this, download the key to the system keyring:
    
    wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
  3. Add the signed entry to APT sources and configure the APT client to use the Intel repository:
    
    echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
  4. Update the packages list and repository index.
    
    sudo apt update
  5. Download the following from APT:
    
    sudo apt install intel-oneapi-vtune

     

View Installation Instructions

Get Started Guide

DNF Package Manager

Download from DNF

dnf install intel-oneapi-vtune

Prerequisite for First-Time Users

  1. Create the DNF repository file in the /temp directory as a normal user.
    tee > /tmp/oneAPI.repo << EOF
    [oneAPI]
    name=Intel® oneAPI repository
    baseurl=https://yum.repos.intel.com/oneapi
    enabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
    EOF
    
  1. Move the newly created oneAPI.repo file to the YUM configuration directory.
    sudo mv /tmp/oneAPI.repo /etc/yum.repos.d
    

View Installation Instructions

Get Started Guide

 

Containers

For more information, see Docker* containers.

Docker* Pull Command

docker pull intel/vtune-profiler

By accessing, downloading, or using this software and any required dependent software (the “Software Package”), you agree to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third-party software included with the Software Package. Refer to the licensing information for additional details.

   More Container Sources

 

Ubuntu* 22.04


docker pull intel/oneapi-vtune:devel-ubuntu22.04

docker pull intel/oneapi-vtune:2024.3.0-devel-ubuntu22.04

Ubuntu 20.04


docker pull intel/oneapi-vtune:devel-ubuntu20.04

docker pull intel/oneapi-vtune:2024.3.0-devel-ubuntu20.04

Next Step: Get Started Using Containers

YUM Package Manager

yum install intel-oneapi-vtune

Prerequisites for First-Time Users

  1. Create the YUM repository file in the /temp directory as a normal user.
    tee > /tmp/oneAPI.repo << EOF
    [oneAPI]
    name=Intel® oneAPI repository
    baseurl=https://yum.repos.intel.com/oneapi
    enabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
    EOF
    
  1. Move the newly created oneAPI.repo file to the YUM configuration directory /etc/yum.repos.d:
    sudo mv /tmp/oneAPI.repo /etc/yum.repos.d
    

View Installation Instructions

Get Started Guide

 

Zypper Package Manager

Download from Zypper

zypper install intel-oneapi-vtune

Prerequisite for First-Time Users

Add the Intel oneAPI repository public key using the following command:

sudo zypper addrepo https://yum.repos.intel.com/oneapi oneAPI

View Installation Instructions

Get Started Guide

 

Installation Instructions for Windows*

The initial download includes the installer application files only. The installer will acquire the component during the installation process.

Step 1: Select the .exe file to launch the GUI installer.

Step 2: Follow the instructions in the installer.

Step 3: Explore the Get Started Guide.

Installation Instructions for Windows*

Step 1: Select the .exe file to launch the GUI installer.

Step 2: Follow the instructions in the installer.

Step 3: Explore the Get Started Guide.

Additional Resources

System Requirements
Release Notes
Installation Guide
What’s New
End User License Agreements

Command Line Download

wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2775669e-5be4-4982-96de-d0ca5444859a/intel-vtune-2025.5.0.40.sh

sudo sh ./intel-vtune-2025.5.0.40.sh

Installation Instructions for Linux*

The initial download includes the installer application files only. The installer will acquire all the tools during the installation process.

Step 1: From the console, locate the downloaded install file.

Step 2: Use $ sudo sh ./<installer>.sh to launch the GUI Installer as the root.

Optionally, use $ sh ./<installer>.sh to launch the GUI Installer as the current user.

Step 3: Follow the instructions in the installer.

Step 4: Explore the Get Started Guide.

Command Line Download

wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2775669e-5be4-4982-96de-d0ca5444859a/intel-vtune-2025.5.0.40_offline.sh

sudo sh ./intel-vtune-2025.5.0.40_offline.sh

Installation Instructions for Linux*

Step 1: From the console, locate the downloaded install file.

Step 2: Use sudo sh ./<installer>.sh to launch the GUI Installer as the root.

Optionally, use $ sh ./<installer>.sh to launch the GUI Installer as the current user.

Step 3: Follow the instructions in the installer.

Step 4: Explore the Get Started Guide.

Additional Resources

System Requirements
Release Notes
Installation Guide
What’s New
End User License Agreements

  

Support

Start-up support is available if there is an issue with the tool selector functionality.

Report an Issue

  • Company Overview
  • Contact Intel
  • Newsroom
  • Investors
  • Careers
  • Corporate Responsibility
  • Inclusion
  • Public Policy
  • © Intel Corporation
  • Terms of Use
  • *Trademarks
  • Cookies
  • Privacy
  • Supply Chain Transparency
  • Site Map
  • Recycling
  • Your Privacy Choices California Consumer Privacy Act (CCPA) Opt-Out Icon
  • Notice at Collection

Intel technologies may require enabled hardware, software or service activation. // No product or component can be absolutely secure. // Your costs and results may vary. // Performance varies by use, configuration, and other factors. Learn more at intel.com/performanceindex. // See our complete legal Notices and Disclaimers. // Intel is committed to respecting human rights and avoiding causing or contributing to adverse impacts on human rights. See Intel’s Global Human Rights Principles. Intel’s products and software are intended only to be used in applications that do not cause or contribute to adverse impacts on human rights.

Intel Footer Logo