Skip to content

mpv-macos is a macOS packaging for the latest stable release of mpv.

License

Notifications You must be signed in to change notification settings

pashynskykh/mpv-macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mpv-macos

The goal of this project is to provide a MacOS packages for the latest stable release of mpv. Here you'll find builds for both Apple Silicon and Intel Macs.

Downloads

Built application can be downloaded from the Releases.

Installation

  1. Mount the DMG and drag and drop the app into your Applications directory.
  2. Remove the "quarantine" attribute from the app:
    xattr -d com.apple.quarantine /Applications/mpv.app

FAQ

Can I trust your builds?

My mpv packages are built directly from source and I don't make any changes or even store the source code in this repository.

Also, you don't have to trust me, since you can check the build.yml file in this repository and make sure that it is indeed built from the original source code of the latest stable mpv release, without any modifications.

Why I can't open the app after installation?

If you've forgotten to remove the "quarantine" attribute, you'll receive the following message from macOS, which will prevent you from opening the application:

Apple could not verify "mpv.app" is free of malware that may harm your Mac or compromise your privacy.

This happens because I do not notarize the macOS version of the mpv: I don't have a paid Apple Developer license and I don't want to support this signing mechanism that is put behind a paywall without providing significant gains.

How do I use mpv on MacOS from the Terminal?

There are two ways to make mpv available on the terminal:

  1. Create an alias in your .zshrc, .bashrc, or config.fish file, depending on the shell you are using. For example, let's add an alias for ZSH by adding the following line to ~/.zshrc:
    alias mpv="/Applications/mpv.app/Contents/MacOS/mpv"
    After that, you'll need to reopen the terminal and the mpv command will be available to you.
  2. Create a soft link to one of your paths in $PATH. For example:
    sudo ln -s /Applications/mpv.app/Contents/MacOS/mpv /usr/local/bin/mpv

There's a new version of mpv out. When will you update?

As soon as I manage to get some time away from work.

License

See LICENSE.

About

mpv-macos is a macOS packaging for the latest stable release of mpv.

Topics

Resources

License

Stars

Watchers

Forks