> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Copy models to an offline machine

> Download Jumper models on an internet-connected machine and copy them to air-gapped editorial stations

If a firewall blocks model downloads, download the models on a machine with internet access and copy the models folder to each editorial machine.

Whitelisting the [license server](/guides/custom-license-server) does not allow model downloads. License checks and model downloads are separate.

## Download the models

Use a source machine with the same operating system as the editorial stations. Model availability depends on the platform. See the [model reference](/reference/machine-learning-models).

<Steps>
  <Step title="Open Settings">
    On the internet-connected machine, open the [Settings tab](/interface/settings-tab#visual-model-selection).
  </Step>

  <Step title="Download the models you need">
    Select each model and download it. Jumper stores downloaded models in the folder below.
  </Step>
</Steps>

## Where models are stored

<Tabs>
  <Tab title="macOS">
    `~/.jumper/models`

    The `.jumper` folder is hidden. In Finder, choose **Go > Go to Folder**, then enter:

    ```
    ~/.jumper/models
    ```
  </Tab>

  <Tab title="Windows">
    `C:\Users\YOUR-USERNAME\.jumper\models`

    Replace `YOUR-USERNAME` with the Windows account that runs Jumper. Paste the path into File Explorer's address bar.
  </Tab>
</Tabs>

## Copy them onto the editorial machines

<Steps>
  <Step title="Copy the models folder">
    Copy the `models` folder from the internet-connected machine onto removable media or your content network.
  </Step>

  <Step title="Place it on each editorial machine">
    Put the folder at the same path for the account that runs Jumper.

    On macOS that is `~/.jumper/models`. On Windows it is `C:\Users\YOUR-USERNAME\.jumper\models`. Create the `.jumper` folder if it is not there yet.
  </Step>

  <Step title="Load the model">
    Open Jumper on the editorial machine. In Settings, select the model and click **Load**.
  </Step>
</Steps>

<Info>
  Analysis files belong to the model that created them. After loading a different model, re-analyze media before searching with it. See [Analyzing media](/core-concepts/processing#analysis-files-and-machine-learning-models).
</Info>
