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

# Kovio SDK for Unitree

> Turn a Unitree G1 / Go2 into a verified, monetizable ad surface — one command, anonymous by design.

The Kovio SDK runs on a Unitree robot's onboard computer. It senses who is in
front of the robot, plays an ad on the chest screen, and reports **verified
moments** to Kovio — which become impressions and revenue on your dashboard.

<Note>
  **Anonymous by design.** No video, images, or personal data ever leave the
  robot — only normalized signals (counts, distance band, dwell time, etc.).
</Note>

## What you get

<CardGroup cols={2}>
  <Card title="One-command install" icon="terminal" href="/quickstart">
    SSH in, run one line with your fleet key. No source, no build steps.
  </Card>

  <Card title="Instant dashboard updates" icon="bolt" href="/instant-dashboard">
    The robot appears and starts reporting moments the moment it's installed.
  </Card>

  <Card title="Compiled & key-gated" icon="lock" href="/how-it-works">
    A signed, ABI-matched compiled artifact tied to your fleet key. Revocable.
  </Card>

  <Card title="Sim or live sensors" icon="robot" href="/modes">
    Validate end-to-end in sim mode, then switch to live camera/LiDAR.
  </Card>
</CardGroup>

## In one line

```bash theme={null}
curl -fsSL https://dist.kovio.dev/install.sh | sudo bash -s -- <YOUR_FLEET_KEY>
```

Ready? Head to the [Quickstart](/quickstart).
