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

# Install Rikka on Android: Download from Play or Web

> Download Rikka from Google Play or the official website, install it on your Android device, and complete the first-launch setup in minutes.

Rikka is a native Android application distributed through two official channels: the Rikka website and the Google Play Store. Both channels deliver the same app — choose whichever is most convenient for you. This page walks you through downloading, installing, and completing your first launch.

## System Requirements

Before you install, confirm your device meets the minimum requirements.

<Card title="Android Device Required" icon="robot" href="https://play.google.com/store/apps/details?id=me.rerere.rikkahub">
  Rikka runs on Android smartphones and tablets. Check the Google Play listing for the exact minimum Android version supported on your device.
</Card>

<Note>
  Rikka does not have an iOS version at this time. Make sure you are installing on an Android device.
</Note>

## Download Options

<Tabs>
  <Tab title="Google Play Store">
    The Google Play Store is the easiest way to install Rikka. Play handles automatic updates, so you always have the latest version without lifting a finger.

    1. Open the **Google Play Store** on your Android device.
    2. Search for **Rikka** or tap the link below to go directly to the listing.
    3. Tap **Install** and wait for the download to complete.

    <Card title="Rikka on Google Play" icon="rocket" href="https://play.google.com/store/apps/details?id=me.rerere.rikkahub">
      Open the official Rikka listing in the Google Play Store.
    </Card>
  </Tab>

  <Tab title="Official Website">
    You can also download the APK directly from the Rikka website. This is useful if the Play Store is unavailable in your region or if you prefer to sideload apps.

    1. Visit **[rikka-ai.com/download](https://rikka-ai.com/download)** in your browser.
    2. Tap the download button to save the APK file to your device.
    3. Open your file manager, locate the downloaded APK, and tap it to begin installation.
    4. If prompted, grant permission to **Install unknown apps** for your browser or file manager.
    5. Follow the on-screen prompts to complete the installation.

    <Warning>
      Only download Rikka from **rikka-ai.com** or the official Google Play listing. APKs from third-party sources may be outdated or tampered with.
    </Warning>
  </Tab>
</Tabs>

## First Launch Experience

Once Rikka is installed, open it from your home screen or app drawer. The first time you launch the app, Rikka walks you through the essential setup:

<Steps>
  <Step title="Welcome Screen">
    Rikka greets you with a brief welcome screen. Tap **Get Started** to move to the setup flow.
  </Step>

  <Step title="Add a Provider">
    Rikka prompts you to add at least one AI provider. Select your preferred provider — OpenAI, Google Gemini, Anthropic Claude, or a custom OpenAI-compatible endpoint — and enter your API key. You can add more providers later from **Settings → Providers**.
  </Step>

  <Step title="Choose a Default Model">
    Pick a default model for new conversations. You can always change the model on a per-conversation basis.
  </Step>

  <Step title="Start Chatting">
    Tap **Start Chatting** to open the main conversation view. Rikka is ready to use.
  </Step>
</Steps>

## Import Provider Settings via QR Code

If you have already configured Rikka on another device, you can skip manual API key entry by importing your provider settings with a QR code.

<Accordion title="How to import via QR code">
  On your existing device:

  1. Open **Settings → Providers**.
  2. Tap the **Export** or **Share** option and choose **QR Code**.
  3. A QR code containing your provider configuration is displayed on screen.

  On your new device:

  1. Complete installation and open Rikka.
  2. On the provider setup screen, tap **Import via QR Code**.
  3. Point your camera at the QR code on your existing device.
  4. Rikka imports your provider settings automatically.

  <Note>
    The QR code includes your API keys. Keep it private and do not share it publicly or screenshot it to an unsecured location.
  </Note>
</Accordion>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Add a provider and send your first message in under five minutes.
  </Card>

  <Card title="Providers Overview" icon="plug" href="/providers/overview">
    Learn how to configure OpenAI, Gemini, Claude, and custom endpoints.
  </Card>
</CardGroup>
