Back to Hoppscotch

Setup Hoppscotch

documentation/getting-started/setup.mdx

latest1.6 KB
Original Source

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

Web

To get started with Hoppscotch web client, head to 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"></Card> <Card title="Open Web App" iconType="light" icon="circle-arrow-right" href="https://hoppscotch.io"></Card> </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"></Card> <Card title="Download Desktop App" iconType="light" icon="circle-arrow-right" href="https://hoppscotch.com/download"></Card> </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> <Card title="Install CLI" iconType="light" icon="circle-arrow-right" href="https://www.npmjs.com/package/@hoppscotch/cli"></Card> </CardGroup>