About this Install Guide

This guide shows you how to install and use the tool with the most common configuration. For advanced options and complete reference information, see the official documentation. Some install guides also include optional next steps to help you explore related workflows or integrations.

How do I install Vivaldi?

Vivaldi is available for Arm Linux and Windows on Arm.

Visit Download Vivaldi to obtain packages for various operating systems.

Linux

Vivaldi is available for Arm Linux.

  1. Download a .deb file (Ubuntu/Debian) or a .rpm file (Fedora) for ARM64 using the download area

  2. Run the package manager in the directory where you downloaded the file

    

        
        

sudo apt-get -y install ./vivaldi*.deb
  

    
    

        
        

sudo dnf --nogpgcheck -y install ./vivaldi*.rpm
  

    

If you need a command line only install use the instructions below:

    

        
        

wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg
echo "deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=$(dpkg --print-architecture)] https://repo.vivaldi.com/archive/deb/ stable main" | sudo dd of=/etc/apt/sources.list.d/vivaldi-archive.list
sudo apt update && sudo apt install vivaldi-stable -y
  

    
    

        
        

sudo dnf install dnf-utils -y
sudo dnf config-manager --add-repo https://repo.vivaldi.com/archive/vivaldi-fedora.repo
sudo dnf install vivaldi-stable -y
  

    

Windows

The stable release of Vivaldi is an Arm native application.

To install Vivaldi on Windows on Arm:

  1. Go to the download page and click the Download for Windows button.

  2. Run the downloaded .exe file

  3. Find and start Vivaldi from the applications menu


Give Feedback

How would you rate this tool quick-install guide?