> ## Documentation Index
> Fetch the complete documentation index at: https://geniex.aihub.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Pick your interface and get to first inference in minutes.

Choose the interface that matches what you're building. Each path takes you from install to a working model in a few minutes.

<CardGroup cols={2}>
  <Card title="Command Line" href="/en/run/cli/quickstart" icon="terminal">
    Run models from a terminal on Windows ARM64, or via Docker on Linux ARM64. Best for trying things out fast.
  </Card>

  <Card title="Local Server" href="/en/run/cli/local-server" icon="server">
    OpenAI-compatible API on Windows ARM64 and Linux ARM64.
  </Card>

  <Card title="Python SDK" href="/en/run/python/quickstart" icon="python">
    Huggingface style API for scripting and notebooks, available on Windows ARM64 and Linux ARM64.
  </Card>

  <Card title="Linux (Docker)" href="/en/run/linux/install" icon="docker">
    Docker image for Linux ARM64 with NPU access. Best for Dragonwing IoT and similar platforms.
  </Card>

  <Card title="Android SDK" href="/en/run/android/quickstart" icon="android">
    Kotlin SDK from Maven Central, plus a prebuilt demo APK for Snapdragon 8 Elite.
  </Card>
</CardGroup>

## **Before you start**

* **Platform & runtime** — pick where you'll run (Windows ARM64, Android, Linux ARM64) and which runtime fits your model. See [Platforms & runtimes](/en/get-started/platforms).
* **Models** — see [Models](/en/models/supported) for tested examples on each runtime.
* **Bring your own model** — already have a GGUF or AI Hub bundle on disk? See [Run a local model](/en/run/cli/quickstart#run-a-local-model).

<br />

<div class="feedback-wrapper">
  <span class="feedback-label">Was this page helpful?</span>

  <div class="feedback-toggle">
    <input type="radio" name="feedback" id="feedback-yes" class="feedback-input" />

    <label for="feedback-yes" class="feedback-button">
      <img src="https://mintcdn.com/qualcomm-0801e48b/VijZ6eXFSGIGNc9Z/Images/FeedBack/thumbs-up.svg?fit=max&auto=format&n=VijZ6eXFSGIGNc9Z&q=85&s=9fa1e132909ee8667d02f775cd8bc108" alt="Thumbs up" class="feedback-icon" noZoom width="14" height="14" data-path="Images/FeedBack/thumbs-up.svg" />

      Yes
    </label>

    <input type="radio" name="feedback" id="feedback-no" class="feedback-input" />

    <label for="feedback-no" class="feedback-button">
      <img src="https://mintcdn.com/qualcomm-0801e48b/VijZ6eXFSGIGNc9Z/Images/FeedBack/thumbs-down.svg?fit=max&auto=format&n=VijZ6eXFSGIGNc9Z&q=85&s=7f5f8865b502b5262849a700e6989278" alt="Thumbs down" class="feedback-icon" noZoom width="14" height="14" data-path="Images/FeedBack/thumbs-down.svg" />

      No
    </label>
  </div>
</div>
