Open-Source API Development Ecosystem - now on Flatpak
Find a file
2026-05-20 23:36:47 +02:00
.github ci: display gh-actions bot username as hoppscotch-bot 2026-05-20 23:36:47 +02:00
com.hoppscotch.Hoppscotch.metainfo.xml update: hoppscotch 26.4.1-0 2026-05-14 08:57:43 +00:00
com.hoppscotch.Hoppscotch.yml update: hoppscotch 26.4.1-0 2026-05-14 08:57:43 +00:00
fetch.config.yml feat: implement initial flatpak packaging 2026-01-24 10:17:35 +01:00
grab_latest.sh build: remove push step from build_latest 2026-05-04 10:55:27 +02:00
hoppscotch.flatpakrepo feat: implement initial flatpak packaging 2026-01-24 10:17:35 +01:00
LICENSE license: use year and project name from upstream 2026-01-24 12:11:56 +01:00
README.md readme: add install command for GNOME platform 2026-04-11 11:27:58 +02:00
version.txt update: hoppscotch 26.4.1-0 2026-05-14 08:57:43 +00:00

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