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

# Install Runwita

> Download the app, drag it to Applications, and open it for the first time.

Runwita runs on macOS. A Windows build is on the roadmap. There's no web version, the whole point is that your data lives on your machine.

## Download

<Steps>
  <Step title="Get the latest build">
    Head to [runwita.com](https://runwita.com) and click the download button. You'll get a `.dmg` file named something like `Runwita-1.1.10-arm64.dmg`. The version number changes; the rest stays the same.

    <Frame>TODO: screenshot of runwita.com download CTA</Frame>
  </Step>

  <Step title="Open the disk image">
    Double-click the `.dmg`. A Finder window opens with the Runwita app icon and a shortcut to your Applications folder.
  </Step>

  <Step title="Drag to Applications">
    Drag the Runwita icon onto the Applications shortcut. macOS copies the app over. You can eject the disk image after.

    <Frame>
      <img src="https://mintcdn.com/runwita/6V_hqd0aovxORFCU/images/getting-started/install-drag-to-applications.png?fit=max&auto=format&n=6V_hqd0aovxORFCU&q=85&s=fd6bfda11393888a83147415c77e66d2" alt="Drag the Runwita icon onto the Applications folder shortcut" width="532" height="334" data-path="images/getting-started/install-drag-to-applications.png" />
    </Frame>
  </Step>

  <Step title="Launch">
    Open Launchpad or your Applications folder and double-click Runwita. The first launch can take a few seconds while macOS verifies the app.
  </Step>
</Steps>

## Where Runwita keeps its data

Everything lives at `~/Library/Application Support/Runwita/`. Inside that folder:

* `app.db`, your journeys, engagements, topics, decisions, actions, and settings, all in one SQLite file.
* `attachments/`, image and PDF attachments you've added to engagements.
* a few small WAL files that SQLite uses while the app is running.

Back this folder up however you back up the rest of your machine. Time Machine, Arq, rsync to an external drive, anything that copies `~/Library/Application Support/Runwita/` works. There's no cloud sync yet, so this folder *is* your data.

If you ever want to start fresh, quit Runwita and delete the folder. Next launch, the app rebuilds an empty database.

## What's next

<Card title="Prerequisites" icon="arrow-right" href="/getting-started/prerequisites">
  A few things to set up before you capture your first engagement.
</Card>
