Install
DV supports Windows, macOS and Linux. We provide pre-built packages for the most common operating systems. You can find instructions for installing DV on your operating system below.
Download and install the latest DV release for the respective operating system from the link below.
Windows
MacOS
MacOS (Intel 64-bit)
MacOS (ARM 64-bit)
Linux
Please note that the GUI version of our DV software is only available on x86_64 architectures, for ARM-based devices please check the Embedded Devices section.
Ubuntu Linux
We provide a PPA repository for Focal (20.04 LTS) and Jammy (22.04 LTS) on the x86_64, arm64 and armhf architectures.
sudo add-apt-repository ppa:inivation-ppa/inivation
sudo apt-get update
sudo apt-get install dv-gui
Ubuntu Bionic
We provide a separate PPA repository for Bionic (18.04 LTS) on the x86_64, x86, arm64 and armhf architectures.
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository ppa:inivation-ppa/inivation-bionic
sudo apt-get update
sudo apt-get install dv-gui
Fedora Linux
We provide a COPR repository for Fedora 34, 35, 36 and rawhide on the x86_64, arm64 and armhf architectures.
sudo dnf copr enable inivation/inivation
sudo dnf install dv-gui
Arch Linux
You can find DV in the AUR repository, install the package dv-gui.
Gentoo Linux
A valid Gentoo ebuild repository is available here over Git. The
package to install is dev-util/dv-gui
.
Embedded Devices
Our GUI software is not supported on embedded devices. However, such devices can be used to run remote instances of
dv-runtime
to be accessed by a remote GUI. For that reason,
it is still possible to
install dv-runtime on its own.
Bleeding edge releases
We provide a bleeding edge release with the latest features directly from development. Bleeding edge releases are untested and are potentially broken. Use at your own risk or when directed to do so.