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

# Download and Install LandingEdge

export const vp = 'Visual Prompting';

export const smartLabel = 'Smart Labeling';

export const productLL = 'LandingLens';

export const mi = 'Mobile Inference';

export const llsf = 'LandingLens on Snowflake';

export const companyName = 'LandingAI';

*This article applies to these versions of LandingLens:*

<table>
  <thead>
    <tr>
      <th>LandingLens</th>
      <th>LandingLens on Snowflake</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>
  </tbody>
</table>

<iframe width="560" height="315" src="https://www.youtube.com/embed/8_qGlPUs4yI?&wmode=opaque&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

<Info>LandingEdge v2.8.8 and later does not require a deployment license. If you have an earlier version, please upgrade to the latest version.</Info>

## Download and Install LandingEdge on Windows

To download and install LandingEdge on Windows:

1. Open LandingLens.
2. Open any project.
3. Click **Deploy**.
4. If you haven't deployed a model in the project yet, click **Download LandingEdge**.
   <img src="https://mintcdn.com/landinglens/AkXgdAcL19zbnV5n/images/download_LE_2024.png?fit=max&auto=format&n=AkXgdAcL19zbnV5n&q=85&s=862055ee9d26ac677f1d340cf7072fb2" alt="download_LE_2024" width="2131" height="1289" data-path="images/download_LE_2024.png" />
5. If you've already deployed a model in the project, click **LandingEdge**.
   <img src="https://mintcdn.com/landinglens/RyS1eDX1H1P0yU5b/images/le-deploy-page.png?fit=max&auto=format&n=RyS1eDX1H1P0yU5b&q=85&s=2377432add89323e0f78b96d838fd341" alt="LandingEdge" width="597" height="429" data-path="images/le-deploy-page.png" />
6. Click **Download for Windows**.
   <img src="https://mintcdn.com/landinglens/a3fnoQGtz-YoRQ-T/images/Download_LE_Windows.png?fit=max&auto=format&n=a3fnoQGtz-YoRQ-T&q=85&s=42ddd54f7fa3a013874d55280e85b861" alt="Download_LE_Windows" width="591" height="170" data-path="images/Download_LE_Windows.png" />
7. The LandingEdge installer automatically downloads.
8. After the download completes, open the LandingEdge installer.
   <img src="https://mintcdn.com/landinglens/HBWOq4xeHM0Cl6hQ/images/open-le-install.png?fit=max&auto=format&n=HBWOq4xeHM0Cl6hQ&q=85&s=7dc3ab72f3eef5ee439f87b7dcec63fc" alt="Open Installer" width="498" height="200" data-path="images/open-le-install.png" />
9. Follow the prompts to install LandingEdge.

## Download and Install LandingEdge on Linux

To download and install LandingEdge on Linux:

1. Open LandingLens.
2. Open any project.
3. If you haven't deployed a model in the project yet, click **Download LandingEdge**.
   <img src="https://mintcdn.com/landinglens/AkXgdAcL19zbnV5n/images/download_LE_2024.png?fit=max&auto=format&n=AkXgdAcL19zbnV5n&q=85&s=862055ee9d26ac677f1d340cf7072fb2" alt="download_LE_2024" width="2131" height="1289" data-path="images/download_LE_2024.png" />
4. If you've already deployed a model in the project, click **LandingEdge**.
   <img src="https://mintcdn.com/landinglens/RyS1eDX1H1P0yU5b/images/le-deploy-page.png?fit=max&auto=format&n=RyS1eDX1H1P0yU5b&q=85&s=2377432add89323e0f78b96d838fd341" alt="LandingEdge" width="597" height="429" data-path="images/le-deploy-page.png" />
5. Click **Download for Linux**.
   <img src="https://mintcdn.com/landinglens/a3fnoQGtz-YoRQ-T/images/Download_LE_Linux.png?fit=max&auto=format&n=a3fnoQGtz-YoRQ-T&q=85&s=39d7427a1bf36cc57e6f9101972c6517" alt="Download_LE_Linux" width="591" height="170" data-path="images/Download_LE_Linux.png" />
6. The LandingEdge installer automatically downloads.
7. To extract the LandingEdge installer to the target installation directory, run this command in the command line (replace `your_installation_dir` with your directory):
   ```bash theme={null}
   sh LandingEdge.run --target your_installation_dir
   ```
8. To run the LandingEdge application, run this command in the command line:
   ```bash theme={null}
   landing-edge
   ```

<Info>Downloading and installing LandingEdge doesn't create a container.</Info>
