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

# Welcome to Rainy MaTE

> Public launch documentation for Rainy MaTE BETA 1.

<Warning>
  `Rainy MaTE BETA 1` is currently available for `macOS` only. Windows and Linux support is planned for the near future.
</Warning>

Rainy MaTE is a desktop AI workspace built with React, Tauri, and Rust. These docs are organized by outcome so you can move from setup to reliable production use.

## Choose your path

<CardGroup cols={2}>
  <Card title="I want to use the app" icon="rocket" href="/quickstart">
    Install Rainy MaTE, connect your provider key, select a workspace, and run your first task.
  </Card>

  <Card title="I run operations" icon="brain" href="/features/neural-panel">
    Connect Rainy ATM, monitor cloud activity, and control remote sessions.
  </Card>

  <Card title="I build or extend Rainy" icon="code" href="/developers/local-setup">
    Set up the local development environment, build agents and tools, and ship changes.
  </Card>

  <Card title="I need security details" icon="shield" href="/reference/airlock-security">
    Review Airlock levels, approval behavior, and tool risk mapping.
  </Card>
</CardGroup>

## What you will find in this documentation

* `Start here`: Fast onboarding for first-time users.
* `User guide`: Daily workflows, feature behavior, and troubleshooting.
* `Developer guide`: Setup, architecture, agent/tool development, private ATM APIs, testing, and release.
* `Reference`: Security policies, tool catalog, and Tahoe design tokens.

## BETA 1 release notes for users

* This build does not yet include Apple code signing/notarization.
* On first launch, macOS may block app opening until you explicitly allow it in `System Settings`.
* See `/users/install-desktop` for the exact Gatekeeper steps.
* Features are not static in beta and can change in upcoming releases.

## Access keys and dashboard

* Dashboard: [app.rainy-mate.com](https://app.rainy-mate.com)
* Website: [rainy-mate.com](https://rainy-mate.com)

## Current release target

This documentation matches desktop release `0.5.19` configured in `src-tauri/tauri.conf.json`.

<Info>
  If your installed app version differs from `0.5.19`, check release notes before relying on UI labels or command behavior.
</Info>
