Browsers on Arm
About this Install Guide
| Reading time: | 10 min |
| Last updated: | 27 Jul 2026 |
| Reading time: |
| 10 min |
| Last updated: |
| 27 Jul 2026 |
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.
Download a
.debfile (Ubuntu/Debian) or a.rpmfile (Fedora) for ARM64 using the download areaRun 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:
Go to the download page and click the Download for Windows button.
Run the downloaded
.exefileFind and start Vivaldi from the applications menu
Give Feedback
How would you rate this tool quick-install guide?
What is the primary reason for your feedback ?
Thank you! We're grateful for your feedback.
- Have more feedback? Log an issue on GitHub.
- Want to collaborate? Join our Discord server.