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

# Auk Desktop App

> Cross-platform desktop application that runs on macOS, Windows, and Linux.

Auk Desktop App is a cross-platform desktop application that helps you create and manage API requests. It is powered by [Tauri](https://tauri.app) and provides a local-first approach to API development.

<Frame>
  <img className="block border border-black/5 rounded-md dark:border-white/5 dark:hidden" src="https://mintcdn.com/postdata/oG3TN6vSZdORlIt7/images/auk-light.png?fit=max&auto=format&n=oG3TN6vSZdORlIt7&q=85&s=9beea179eef3e9a10d88b3b063904400" width="2472" height="1672" data-path="images/auk-light.png" />

  <img className="hidden border border-black/5 rounded-md dark:border-white/5 dark:block" src="https://mintcdn.com/postdata/oG3TN6vSZdORlIt7/images/auk-dark.png?fit=max&auto=format&n=oG3TN6vSZdORlIt7&q=85&s=92882df8cd829a8faf7f672303963a3f" width="2472" height="1672" data-path="images/auk-dark.png" />
</Frame>

## Download Auk Desktop App

Download the latest version of Auk Desktop App for your operating system:

<AccordionGroup>
  <Accordion title="Mac" icon="apple">
    <Card title="Apple Silicon (.dmg)" href="https://github.com/mamahuhu-io/auk/releases/latest/download/Auk_mac_aarch64.dmg">
      Download for Apple Silicon-based Mac.
    </Card>

    <Card title="Intel (.dmg)" href="https://github.com/mamahuhu-io/auk/releases/latest/download/Auk_mac_x64.dmg">
      Download for Intel-based Mac.
    </Card>
  </Accordion>

  <Accordion title="Windows" icon="windows">
    <Card title="Windows Installer (.msi)" href="https://github.com/mamahuhu-io/auk/releases/latest/download/Auk_win_x64.msi">
      Download the installer for Windows (64-bit).
    </Card>

    <Card title="Windows Portable (.exe)" href="https://github.com/mamahuhu-io/auk/releases/latest/download/Auk_Cloud_win_x64_portable.zip">
      Download the portable version for Windows (64-bit).
    </Card>
  </Accordion>

  <Accordion title="Linux" icon="linux">
    <Card title="Debian (.deb)" href="https://github.com/mamahuhu-io/auk/releases/latest/download/Auk_linux_x64.deb">
      Download the Debian package for Debian-based Linux distributions.
    </Card>

    <Card title="App Image (.AppImage)" href="https://github.com/mamahuhu-io/auk/releases/latest/download/Auk_linux_x64.AppImage">
      Download the AppImage for Linux.
    </Card>
  </Accordion>
</AccordionGroup>

## Install Auk Desktop App

1. Download the latest version of Auk Desktop App from the links above or from the [official website](https://auk.mamahuhu.io/download).
2. Open the downloaded file.
3. Follow the on-screen instructions to install Auk Desktop App.
4. Open Auk Desktop App.
5. If you see a warning message, click "**Open**".

## Using Auk Desktop App

Auk Desktop App provides a local-first approach to API development. All your data is stored locally on your machine, giving you full control and privacy.

1. Open Auk Desktop App.
2. Start creating and managing your API requests.
3. All collections and environments are stored locally on your device.

<Tip>You can build Auk Desktop App from source. Follow the instructions in the [Auk GitHub repository](https://github.com/mamahuhu-io/auk/tree/main/packages/auk-desktop).</Tip>
