mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #691] Missing x86-64 support on latest rolling release for MacOS #393
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#393
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 @nitantsoni on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/691
Originally assigned to: @jacksongoode on GitHub.
Describe the bug
Just downloaded the latest rolling release and it shows up as an Apple Silicon app. The x86-64 part seems to be missing
To Reproduce
Download the July 26 rolling release
@nathan815 commented on GitHub (Dec 6, 2025):
Same issue. 2020 Intel MBP.
Is any previous release downloadable somewhere? The releases page only shows this one rolling release.
@Cleboost commented on GitHub (Dec 7, 2025):
I think that temporarily you can build the application yourself on your PC by cloning the repo, downloading Rust, and running
@yeyebbc commented on GitHub (Dec 17, 2025):
Thanks a lot, successfully built psst-gui.
@jacksongoode commented on GitHub (Dec 18, 2025):
Could you try this release https://github.com/jpochyla/psst/actions/runs/20345908410?pr=718? And let me know if it works for you?
@yeyebbc commented on GitHub (Dec 19, 2025):
No it does not work.
@jacksongoode commented on GitHub (Dec 19, 2025):
One more? :) https://github.com/jpochyla/psst/suites/52674656051/artifacts/4926038267
Trying out some fixes at https://github.com/jpochyla/psst/pull/718
@yeyebbc commented on GitHub (Dec 20, 2025):
This works!
@jacksongoode commented on GitHub (Dec 20, 2025):
I believe this is now resolved by #718 but I'll leave it open for a few more days just in case.
@nitantsoni commented on GitHub (Dec 20, 2025):
Yup, I can confirm it is working on my end too