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

# Aether: Local AI Agent for Android

> Aether is a powerful, localized AI Agent app for Android with multi-provider LLM support, built-in Alpine Linux, and a rich extension system.

Welcome to **Aether** — a locally-run AI Agent for Android. Built on the Pi framework, Aether puts a full agentic experience directly on your device: connect to any major LLM provider, automate tasks with built-in Alpine Linux tooling, and extend the agent with your own mods — all without sending your credentials to any third-party service.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/introduction">
    Learn what Aether is, how it works, and what sets it apart from other AI chat apps.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install Aether, connect a provider, and send your first message in minutes.
  </Card>

  <Card title="Models & Providers" icon="brain" href="/features/models-providers">
    Explore supported LLM providers including OpenAI, Anthropic, Google, DeepSeek, and more.
  </Card>

  <Card title="Extension Developer" icon="code" href="/extensions/overview">
    Build hot-reload TypeScript mods or compiled Kotlin/DEX native extensions for Aether.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Install Aether from GitHub Releases">
    Download the latest APK from the [Aether Releases page](https://github.com/Zhou-Shilin/Aether/releases) and install it on your Android device.
  </Step>

  <Step title="Configure your LLM provider">
    Open Aether, navigate to **Settings → Providers**, and add your preferred LLM provider with your API key.
  </Step>

  <Step title="Start chatting with your AI agent">
    Select a model in the chat composer and send your first message. Enable **Agent Mode** to unlock the full agentic experience with shell tools and device automation.
  </Step>
</Steps>

<Note>
  Aether requires **Android 8.0 (API 26) or higher** and an **arm64-v8a** device architecture. Make sure your device meets these requirements before installing.
</Note>
