English | 中文
A simple and easy-to-use macOS helper script, which can implement some functions conveniently.
This script is jointly developed and maintained by MingS, YeEnJie and Jerry. It is very useful. You will know how useful is it if you use it.
| Number | Function | Remark |
|---|---|---|
| 1 | Disable Gatekeeper | |
| 2 | Remove the quarantine property (resolve the "***.app is damaged...") | |
| 3 | Reset the Dock to default | |
| 4 | Enable/disable sudo authentication via fingerprint | |
| 5 | Clear thumbnail cache | |
| 6 | Install Xcode CLT | |
| 7 | Install Homebrew | |
| 8 | View disk read and write data (support software required) | |
| 9 | Check SIP status | |
| 10 | File verification | |
| 11 | Fix Local Anisette plug-in of Sideloadly! is not available on macOS 13.1 or above | |
| Adding more new functions... |
Copy and paste the following command to the terminal, and then press "return":
curl -L https://github.com/Ligure-Studio/MacOSHelperShell/blob/main/OSHelper_Stable.sh -O && sh OSHelper_Stable.shIf you are a China mainland user and have difficulty using the above command due to network problems, please use the following command:
curl -L https://ghproxy.com/https://raw.githubusercontent.com/Ligure-Studio/MacOSHelperShell/main/OSHelper_Stable.sh -O && sh OSHelper_Stable.sh