Download Latest Version mrv2-beta-Linux-amd64.tar.gz (154.9 MB)
Email in envelope

Get an email when there's a new version of mrv2

Home / beta
Name Modified Size InfoDownloads / Week
Parent folder
mrv2-beta-Linux-amd64.tar.gz 2025-06-28 154.9 MB
README.md 2025-06-28 4.1 kB
mrv2-beta-Linux-amd64.rpm 2025-06-28 130.3 MB
mrv2-beta-Linux-amd64.deb 2025-06-28 152.0 MB
mrv2-beta-Windows-amd64.zip 2025-06-28 123.7 MB
mrv2-beta-Windows-amd64.exe 2025-06-28 79.7 MB
mrv2-beta-Darwin-amd64.dmg 2025-06-28 65.1 MB
mrv2-beta-Darwin-arm64.dmg 2025-06-28 86.3 MB
Totals: 8 Items   792.2 MB 9

Donate

mrv2 v1.3.9 Beta

This beta release of v1.3.9 corresponds to: 28 of June of 2025 at 17:40:04 Buenos Aires, Argentina (-0300 UTC/GMT).

It does not support NDI® on any platform.

It works on Windows 8.1+ (without USD support), Ubuntu 22.04 LTS+, macOS 13 (amd64 also without USD support) and macOS M1/M2/M3 (arm64).

It may contain bugs, new untested features and more.

You can extract it to compile yourself with:

   git clone https://github.com/ggarra13/mrv2.git
   cd mrv2
   git checkout 2ee2f0f82a3aa2a154ca3e0a09dbd6c04942669c
   ./runme.sh  clean

Enjoy!


v1.3.9 Notes

  • v1.3.8 had broken the short name of the buttons (F/O in the pixel bar) and T/S/F in the timecode selection button.
  • Fixed Wayland's monitor names.
  • Fixed opening of Secondary Window on Vulkan mrv2.

Notes on installation

  • On macOS you install it by opening the .dmg file, and dragging the mrv2 icon to the Applications directory. If there's already an mrv2 version, we recommend you overwrite it. The macOS application is currently not notarized, so when you launch it you will not be able to run it as macOS will warn you that the file is not secure as it was downloaded from internet. To avoid that, you need to open the Apple Logo->Settings->Privacy and Security and go to Security and allow "Opening Anyway". Alternatively, you can do it from the Terminal, by:
  sudo xattr -rd com.apple.quarantine /Applications/mrv2.app/
  • Windows and Chrome, like macOS, also protect you from installing files from the Internet. When you first download it with Chrome it may warn you that it is not an usual archive to be downloaded. Make sure to click on the right up arrow menu to Save it anyway. You cannot open the .exe from Chrome directly. You will need to open Windows Explorer and go to the Downloads directory. You should then run it from there. Then Windows will popup a Blue box telling you Windows SmartScreen prevented the start of an unknown application and that you can place your PC at risk. Click on the More Information text and a Button that says Run anyway or similar should appear. Click on it and follow the standard instructions to any Windows installer. One note about the Windows install. When asked if you want to add mrv2 to your PATH, it is recommended to answer No to it, as it avoids DLLs conflicts with other applications that use common libraries like FFmpeg or OpenUSD.

  • On Linux, in order to install the .rpm or .deb packages requires your user to have sudo permissions.

On Debian (Ubuntu, etc) systems, you would install with:

  sudo dpkg -i mrv2-${branch}-Linux-amd64.deb

On Fedora, you would install it with:

  sudo rpm -i mrv2-${branch}-Linux-amd64.rpm

Once you install it, you can run mrv2 by just typing mrv2 in the shell, as a symlink to the executable is placed in /usr/bin. The installers will also associate file extensions and install an icon for easy starting up in the Desktop icon of the user that installed it. For running mrv2 with the icon, you need to select it and use the right mouse button to open the menu and choose Allow Launch.

If you lack sudo permissions in your organization, you should download the .tar.gz file and you can uncompress it with:

  tar -xf mrv2-${branch}-Linux-amd64.tar.gz

That will create a folder in the directory you uncompress it from. You can then run mrv2 by using the mrv2.sh shell script in the bin/ subdirectory.

Notes about Vulkan on NVidia Linux:

The preferred NVidia driver tested for best performance is nvidia-driver-550 (default on Ubuntu 24.04.2 LTS).

nvidia-driver-570 suffers from a dramatic hit in performance (about 50%).

nvidia-driver-575 suffers from an even bigger hit in performance (about 80%).

Source: README.md, updated 2025-06-28