Documentation Index
Fetch the complete documentation index at: https://docs.speckle.systems/llms.txt
Use this file to discover all available pages before exploring further.
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.- If it doesn’t exist already, create the registry key
HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\{VERSION}.0\Plug-Ins\2153799A-0CEC-40DE-BC3A-01E5055222FF - Create a new
REG_SZvalue namedName- Set the value to
Speckle.Connectors.Rhino{VERSION}
- Set the value to
- Create a new
REG_SZvalue namedFileName- Set the value data 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 data 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
See connector-configuration documentation for disabling update notificationsUninstall 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