The Rippling Remove Tool is a script designed to completely uninstall Rippling MDM, associated configurations, and related software from a macOS system. It removes the Rippling agent, profiles, Munki, Nudge, and any other components installed by Rippling.
- macOS (Administrator access required)
- Git installed (optional, for cloning)
Clone the repository using Git:
git clone https://github.com/your-username/rippling-remove-tool.git
cd rippling-remove-toolAlternatively, download the script manually from GitHub.
-
Open Terminal and navigate to the script’s directory:
cd /path/to/rippling-remove-tool -
Make the script executable:
sudo chmod +x uninstall_rippling.sh
-
Run the script with root privileges:
sudo ./uninstall_rippling.sh
-
Once completed, restart your system to finalize the removal process.
- Stops and removes Rippling system processes.
- Deletes Rippling-related files and directories.
- Removes MDM profiles associated with Rippling.
- Uninstalls Munki, Nudge, and Pangolin, if installed.
- Clears system preferences set by Rippling.
If you encounter issues, check permissions and ensure you are running the script as sudo.
For further assistance, submit an issue on the GitHub repository.
This project is open-source and available under the MIT License.