MacOS – mupdf command does not install with homebrew

homebrewmacos

I tried to install MuPDF on OS X 10.11 using Homebrew:

brew install mupdf-tools

But when I try to use it from the command line (it doesn't show up on Launchpad) I get the following error:

mupdf example.pdf
-bash: mupdf: command not found

Looking around a bit, I find 64-bit executables for mudraw, mujstest and mutool in /usr/local/bin. These commands seem to work. But there is no executable for mupdf there or anywhere else that I can find (using the find command). Any ideas what has gone wrong?

Best Answer

Run mupdf-x11

This works both for mupdf-tools and mupdf from homebrew since they install the same binaries