MSS is a lightweight, terminal-based tool for macOS designed to clean, fix, and maintain your system — whether you're a home user or a technician. It simplifies common tasks like freeing up disk space, checking system status, and updating apps.
- 🧹 Cleans hidden system junk (logs, cache, temp files)
- 🌐 Clears DNS cache to fix slow or broken internet
- 🗑️ Clears user cache folders
- 🖥️ Displays detailed system info (macOS version, uptime, heavy processes, installed apps)
- 🔧 Checks disk health
- ⚡ All-in-one maintenance: clear logs, flush DNS, check disk, and cache cleanup in correct order
- 📦 Updates software via Homebrew, Cask apps, and Mac App Store (mas-cli)
- 📥 Optionally installs missing tools (Homebrew, mas-cli)
- 🌐 Runs network diagnostics (ping test + shows your public IPv4)
- 📜 Generates a detailed activity log for review
- 📺 Easy-to-read colored ASCII menu interface — beginner friendly
- macOS 10.13 (High Sierra) or newer
- Admin privileges (Terminal will prompt for your login password)
- Must be run in Terminal
-
Double-click the
.sh
file once to let macOS verify it
(System Preferences → Security & Privacy → General may prompt you to allow it) -
Open Terminal (
⌘ + Space
, then typeTerminal
) -
Make the script executable:
chmod +x <drag script file into Terminal>
-
Run the script:
Double click the program and you're good to go.
-
When prompted for your password, enter the password you use to log in to your Mac (nothing will appear as you type — that's normal)
✅ Done — the script is ready to use!
💡 Tip: After the initial chmod step, you can just double-click the file in Finder to launch it like an app.
If your Mac is slow, cluttered, or acting up, this script gives you a clean, consistent way to troubleshoot and maintain it — with no bloat, no third-party GUIs, and no technical experience required.
Great for personal users, IT support, and field techs alike.
This script runs system-level operations for cleaning and diagnostics. Use at your own risk.
Review the code before using it on production machines.
If you cannot open the script, or macOS blocks it:
- Allow the script to run After first opening, go to: System Preferences → Security & Privacy → General
Look for a message about MSS_Mac_Service_Script.sh being blocked
Click "Allow Anyway" (or "Open Anyway" if available)
- Make the script executable Open Terminal, navigate to the script’s folder, and run:
chmod +x <drag script file into Terminal>
- Run the script from Terminal Open Terminal and type:
./<drag script file into Terminal>
- Remove quarantine flag (if needed) If macOS still blocks the script, run:
xattr -d com.apple.quarantine <drag script file into Terminal>
- Still not working? Make sure you’re running macOS 10.13 or newer
Try restarting your Mac after changing permissions
Check that you’re running the script from your user folder, not from Downloads
Ensure you have admin privileges (your user account must have administrator rights)
If you continue to have issues: Contact the script author or open an issue on GitHub with screenshots of the error and your macOS version.
Just download the new MSS_Mac_Service_Script.sh and replace your old file.
