Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liudonghua123/hoppscotch-app
This is a simple desktop version of hoppscotch (👽 Open source API development ecosystem) which build with Tauri. See also https://hoppscotch.io
https://github.com/liudonghua123/hoppscotch-app
desktop-app hoppscotch multi-platform tauri
Last synced: 3 months ago
JSON representation
This is a simple desktop version of hoppscotch (👽 Open source API development ecosystem) which build with Tauri. See also https://hoppscotch.io
- Host: GitHub
- URL: https://github.com/liudonghua123/hoppscotch-app
- Owner: liudonghua123
- License: mit
- Created: 2021-12-14T06:50:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T23:16:00.000Z (3 months ago)
- Last Synced: 2024-07-31T02:52:44.695Z (3 months ago)
- Topics: desktop-app, hoppscotch, multi-platform, tauri
- Language: Rust
- Homepage: https://github.com/liudonghua123/hoppscotch-app
- Size: 1.67 MB
- Stars: 75
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - liudonghua123/hoppscotch-app - This is a simple desktop version of hoppscotch (👽 Open source API development ecosystem) which build with Tauri. See also https://hoppscotch.io (others)
README
# hoppscotch-app
This is a simple desktop version of [hoppscotch](https://github.com/hoppscotch/hoppscotch) which build with [Tauri](https://tauri.studio/).
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](https://github.com/liudonghua123/hoppscotch-app/actions/workflows/build.yml/badge.svg)](https://github.com/liudonghua123/hoppscotch-app/actions/workflows/build.yml)
## Downloads
Current version: 24.7.0.
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? Executewmic 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? Executeuname -i
ordpkg --print-architecture
or arch command.
![Screenshot](./.github/images/preview.png)
## Does it work?
Yes! Quite well, actually - on macOS, Windows, and Linux.
## Credits
99% of the work was done over at [hoppscotch](https://github.com/hoppscotch/hoppscotch).
## License
MIT License
Copyright (c) 2023 liudonghua