This is a simple desktop version of hoppscotch which build with Tauri.
It support windows (x86, x64, arm64), linux (amd64, i386, arm64, armhf), macos (x64, aarch64, universal) and android (apk, aab in universal). One single portable executable file or bundles/installers (msi/nsis for windows, deb/AppImage/rpm for linux, dmg for macos) are provided.
Current version: 24.10.2.
Windows |
64-bit
๐ฆ Executable
|
๐ฟ MSI Installer
|
๐ฟ NSIS Installer
32-bit ๐ฆ Executable | ๐ฟ MSI Installer | ๐ฟ NSIS Installer arm64 ๐ฆ Executable | ๐ฟ MSI Installer | ๐ฟ 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
Apple M1 Processor ๐ฆ Executable | ๐ฟ DMG bundle Universal ๐ฆ Executable | ๐ฟ DMG 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
|
๐ฟ RPM bundle
32-bit ๐ฆ Executable | ๐ฟ AppImage bundle | ๐ฟ DEB bundle | ๐ฟ RPM bundle arm64 ๐ฆ Executable | ๐ฟ DEB bundle | ๐ฟ RPM bundle armv7 ๐ฆ Executable | ๐ฟ DEB bundle | ๐ฟ RPM bundle โ Don't know which architecture of OS you installed? Execute uname -i or dpkg --print-architecture or arch command.
|
Android |
universal
๐ฆ APK
|
๐ฟ AAB bundle
By default the generated AAB and APK is universal, containing all supported targets. |
Yes! Quite well, actually - on macOS, Windows, and Linux.
99% of the work was done over at hoppscotch.
MIT License
Copyright (c) 2023 liudonghua