Skip to main content

🐧 Mercury4Max on Linux

Welcome Linux users! Unfortunately Cycling '74 doesn't provide a Linux version of Max8. However, we can get it to run decently enough with Wine.

🍷 Installing and Setting Up Wine

Follow the instructions to install Wine for your distro. Make sure you install 7.0 or newer.

Next follow the instructions to install Winetricks (this part may be optional, but helpful)

Run the following commands to set up and configure Wine:

wineboot -u
winetricks corefonts vcrun2010 vcrun2013 vcrun2015

Finally run winecfg and set the Windows version to Windows 8.1 (because NodeJS requires >=8.1).

💻 Install Mercury with Wine

  1. Download Max8 through any of the links below.
  1. Extract and run the MSI installer with wine msiexec /i /path/to/Max808_x64_190808.msi

  2. Launch Max with wine ~/.wine/drive_c/Program\ Files/Cycling\ \'74/Max\ 8/Max.exe

  3. Follow the rest of the instructions in the Getting Started Guide to set up Mercury with Max. Be patient when launching Mercury, the windows may become unresponsive, but they just need some time to load.

🙁 Limitations

There are some known issues with running Mercury on Linux:

  1. Alt+Enter does not run the code when using the Visual Editor. You will either need use File > Execute Code, use File > Load External Editor File, try the Pulsar editor or use a tool like Flok. Please see the External Editors Guide.

  2. Performance can be poor, try adjusting some of the settings described in the Troubleshooting guide

If you hit any issues not covered in this guide, see if it's covered in this Max forum thread.

🙏 Thanks

Guide made by Emptyflash