Skip to content

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.

Homebrew (Recommended)

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

Direct Download

  1. Download the latest .dmg from GitHub Releases.
  2. Open the .dmg and drag Stasis into your /Applications folder.
  3. Open Terminal and remove the Apple quarantine restriction:
    xattr -cr /Applications/Stasis.app
  4. 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 xattr command tells macOS you trust the app. This is a one-time step.

Clone this wiki locally