Skip to content

liudonghua123/hoppscotch-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

hoppscotch-app

This is a simple desktop version of hoppscotch which build with Tauri.

It support windows (x86, x64, arm64) and linux (amd64, i386, arm64, armhf) and macos (x64, aarch64, universal). One single portable executable file or bundles/installers (msi/nsis for windows, deb/AppImage for linux, app.zip/dmg for macos) are provided.

build

Downloads

Current version: 24.3.2.


Windows
64-bit ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ MSI Installer | ๐Ÿ’ฟ NSIS Installer
32-bit ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ MSI Installer | ๐Ÿ’ฟ NSIS Installer
arm64 ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ NSIS Installer
โ“ Don't know which architecture of OS you installed? Execute wmic os get osarchitecture or Open System by clicking the Start button, right-clicking Computer, and then clicking Properties.

macOS
Intel Processor ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ DMG bundle | ๐Ÿ’ฟ APP bundle
Apple M1 Processor ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ DMG bundle | ๐Ÿ’ฟ APP bundle
Universal ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ DMG bundle | ๐Ÿ’ฟ APP bundle
โ“ Don't know which architecture of OS you installed? Learn more at apple.com.

While Apple silicon machines can run applications compiled for Intel-based Macs through a translation layer called Rosetta, this leads to a reduction in performance due to processor instruction translations. It is common practice to let the user choose the correct target when downloading the app, but you can also choose to distribute a Universal Binary. Universal Binaries include both aarch64 and x86_64 executables, giving you the best experience on both architectures. Note, however, that this increases your bundle size significantly.

Linux
64-bit ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ AppImage bundle | ๐Ÿ’ฟ DEB bundle
32-bit ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ AppImage bundle | ๐Ÿ’ฟ DEB bundle
arm64 ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ DEB bundle
armv7 ๐Ÿ“ฆ Executable | ๐Ÿ’ฟ DEB bundle
โ“ Don't know which architecture of OS you installed? Execute uname -i or dpkg --print-architecture or arch command.

Screenshot

Does it work?

Yes! Quite well, actually - on macOS, Windows, and Linux.

Credits

99% of the work was done over at hoppscotch.

License

MIT License

Copyright (c) 2023 liudonghua

About

This is a simple desktop version of hoppscotch (๐Ÿ‘ฝ Open source API development ecosystem) which build with Tauri. See also https://hoppscotch.io

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages