Cross-platform desktop application that runs on macOS, Windows, and Linux.
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 and is powered by Tauri.
Download the latest version of Hoppscotch Desktop App for your operating system:
Mac
Seamlessly access Hoppscotch Cloud Edition from Hoppscotch Desktop App:
This feature is coming soon.
To enable desktop app support for your self-hosted Hoppscotch instance, make sure to update the WHITELISTED_ORIGINS
environment variable in your .env
file with your deployment URL.
e.g. to allow connection to https://hoppscotch.my-domain.com
you need to add app://hoppscotch_my_domain_com
and http://app.hoppscotch_my_domain_com
to the WHITELISTED_ORIGINS
environment variable.
app://hoppscotch_my_domain_com for Linux and macOS machines.
http://app.hoppscotch_my_domain_com for Windows machine.
Add your self-hosted Hoppscotch Community Edition instance to Hoppscotch Desktop App:
To enable desktop app support for your self-hosted Hoppscotch instance, make sure to update the WHITELISTED_ORIGINS
environment variable in your .env
file with your deployment URL.
e.g. to allow connection to https://hoppscotch.my-domain.com
you need to add app://hoppscotch_my_domain_com
and http://app.hoppscotch_my_domain_com
to the WHITELISTED_ORIGINS
environment variable.
app://hoppscotch_my_domain_com for Linux and macOS machines.
http://app.hoppscotch_my_domain_com for Windows machine.
Add your self-hosted Hoppscotch Enterprise Edition instance to Hoppscotch Desktop App: