From de6cb4506a8a42bbe2ba9b3477c5312f9760e808 Mon Sep 17 00:00:00 2001 From: Oleg Date: Tue, 30 Dec 2025 11:52:45 +0500 Subject: [PATCH] docs: remove `--no-quarantine` flag from README.md > Warning: Calling the `--[no-]quarantine` switch is deprecated! There is no replacement. See: https://github.com/Homebrew/brew/issues/20755 --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b32973..af81e44 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,12 @@ Supersonic is available on Homebrew via a custom brew tap, or via downloading th ```sh brew tap supersonic-app/supersonic -brew install --no-quarantine supersonic +brew install supersonic +xattr -r -d com.apple.quarantine /Applications/Supersonic.app ``` -The `--no-quarantine` flag is important because Supersonic is distributed without having been [notarized](https://developer.apple.com/documentation/security/notarizing-macos-software-before-distribution), and therefore will not run without this. -You should also include it when upgrading in future: - -``` -brew upgrade --no-quarantine supersonic -``` +The `xattr -r -d com.apple.quarantine` command is important because Supersonic is distributed without having been [notarized](https://developer.apple.com/documentation/security/notarizing-macos-software-before-distribution), and therefore will not run without this. +You should also re-run that xattr command when upgrading in future. **To install the downloaded .app bundle** from the [Releases page](https://github.com/dweymouth/supersonic/releases), unzip and then drag Supersonic.app to the Applications folder.