macOS#

Quick Start#

Open the terminal application, and run the executable within the app bundle, with commands like this:

cd /Applications/Blender.app/Contents/MacOS
./Blender

If you need to do this often, you can add this directory to your PATH.

For that you can run the following procedure:

  1. Open up a Terminal.

  2. Run the following command: sudo nano /etc/paths.

  3. Enter your password, when prompted.

  4. Go to the bottom of the file, and enter /Applications/Blender.app/Contents/MacOS.

  5. Enter Ctrl-X to quit.

  6. Enter Y to save the modified buffer.

If you then open a new terminal, the following command will work:

Blender

Details#

macOS uses “files” with the .app extension called applications. These files are actually folders that appear as files in Finder. In order to run Blender you will have to specify that path to the Blender executable inside this folder, to get all output printed to the terminal. You can start a terminal from Applications ‣ Utilities. The path to the executable in the .app folder is ./Blender.app/Contents/MacOS/Blender.

If you have Blender installed in the Applications folder, the following command can be used:

/Applications/Blender.app/Contents/MacOS/Blender
../../../_images/advanced_command-line_launch_macos_mac.png

Starting Blender from a macOS console window.#