-
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Dinanath Dash edited this page May 11, 2026
·
4 revisions
Stasis is an unsigned application, so macOS requires you to explicitly authorize it before it can be opened.
The easiest way to install. The --no-quarantine flag automatically bypasses the Gatekeeper security warning:
brew tap dinanathdash/stasis https://github.com/DinanathDash/Stasis.git
brew install --cask --no-quarantine dinanathdash/stasis/stasis- Download the latest
.dmgfrom GitHub Releases. - Open the
.dmgand drag Stasis into your/Applicationsfolder. - Open Terminal and remove the Apple quarantine restriction:
xattr -cr /Applications/Stasis.app
- Open Stasis from your Applications folder.
Why is this needed? Apple quarantines apps downloaded from the internet that aren't signed with a paid developer certificate. The
xattrcommand tells macOS you trust the app. This is a one-time step.