Package Details: hoppscotch-bin 26.2.1-0

Git Clone URL: https://aur.archlinux.org/hoppscotch-bin.git (read-only, click to copy)
Package Base: hoppscotch-bin
Description: Hoppscotch. Open source API development ecosystem
Upstream URL: https://hoppscotch.io/
Keywords: hoppscotch postman
Licenses: MIT
Submitter: Gowtham2003
Maintainer: Gowtham2003
Last Packager: Gowtham2003
Votes: 11
Popularity: 0.79
First Submitted: 2023-11-11 09:52 (UTC)
Last Updated: 2026-03-21 06:39 (UTC)

Latest Comments

1 2 3 Next › Last »

furai commented on 2026-03-18 09:35 (UTC) (edited on 2026-03-18 09:36 (UTC) by furai)

Are all the dependencies still required?

https://github.com/hoppscotch/hoppscotch/issues/3542

Seems like openssl isn't required anymore?

Yeah commented on 2025-12-04 14:38 (UTC) (edited on 2025-12-04 14:41 (UTC) by Yeah)

You should use webkit2gtk-4.1 instead of webkit2gtk; and for users of the Wayland desktop environment, the environment variable WEBKIT_DISABLE_COMPOSITING_MODE=1 needs to be set.

megalawnalien commented on 2025-11-10 01:15 (UTC)

I found a workaround via: Exec=env __NV_DISABLE_EXPLICIT_SYNC=1 hoppscotch-desktop in ~/.local/share/applications/Hoppscotch.desktop FWIW.

dougg0k commented on 2025-09-26 22:36 (UTC)

Ideally a patch for wayland should be included in the next release till it's fixed.

WEBKIT_DISABLE_DMABUF_RENDERER=1 hoppscotch-desktop does help run it.

Gowtham2003 commented on 2025-07-22 11:23 (UTC)

I will update within few hours

chillie commented on 2025-07-22 11:21 (UTC)

Hi, can you update the package to latest version. Thanks!.

Mornielome commented on 2025-06-04 20:58 (UTC) (edited on 2025-06-04 21:09 (UTC) by Mornielome)

Broken on Wayland after update today:

Gdk-Message: 22:56:45.834: Error 71 (Protokollfehler) dispatching to Wayland display.

Seems to be an upstream issue in tauri: https://github.com/tauri-apps/tauri/issues/10702

midkiff87 commented on 2025-03-07 18:50 (UTC) (edited on 2025-03-07 18:50 (UTC) by midkiff87)

latest Hoppscotch fails to launch

/usr/bin/hoppscotch-desktop: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory

there's two entries in pacman for webkit2gkt

  • webkit2gkt
  • webkit2gkt-4.1

Installing the second one fixed the issue for me

Gowtham2003 commented on 2025-03-05 17:43 (UTC)

I have updated the package to latest release 25.2.0-0

Karlos1337 commented on 2025-03-05 17:32 (UTC)

This current version has a bug that prevents login into the app. Use this PKGBUILD to build the latest version:

pkgname=hoppscotch-bin
pkgver=25.2.0
pkgrel=0
pkgdesc="Hoppscotch. Open source API development ecosystem"
arch=('x86_64')
url="https://hoppscotch.io/"
license=('MIT')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'openssl-1.1' 'pango' 'webkit2gtk')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("${pkgname}-${pkgver}-${pkgrel}.deb::https://github.com/hoppscotch/releases/releases/download/v${pkgver}-${pkgrel}/Hoppscotch_linux_x64.deb")
sha512sums_x86_64=('1a9fae237b121c69aec1a72132908b34efd8c688f1dea0df21ce2b2bb45c777f6193e53a1454f7589c4be58d57ec0d3ef774126dc01387827579121cf7623294')

package() {

    # Extract package data
    tar -xz -f data.tar.gz -C "${pkgdir}"

}