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

# Hoppscotch Desktop App

> Download and install the Hoppscotch Desktop App for macOS, Windows, and Linux. Build and test APIs natively with a cross-platform client.

Hoppscotch Desktop App is a cross-platform desktop application that helps you create and manage API requests. It is built on top of the [Hoppscotch Web Client](/documentation/clients/web/overview) and is powered by [Tauri](https://tauri.app).

<Frame>
  <img className="block border border-black/5 rounded-md dark:border-white/5 dark:hidden" src="https://mintcdn.com/hoppscotch/WCaaGbVhL02n1fVh/images/hoppscotch-light.png?fit=max&auto=format&n=WCaaGbVhL02n1fVh&q=85&s=c4d7d5571a6a500ddaa3194486100a3c" width="1697" height="960" data-path="images/hoppscotch-light.png" />

  <img className="hidden border border-black/5 rounded-md dark:border-white/5 dark:block" src="https://mintcdn.com/hoppscotch/WCaaGbVhL02n1fVh/images/hoppscotch-dark.png?fit=max&auto=format&n=WCaaGbVhL02n1fVh&q=85&s=c91e23909f2e7196f56560a16b6b5a2a" width="1697" height="960" data-path="images/hoppscotch-dark.png" />
</Frame>

## Download Hoppscotch Desktop App

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

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

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

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

    <Card title="Windows Portable (.exe)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_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/hoppscotch/releases/releases/latest/download/Hoppscotch_linux_x64.deb">
      Download the Debian package for Debian-based Linux distributions.
    </Card>

    <Card title="App Image (.AppImage)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_linux_x64.AppImage">
      Download the AppImage for Linux.
    </Card>
  </Accordion>
</AccordionGroup>

## Install Hoppscotch Desktop App

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