> ## Documentation Index
> Fetch the complete documentation index at: https://speckle-assistant.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Manual Installation

export const connector_0 = "SketchUp"

<div class="callout my-4 px-5 py-4 overflow-hidden rounded-2xl flex gap-3 border-2 border-red-600 bg-red-100/50 dark:border-red-600 dark:bg-red-400/20" data-callout-type="warning">
  <div class="mt-0.5 w-4" data-component-part="callout-icon">
    <svg class="flex-none w-5 h-5 text-red-700 dark:text-red-300" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" aria-label="Warning">
      <path stroke-linecap="round" stroke-linejoin="round" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
    </svg>
  </div>

  <div class="text-sm prose min-w-0 w-full text-red-700 dark:text-red-300" data-component-part="callout-content">
    <b>Notice</b>: This user guide is based on the legacy {connector_0} connector.<br />
    We recommend using our new connectors instead, as they are easier to use and actively maintained. This legacy documentation may not be up to date.
  </div>
</div>

If you'd like to try installing on a different platform or for a different version, you can do a manual installation. Note that the connector has not been tested on older versions or on different platforms. There may be issues, so feel free to report them on the forum.

## 1. Clone the Repository

First, ensure you have [git](https://git-scm.com) installed.

Run the following command in your terminal to clone the repo:

```bash theme={null}
git clone https://github.com/specklesystems/speckle-sketchup
```

This will create a `speckle-sketchup` folder with the connector files wherever you run this command.

## 2. Build the User Interface

Navigate into the `ui/` folder

```bash theme={null}
cd speckle-sketchup/ui
```

Then run the following commands:

```bash theme={null}
npm install
npm run build
```

This will create a `html` folder inside the `speckle-sketchup/speckle_connector` folder.

## 3. Add the Connector to SketchUp

Find the `Plugins` folder for your SketchUp installation. On Windows for SketchUp, the folder will be at:

```
C:\Users\{YOU}\AppData\Roaming\SketchUp\`{SketchUp_VERSION}\SketchUp\Plugins
```

Once you've found the equivalent for your OS / SketchUp version, copy the `speckle_connector` folder and the `speckle_connector.rb` file into the `Plugins` folder.
