Publish or Perish on Apple Mac OS X

PoP on Mac OS X

How to cite the Publish or Perish software

If you are using the Publish or Perish software in one of your research articles or otherwise want to refer to it, please use the following format:

Harzing, A.W. (2007) Publish or Perish, available from http://www.harzing.com/pop.htm

A 15-minute audio & slide presentation on citation analysis and Publish or Perish can be found on slideshare.

An excellent guide to Publish or Perish was produced by Stephanie Ow, librarian at the National Institute of Education Singapore. It is based on the PoP helpfile and the Publish or Perish Book, but in addition has lots of annotated screenshots to illustrate author and journals searches, as well as copying and exporting of results.

NEW: The Publish or Perish Book: now $9.95 Kindle, $14.95 PDF, $26.95 paperback

License agreement

Publish or Perish is provided courtesy of Harzing.com. It is free for personal non-profit use; please refer to the End User License Agreement for the full licensing terms and conditions.

Using Publish or Perish on Apple Mac OS X

Publish or Perish is Microsoft Windows-based software. However, you can install and run the Publish or Perish software on an Intel-based Apple Mac OS X system with the aid of one of the following:

  • Wine to provide Windows-like environment on Apple Mac OS X; or
  • CrossOver Mac, a commercially-supported version of Wine; or
  • A virtual machine with a real Microsoft Windows system inside.

The Wine approach is typically cheaper (or even free) and is compatible enough with Microsoft Windows to run Publish or Perish without major problems. On the other hand, the virtual machine approach provides an actual Microsoft Windows system, so everything works exactly as it would on a regular Windows system.

Tip: If you're technically savvy, then have a look at the Wine Mac OS X wiki for more information about running Wine on Apple Mac OS X. Otherwise, we recommend that you use one of the solutions listed below.

Note: There are also various Windows emulators for PowerPC-based Apple Mac systems, but we have not tested those due to a lack of hardware. If you want to share your experiences with these systems, then please send a message to pop@harzing.com.

Product Description Windows required? Cost
CrossOver Mac

A commercially supported Mac OS X port of Wine.

This is a self-contained solution; no additional software (apart from Publish or Perish itself) is required.

Publish or Perish using CrossOver 10.x Mac
Publish or Perish using CrossOver 9.x Mac

No; uses Wine to provide Windows-like environment From US$39.95
Darwine

A free (as in gratis and GPL-licensed) Mac OS X port of Wine that seems no longer active. See also the Mac OS X Wine wiki.

We have not tested this emulator and cannot comment on its suitability for Publish or Perish.

No; uses Wine to provide Windows-like environment Free
MacPorts Wine

A free (as in gratis and GPL-licensed) port of Wine for Mac OS X.

This is a self-contained solution; no additional software (apart from Publish or Perish itself) is required.

See Publish or Perish using MacPorts Wine

No; uses Wine to provide Windows-like environment Free
Parallels Desktop
for Mac

A commercial virtual machine environment for use on Mac OS X.

This approach requires that you purchase and install a separate copy of Microsoft Windows to run inside the Parallels Desktop virtual machine.

See Publish or Perish on Windows installation.

Yes From US$80 + cost of Windows license
PlayOnMac

A free (as in gratis and GPL-licensed) Mac OS X port of Wine.

This is a self-contained solution; no additional software (apart from Publish or Perish itself) is required. Requires Mac OS X 10.6.

Quentin Pâris, the PlayOnMac creator, advises us that he has added Publish or Perish to the PlayOnLinux and PlayOnMac repository, so users can install Publish or Perish with two clicks through the Install menu.

No; uses Wine to provide Windows-like environment Free
VirtualBox

A free (as in gratis and GPL-licensed) virtual machine environment for use on Mac OS X, GNU/Linux, and Windows.

Although VirtualBox is free, you must still purchase and install a separate copy of Microsoft Windows to run as a guest inside the VirtualBox environment.

See Publish or Perish on Windows installation.

Yes Cost of Windows license
VMWare Fusion

A commercial virtual machine environment for use on Mac OS X.

This approach requires that you purchase and install a separate copy of Microsoft Windows to run inside the VMWare Fusion virtual machine.

See Publish or Perish on Windows installation.

Yes From US$50 + cost of Windows license
WineBottler

A free (as in gratis and GPL-licensed) Wine-based Windows emulator for Mac OS X, currently in Beta.

This is a self-contained solution; no additional software (apart from Publish or Perish itself) is required.

We have not tested this environment and cannot comment on its suitability for Publish or Perish.

No; uses Wine to provide Windows-like environment Free

Using MacPorts Wine to run Publish or Perish

According to information that we received courtesy of Frédéric Fondement, Publish or Perish works well with MacPorts port of Wine if you do the following.

  1. Install MacPort (important: note that MacPorts requires Xcode and Quartz X11 support preinstalled on your Mac OS X system).
  2. Open Terminal and install Wine by executing:
    sudo port install wine
  3. Download the Publish or Perish installer for Windows.
  4. Still in Terminal install Publish or Perish with the command:
    wine PoPSetup.exe
  5. Once installation is ended, Publish or Perish can be run by issuing the following command from Terminal:
    wine /Users/${USER}/.wine/drive_c/Program\ Files/Harzing\'s\ Publish\ or\ Perish\ 3/Bin/PoP.exe &
  6. To use Publish or Perish without Terminal, create and compile the following Apple script:
    do shell script "/opt/local/bin/wine /Users/${USER}/.wine/drive_c/Program\\ Files/Harzing\\'s\\ Publish\\ or\\ Perish\\ 3/Bin/PoP.exe"