Installing Tools (Mac)
macOS only

By the end of this guide, you should have all the tools installed necessary for authoring, building, and debugging Grasshopper components using RhinoCommon in Rhino for Mac.

Prerequisites

This guide presumes you have an:

Install Visual Studio Code

What happened to Visual Studio for Mac?
Visual Studio for Mac has been retired by Microsoft.

Step-by-Step

  1. Download Visual Studio Code.
  2. Once you have downloaded the VSCode-darwin-universal.zip, double-click it to unzip.
  3. Drag Visual Studio Code to the /Applications folder.
  4. Open Visual Studio Code, you will need to click “Open” the first time you open it.
  5. You will need to install some packages before starting, luckily all the required pacakges are bundled together. These can be found by clicking “Extensions” on the left side bar:
  6. Restart Visual Studio Code.
  7. Visual Studio Code is installed in your /Applications folder. You will want to drag its icon to your Dock for future use or - if it’s running - right/option-click the icon in the Dock and select Keep in Dock.

Next Steps

Congratulations! You have all the tools necessary to build a Grasshopper component on macOS. Now what?

Check out the Your First Component (Mac) guide for instructions building - your guessed it - your first component.