Package Details: requestly-bin 1.6.0-5

Git Clone URL: https://aur.archlinux.org/requestly-bin.git (read-only, click to copy)
Package Base: requestly-bin
Description: Debug your network request across all platforms and browsers using a single app.(Prebuilt version.Use system-wide electron)
Upstream URL: https://requestly.com/
Keywords: android api-client api-rest charles-proxy chrome-extension debugging desktop-app edge-extension electron fiddler firefox-extension ios mock-server mockapi open-source postman react safari-extension typescript webdevelopment
Licenses: AGPL-3.0-only
Conflicts: requestly
Provides: requestly
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.92
First Submitted: 2023-11-28 03:07 (UTC)
Last Updated: 2025-03-06 03:38 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Latest Comments

zxp19821005 commented on 2025-04-16 05:20 (UTC)

@xuiqzy First, maybe you should install electron23-bin instead of electron23; second, you can see https://github.com/requestly/requestly-desktop-app/blob/c5dfd15350229a009cc033285e78375f94b7d5d6/package.json#L221, it was built from electron23; third, since the version 1.6.0, the upstream hasn't released binary for Linux, so please don't flag it out-of-date.

xuiqzy commented on 2025-04-15 22:56 (UTC)

When building normally or in chroot:

:: Resolving dependencies...
error: could not find all required packages:
    nodejs-lts-hydrogen (wanted by: requestly-bin -> electron23)

Another person also commented on the electron23 package that nodejs-lts-hydrogen doesn't exist to build electron23. I made it work by manually installing (as dependency with `--asdeps) electron23-bin before installing this package.

Another fix would of course be if this doesn't explicitly require electron23 but works with a newer electron?