[size=200][url=https://www.startools.org/downloads/macos-notes/]macOS notes[/url][/size] [img]http://d2kvhj8ixnchwb.cloudfront.net/startools-prod-kfsrescdn/downloads/macos-notes/a06032cf-5e7c-4b87-b790-464d4d7c6eed.jpg.0e01225a69000c3434686521ecba07c4[/img] ^ macOS may refuse to launch StarTools when double-clicking it Users may have to "unquarantine" StarTools, before the OS allows it to run. Alternatively StarTools can be launched via control + clicking (right clicking) on the application, Show Package Contents, navigating to Contents/MacOS and clicking on the application. [img]http://d2kvhj8ixnchwb.cloudfront.net/startools-prod-kfsrescdn/downloads/macos-notes/bd2450cb-8220-4dab-b75b-18f16fa8301e.jpg.1cbbd26b7b48622fd2262b8166963acb[/img] ^ Under Settings, Security & Privacy, click the Open Anyway button. The following two commands unquarantines StarTools on macOS 13 Ventura and later; [img]http://d2kvhj8ixnchwb.cloudfront.net/startools-prod-kfsrescdn/downloads/macos-notes/002db3e2-099f-4e73-8a47-98f668f923d4.jpg.fd5e2c4c522488c9204083a433a297e6[/img] ^ Right clicking on StarTools will allow you to unquarantine StarTools via the Terminal [code]sudo xattr -d -rs com.apple.quarantine StarTools.app [/code] and then; [img]http://d2kvhj8ixnchwb.cloudfront.net/startools-prod-kfsrescdn/downloads/macos-notes/420d6ab5-496f-49ee-a6cc-95e8b5e216d5.jpg.4cc43a6341fa23b3a8244b27ecb63678[/img] ^ These two commands should succesfully unquarantine StarTools [code]sudo xattr -d -rs com.apple.provenance StarTools.app[/code] The following single command unquarantines StarTools on macOS 12 and earlier; [code]xattr -dr com.apple.quarantine StarTools.app [/code] [b]Please see the screenshots for more information, or [url=https://download.startools.org/StarTools%20macOS.pdf]download this detailed guide[/url].[/b]