Install separately for each version: Repeat these steps for each application version you want to use with Speckle.
Rhino and Grasshopper connectors are bundled together. Installing the Rhino connector also installs Grasshopper support.
Install for a single user
- Extract the downloaded ZIP file.
- Copy all contents except
.ghfiles from.\Speckle.Connectors.Rhino{VERSION}\to%AppData%\McNeel\Rhinoceros\{VERSION}.0\Plug-ins\Speckle.Connectors.Rhino{VERSION} (2153799A-0CEC-40DE-BC3A-01E5055222FF)\- Replace
{VERSION}with your Rhino version (example:8) - Create the directory if it doesn’t exist
- Replace
Register the plugin
Rhino requires registry keys to recognize the plugin. This step requires administrator access.- Open Registry Editor (press Windows key + R, type
regedit, and press Enter). - Navigate to
HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\{VERSION}.0\Plug-Ins\2153799A-0CEC-40DE-BC3A-01E5055222FF- Create the path if it doesn’t exist
- Create a new string value named
Namewith typeREG_SZ- Set the value to
Speckle.Connectors.Rhino{VERSION}
- Set the value to
- Create a new string value named
FileNamewith typeREG_SZ- Set the value to the full path of the
.rhpfile you copied - Example:
C:\Users\YourUsername\AppData\Roaming\McNeel\Rhinoceros\8.0\Plug-ins\Speckle.Connectors.Rhino8 (2153799A-0CEC-40DE-BC3A-01E5055222FF)\Speckle.Connectors.Rhino8.rhp
- Set the value to the full path of the
Install for all users
Use the following changes from the single user installation:- Program files: Use
%ProgramData%instead of%AppData%in all file paths - Registry location: Use
HKEY_LOCAL_MACHINEinstead ofHKEY_CURRENT_USER - Update the
FileNameregistry value to match your%ProgramData%installation path
Install Grasshopper sample files (optional)
The Rhino 8 connector includes sample Grasshopper scripts. These samples work with all supported Rhino versions.- Copy all
.ghfiles from.\Speckle.Connectors.Rhino8\to%AppData%\Grasshopper\Libraries\Speckle Sample Files\- Create the directory if it doesn’t exist
- Only Rhino 8 includes sample files
Disable update notifications
To prevent update checks, contact [email protected] for a file to replace the connector configuration database.Uninstall the connector
- Delete the
Speckle.Connectors.Rhino{VERSION}folder from your installation location. - Delete the registry keys at
HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\{VERSION}.0\Plug-Ins\2153799A-0CEC-40DE-BC3A-01E5055222FF - Optionally, delete the Grasshopper sample files from
%AppData%\Grasshopper\Libraries\Speckle Sample Files\
%AppData%\Speckle\ folder.
Back to manual installation overview
Return to connector selection