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

# Quick Start

> Choose how you want to run OpenHands

Get started with OpenHands in minutes. Choose the option that works best for you.

<CardGroup cols={3}>
  <Card title="OpenHands Cloud" icon="cloud" href="https://app.all-hands.dev">
    **Recommended**

    The fastest way to get started. No setup required—just sign in and start coding.

    * Free usage of MiniMax M2.5 for a limited time
    * No installation needed
    * Managed infrastructure
  </Card>

  <Card title="Terminal / CLI" icon="terminal" href="/openhands/usage/cli/installation">
    Use OpenHands from your terminal. Perfect for automation and scripting.

    * IDE integrations available
    * Headless mode for CI/CD
    * Lightweight installation
  </Card>

  <Card title="Local GUI" icon="desktop" href="/openhands/usage/run-openhands/local-setup#start-the-app">
    Run OpenHands locally with a web-based interface. Bring your own LLM and API key.

    * Full control over your environment
    * Works offline
    * Docker-based setup
  </Card>
</CardGroup>
