MKVToolNix logo MKVToolNix – Matroska tools for Linux/Unix and Windows

Downloads

AlmaLinux 8.x & 9.x

I provide binaries for AlmaLinux 8.x and 9.x. You can get RPMs for MKVToolNix from my repository. First you have to add that repository with the following command:

sudo rpm -Uhv https://mkvtoolnix.download/almalinux/bunkus-org-repo-2-4.noarch.rpm

Then you can install MKVToolNix with the following command:

sudo dnf install mkvtoolnix mkvtoolnix-gui

You can also browse the download directory: AlmaLinux 8.x.

Linux AppImage

I'm providing a distribution-agnostic AppImage for Linux. It should run on any more or less recent distribution. It has been tested successfully as far back as Ubuntu 14.04.

You can download the current AppImage from here. Older releases and continuous builds can be found here.

Don't forget to make the downloaded file executable afterwards.

Starting the AppImage will launch MKVToolNix GUI. If you want to run one of the command-line tools, you can do so as well: by symlinking the AppImage to the tool's name. Here's an example using mkvpropedit to change a movie's title:

chmod u+rx MKVToolNix_GUI-76.0-x86_64.AppImage
ln -s MKVToolNix_GUI-76.0-x86_64.AppImage mkvpropedit
./mkvpropedit my-movie.mkv --set title="Best movie ever"

Arch Linux

Giovanni Scafora is maintaining packages for libEBML, libMatroska and MKVToolNix in Arch's [extra] repository. You can install MKVToolNix with the simple command pacman -S mkvtoolnix-cli mkvtoolnix-gui

You can also view the package sites for libebml, libmatroska and MKVToolNix.

CentOS Stream/RedHat Enterprise Linux 8.x

I provide binaries for CentOS 8 Stream that should work on RedHat Enterprise Linux, too. You can get RPMs for MKVToolNix from my yum repository. First you can add that yum repository with the following command:

sudo rpm -Uhv https://mkvtoolnix.download/centosstream/bunkus-org-repo-2-4.noarch.rpm

Then you can install MKVToolNix with the following command:

sudo dnf install mkvtoolnix mkvtoolnix-gui

You can also browse the download directory: CentOS Stream 8.x.

Debian packages

I provide i386/amd64/arm64/armhf binaries for MKVToolNix for Debian 11 "Bullseye" (the current stable) and i386/amd64/armhf binaries for Debian 11 "buster" (the old stable). The arm64 and armhf binaries can be used on Raspberry Pi OS (formerly Raspbian).

You first have to import my public GPG key because all of my pools are signed. Run this once: sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

You can access the packages by adding the lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list:

Version APT source
Debian 11 (aka "Bullseye") deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main
Debian 10 (aka "Buster") deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main

Now simply run sudo apt update followed by sudo apt install mkvtoolnix mkvtoolnix-gui.

If updating the package lists fails, make sure you have the package apt-transport-https installed.

A note on compiling for Debian 11: you have to install the clang package for the clang compiler which is used due to a bug in the gcc version shipped with Debian 11.

Debian 8 "Jessie" and 9 "stretch": you can get versions up to v38.0.0 (for Stretch) and v29.0.0 (for Jessie) from my repositories.

Version APT source
Debian 9 (aka "Stretch") deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ stretch main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ stretch main
Debian 8 (aka "Jessie") deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ jessie main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ jessie main

If you're looking for older Debian or MKVToolNix releases, you can look through the repository directory yourself.

Docker

Jocelyn Le Sage is maintaining a Docker image for MKVToolNix GUI that can also be run on machines such as Synology or Unraid NAS systems. Please see the full documentation Jocelyn provides for details how to run the image and how to solve issues such as problems with file permission due to differing user IDs inside and outside the container.

If you're having issues with the Docker image, please file a bug report in Jocelyn's GitHub repository. I do not offer support for this Docker image myself.

Fedora 37–38

I host x86_64 binaries for Fedora 37 & 38 of MKVToolNix in dnf repositories.

In order to add the repository all you have to do is to execute the following two commands:

sudo rpm -Uhv https://mkvtoolnix.download/fedora/bunkus-org-repo-2-4.noarch.rpm

Afterwards you can install MKVToolNix with the following command:

sudo dnf install mkvtoolnix mkvtoolnix-gui

My GPG key's ID is 16D2F5DC 10C052A6, and the fingerprint is EB24 BCA1 4BA6 A24F 1427 6FEE 16D2 F5DC 10C0 52A6.

You can also browse the download directories for your version: Fedora 35 and Fedora 36.

Fedora 13–36: I don't provide updated binary packages for current MKVToolNix versions for these distributions anymore. However, older binary packages can still be found in the download directories.

Linux Flatpak images

Flatpak images are available over on FlatHub.org.

After installing Flatpak itself, you can download and run the current version with the following commands:

flatpak install flathub org.bunkus.mkvtoolnix-gui flatpak run org.bunkus.mkvtoolnix-gui

If you want to run one of the command-line tools, you can do so as well. In general the syntax looks like this:

flatpak run org.bunkus.mkvtoolnix-gui <executable> <command line arguments>

The "executable" can be either the full name such as "mkvmerge" or their shortened form without the "mkv" prefix, e.g. "merge".

Running the command-line applications also works on headless servers without a graphical user interface even though the Flatpak's name includes "gui" in its name.

Here's an example using mkvpropedit to change a movie's title:

flatpak run org.bunkus.mkvtoolnix-gui propedit my-movie.mkv --set title="This is super cool movie"

An alternative for versions prior to v65 is to specify the command to execute with flatpak's --command=<executable> argument. Here's the example from above with this syntax:

flatpak run --command=mkvpropedit org.bunkus.mkvtoolnix-gui my-movie.mkv --set title="This is super cool movie"

Arch Linux

Giovanni Scafora is maintaining packages for libEBML, libMatroska and MKVToolNix in Arch's [extra] repository. You can install MKVToolNix with the simple command pacman -S mkvtoolnix-cli mkvtoolnix-gui

You can also view the package sites for libebml, libmatroska and MKVToolNix.

FreeBSD

You can find MKVToolNix and its GUI as a port on freshports.org.

Gentoo

Thanks to Martin Holzer Gentoo does already contain ebuilds for MKVToolNix which you can simply install.

Linux Mint 21

You first have to import my public GPG key because all of my pools are signed. Run this once: sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

You can access the packages by adding the appropriate lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list:

Version APT source
21 "Vanessa" deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ vanessa main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ vanessa main

Now simply run sudo apt update followed by sudo apt install mkvtoolnix mkvtoolnix-gui.

macOS 10.15 "Catalina" and newer

Note: I don't own a Mac. While I do provide binaries I do not offer support for macOS. I don't use that platform, have no programming experience with it whatsoever, and I have neither the time nor the motivation to hunt down issues on it.

At the moment you have two options apart from building the applications yourself:

  1. Unsupported binaries by myself, a disk image of 76.0. Download it here.
  2. The HomeBrew project offers a cask that downloads & installs the disk image I provide. It's the exact same software and therefore unsupported as well. Using HomeBrew allows for easier updating, though.
  3. Required macOS versions

    Newer versions of MKVToolNix require newer versions of macOS to run due to Apple supporting certain required libraries only with certain macOS versions. Here's a table listing the first MKVToolNix version that required a specific version of macOS:

    MKVToolNix version minimum required macOS version
    54.0.0 10.15 "Catalina"
    42.0.0 10.14 "Mojave"
    9.8.0 10.09 "Mavericks"

    You can download all versions here.

Mageia

Götz Waschk is so kind as to build RPM packages for Mageia (formerly Mandriva). The current version is in the Cauldron distribution. The repository for the stable version might only contain an outdated version of MKVToolNix.

NetBSD

You can find MKVToolNix and its GUI in the pkgsrc tree as multimedia/mkvtoolnix and multimedia/mmg, maintained by Lubomir Sedlacik.

OpenIndiana

You can find MKVToolNix and its GUI in official "extra" repository. After adding the rpository to your list of publishers you can install MKVToolNix with pkg install mkvtoolnix.

openSUSE Tumbleweed & Leap

Up to date packages of MKVToolNix for Tumbleweed & Leap are availalble on the Open Build Service. Usually it only takes a couple of hours from the release of a new version until packages have been built there.

Raspberry Pi OS (formerly Raspbian) packages

You can use the Debian binaries on Raspberry Pi OS. They're available for the armhf platform the Raspberry Pi uses as well.

Please note that I used to host a Raspbian-specific repository here. This repository was removed with release 68.0.0 in favor of the Debian repository.

Slackware

A way to get MKVToolNix running on the latest Slackware is to download the build script available on Slackbuilds.org and running it. It will do everything for you. This script was provided by Andrew Strong.

20.04 LTS "Focal Fossa", 22.04 "Jammy Jellyfish", 22.10 "Kinetic Kudu", 23.04 "Lunar Lobster"

I offer packages for the following architectures: amd64 (all releases), armhf & arm64 (these two only for 22.04 and newer).

You first have to import my public GPG key because all of my pools are signed. Run this once: sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

You can access the packages by adding the appropriate lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list:

Version APT source
23.04 "Lunar Lobster" deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ lunar main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ lunar main
22.10 "Kinetic Kudu" deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ kinetic main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ kinetic main
22.04 "Jammy Jellyfish" deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main
20.04 "Focal Fossa" deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ focal main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ focal main

Now simply run sudo apt update followed by sudo apt install mkvtoolnix mkvtoolnix-gui.

If updating the package lists fails, make sure you have the package apt-transport-https installed.

Ubuntu 18.04 LTS "Bionic Beaver" & Ubuntu 16.04 LTS "Xenial": you can still get versions up to v53.0.0 (for 18.04) and v38.0.0 (for 16.04) from my repositories.

Version APT source
18.04 "Bionic Beaver" deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ bionic main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ bionic main
16.04 "Xenial Xerus" deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ xenial main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ xenial main

If you're looking for older Ubuntu or MKVToolNix releases, you can look through the repository directory yourself.

Windows

Download

The current version v76.0 is available as an installer and as a portable 7zip archive. Supported Windows versions are Windows 10/Windows Server 2016 and newer.

Architecture & type File name SHA-256 checksum SHA-512 checksum
Installer (64-bit) mkvtoolnix-64-bit-76.0-setup.exe 499e48...86f682 Copy to clipboard 084f30...ce3f52 Copy to clipboard
Portable (64-bit) mkvtoolnix-64-bit-76.0.7z 3e3a48...3e2c3a Copy to clipboard 6c7e1c...901355 Copy to clipboard
Installer (32-bit) mkvtoolnix-32-bit-76.0-setup.exe 5647ad...4bb18d Copy to clipboard 549643...6e25de Copy to clipboard
Portable (32-bit) mkvtoolnix-32-bit-76.0.7z 014149...47fc67 Copy to clipboard 2d2c5e...c5f10e Copy to clipboard

Checksum verification

If you want to verify the integrity of the downloads please use the checksums that I provide for the binaries in the table above. Alternatively you can download the files containing the checksums for all Windows binaries here: SHA-256 & SHA-512.

Microsoft Store

MKVToolNix is available on the Microsoft Store for a small fee. This is a way for you to support the development financially while getting automatica updates in return. Other than that there are no functional differences between the versions you get here and the one in the store. If you have more questions, please see this FAQ entry.

Chocolatey

If you're using the Chocolatey package manager, you can also install or upgrade MKVToolNix with Chocolatey by running choco install mkvtoolnix respectively choco upgrade mkvtoolnix from the PowerShell. They're usually pretty quick to update.

Older versions

All Windows builds for olders versions are available on my site.

Zenwalk Linux

Frédéric Boulet is maintaining packages for libEBML, libMatroska and MKVToolNix in Zenwalk's [extra] repository. You can install MKVToolNix with the simple command netpkg mkvtoolnix or with the graphical utility xnetpkg.

Others

Unfortunately I do not have access to other distributions and cannot provide binaries for other distributions. If you're interested in providing binary packages for other distributions then please contact me. You'll find my email address on the contact page.

© 2002 – 2020 Moritz Bunkus   |   Imprint/Impressum   |   Data Protection/Datenschutz   |   Cookie settings