forked from BlossomMirrors/hoppscotch-flatpak
Open-Source API Development Ecosystem - now on Flatpak
- Shell 100%
| .github | ||
| com.hoppscotch.Hoppscotch.metainfo.xml | ||
| com.hoppscotch.Hoppscotch.yml | ||
| fetch.config.yml | ||
| grab_latest.sh | ||
| hoppscotch.flatpakrepo | ||
| LICENSE | ||
| README.md | ||
| version.txt | ||
Hoppscotch Flatpak
This folder contains a Flatpak manifest to package the latest prebuilt Hoppscotch binary from the official GitHub releases.
Build and Install
You can build and install the Flatpak locally:
flatpak install org.gnome.Platform/x86_64/49
flatpak-builder --user --install --force-clean build-dir com.hoppscotch.Hoppscotch.yml
flatpak run com.hoppscotch.Hoppscotch
Install from repo
Alternatively, you can install Hoppscotch directly from the Flatpak repository:
flatpak remote-add --user --no-gpg-verify hoppscotch-repo https://shyvortex.github.io/hoppscotch-flatpak/
flatpak install org.gnome.Platform/x86_64/49
flatpak install hoppscotch-repo com.hoppscotch.Hoppscotch
flatpak run com.hoppscotch.Hoppscotch