Documentation for MACE - macOS Advanced Compliance Editor
Main App Repository • Download MACE • Community
This repository contains the documentation website for MACE, a native macOS application for managing security compliance baselines using the macOS Security Compliance Project (mSCP).
MACE provides a graphical interface to:
- Browse & Customize 500+ security compliance rules from NIST, CIS, DISA STIG, and more
- Build configuration profiles, scripts, and DDM declarations
- Audit your Mac against security baselines in real-time
- Generate professional compliance documentation
docs/
├── getting-started/ # Installation, overview, projects
├── compliance-editor/ # Rule browsing and customization
├── build/ # Profile, script, and DDM generation
├── audit/ # Running audits and exporting results
├── documentation/ # Generating compliance docs
├── custom-rules/ # Creating custom YAML rules
└── reference/ # Settings and configuration
This site is built with Docusaurus.
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run buildFound an error in the docs? Want to improve something?
- Fork this repository
- Create a branch for your changes
- Submit a pull request
This documentation is released under the MIT License.