Package Details: postman-bin 11.75.6-1

Git Clone URL: https://aur.archlinux.org/postman-bin.git (read-only, click to copy)
Package Base: postman-bin
Description: Build, test, and document your APIs faster
Upstream URL: https://www.getpostman.com
Keywords: api
Licenses: custom
Conflicts: postman
Provides: postman
Submitter: claudiodangelis
Maintainer: Dominiquini (Zpecter)
Last Packager: Zpecter
Votes: 305
Popularity: 1.20
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2025-12-13 22:12 (UTC)

Latest Comments

1 2 3 4 5 6 .. 23 Next › Last »

Zpecter commented on 2025-10-29 07:36 (UTC)

hi @rcasio, and yes, you can download it with that command, and yes, it works pretty well for testing local API requests.

rcasio commented on 2025-10-27 23:39 (UTC) (edited on 2025-10-27 23:40 (UTC) by rcasio)

hello, im new in arch ive been wanting to install Postman

I saw that I could download it with the AUR

yay -S postman-bin

does I work well for testing local HTTP request ?

nanito111 commented on 2025-10-13 13:25 (UTC) (edited on 2025-10-14 11:23 (UTC) by nanito111)

In the latest update, the application fails to open and shows a 504 error. This error doesn’t occur in the version downloaded from the website.

Edit:

$ yay -Q postman-bin postman-bin 11.66.5-1

Output from app:

504 ERROR
The request could not be satisfied.
CloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront)
Request ID: ZqynsxNSAxKN4bKAKGmSGADzRDIen58ViDDQf9DAxfbzmkI2w9O3Cw==

Edit 2: This has been fixed in the new update 11.67.0-1

Zpecter commented on 2025-09-06 12:14 (UTC)

@Dominiquini, ok, sorry. I'll have that in mind for the future.

Thank you for the advice.

j.taala commented on 2025-09-06 00:24 (UTC)

@Dominiquini - Ah! apologies, yep, looks like was changed and now reverted.

Good pickup mate!

Dominiquini commented on 2025-09-05 23:50 (UTC) (edited on 2025-09-05 23:50 (UTC) by Dominiquini)

@j.taala: I know! I reverted to download from the specific URLs. Some commits prior, this packages was changed to download from the generic URLs (latest)!

j.taala commented on 2025-09-05 23:49 (UTC)

@Dominiquini, the version you mentioned is correct for the current state of this AUR package btw.

j.taala commented on 2025-09-05 23:39 (UTC) (edited on 2025-09-05 23:45 (UTC) by j.taala)

@Dominiquini - we don't use the generic URL, see the PKGBUILD:

source_x86_64=("postman-${pkgver}-linux-x64.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64")
source_aarch64=("postman-${pkgver}-linux-arm64.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux_arm64")