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

# nowrun: Deploy Android APKs to Any Browser Instantly

> nowrun publishes Android APKs to a shareable URL your users open in any browser — no app install required. Your AI agent handles the entire deploy.

nowrun lets you publish any Android APK to a live, browser-accessible URL in seconds. Instead of walking users through an install process, you share a link — they click it, and your app runs instantly in their browser. The entire deploy workflow is agent-driven: you handle the one-time account setup, and your AI coding agent takes care of everything else, from installing the CLI to uploading your build and sharing the link.

## What you get

<CardGroup cols={2}>
  <Card icon="link" title="Live URL">
    Anyone opens your app directly in a browser — no download or install required.
  </Card>

  <Card icon="robot" title="Agent-Driven">
    Your AI agent deploys your app for you, end to end, without manual steps.
  </Card>

  <Card icon="android" title="Any Engine">
    Works with any toolchain that produces an APK: native Android, Unity, Godot, and Unreal.
  </Card>

  <Card icon="gauge" title="Dashboard">
    Manage your apps, versions, and shareable links from the nowrun.io dashboard.
  </Card>
</CardGroup>

## Who does what

| You (human)                    | Your agent                        |
| ------------------------------ | --------------------------------- |
| Create a nowrun account        | Install the nowrun CLI            |
| Verify your card (\$0 check)   | Run `nowrun init` to authenticate |
| Copy and paste your token      | Build and deploy your app         |
| Share the link with your users | Report the live URL back to you   |

Your only required actions are the one-time account and billing setup. Once you paste your token, the agent handles the full install-authenticate-deploy cycle on its own.

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" href="quickstart">
    Create your account and deploy your first app in under five minutes.
  </Card>

  <Card title="How It Works" href="how-it-works">
    Learn what happens under the hood from deploy command to live link.
  </Card>
</CardGroup>
