mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #683] Binary damaged on mac os #387
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @actuallyabhi on GitHub (Jul 30, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/683
Describe the bug
Fail to install on macOS
To Reproduce
Download the latest build for macOS.
Install it
when running
Following message comes up
Expected behavior
Installing the app by downloading the latest release or by running brew install --cask psst should work.
Environment
Additional context
Add any other context about the problem here.
@jacksongoode commented on GitHub (Jul 30, 2025):
I don't think it's damaged,
xattr -d com.apple.quarantine /Applications/Psst.app/will resolve. Did this happen to you before?@actuallyabhi commented on GitHub (Jul 30, 2025):
That fixed it.
Thanks!!
We should add this to README.md
@future10se commented on GitHub (Aug 3, 2025):
Just chiming in — I don't think stripping the quarantine flag was necessary before.
I updated to most recent build, and got the same message as @actuallyabhi --
However, I had an old DMG of a previous build, dated April 20. I tried installing the copy from that one and got the following message instead:
So perhaps there is something that changed recently with the build or packaging process.
Personally, I don't mind either way, I am comfortable with the terminal and used to this kind of thing from Apple. However, the latter (older version) is easier for non-technical users to deal with, since they just have to click things in the GUI.
(
System Settings→Privacy & Security→Open Anyway)Anyway, just wanted to add this additional information in case it helps. Thank you for your work on Psst!
@jacksongoode commented on GitHub (Aug 8, 2025):
I see, I think perhaps recent build changes caused this issue... I'll try to see if I can revert and figure how whats going on.