An open API service indexing awesome lists of open source software.

https://github.com/patsoffice/app-quarantine

A tool to identify and fix app quarantine issues on macOS
https://github.com/patsoffice/app-quarantine

golang macos macos-application quarantine

Last synced: about 2 months ago
JSON representation

A tool to identify and fix app quarantine issues on macOS

Awesome Lists containing this project

README

          

# app-quarantine

app-quarantine is a CLI tool for identifying and potentially fixing quarantined applications on macOS.

## Installing

### Directly From GitHub

Installing app-quarantine is easy. First, use `go get` to install the latest version of the application
from GitHub. This command will install the `app-quarantine` executable in the Go path:

go get -u github.com/patsoffice/app-quarantine

### Homebrew

brew tap patsoffice/tools
brew install app-quarantine

## Running

Checking:

$ app-quarantine
/Applications/Slack.app is quarantined
/Applications/calibre.app is quarantined

Repairing (add the `-f` or `--fix` flag):

$ app-quarantine -f
/Applications/Slack.app is quarantined... Removed quarantine.
/Applications/calibre.app is quarantined... Removed quarantine.