> ## 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.

# Setup Hoppscotch

> Set up Hoppscotch on web, desktop, or the command-line interface. Choose your preferred platform and start building and testing APIs in minutes.

To get started with Hoppscotch, you need to choose a platform to use it on. Hoppscotch is available on the following platforms:

* [Web](#web-app)
* [Desktop](#desktop-app)
* [CLI](#cli)

## Web

To get started with Hoppscotch web client, head to [hoppscotch.io](https://hoppscotch.io) and start using it right away for free.

<CardGroup>
  <Card title="Learn more" iconType="light" icon="circle-arrow-right" href="/documentation/clients/web/overview" />

  <Card title="Open Web App" iconType="light" icon="circle-arrow-right" href="https://hoppscotch.io" />
</CardGroup>

## Desktop

Hoppscotch Desktop App is a cross-platform desktop application built with Tauri and Hoppscotch Web Client. It is a standalone version of Hoppscotch that can be installed on your computer and used without a browser. Hoppscotch Desktop App is available for Mac, Windows and Linux.

<CardGroup>
  <Card title="Learn more" iconType="light" icon="circle-arrow-right" href="/documentation/clients/desktop/overview" />

  <Card title="Download Desktop App" iconType="light" icon="circle-arrow-right" href="https://hoppscotch.com/download" />
</CardGroup>

## CLI

Hoppscotch CLI is the command-line interface for Hoppscotch. It is a standalone version of Hoppscotch that can be installed on your computer and used without a browser. Hoppscotch CLI is available as an npm package.

<CardGroup>
  <Card title="Learn more" iconType="light" icon="circle-arrow-right" href="/documentation/clients/cli/overview" />

  <Card title="Install CLI" iconType="light" icon="circle-arrow-right" href="https://www.npmjs.com/package/@hoppscotch/cli" />
</CardGroup>
