Installing MauroContSysEdit.cli on macOS ARM
Instructions for installing the MauroContSysEdit.cli command-line tool on macOS systems with Apple Silicon (M1, M2, M3, M4) processors.
Before installing MauroContSysEdit.cli on macOS ARM, ensure you have:
- macOS 11.0 (Big Sur) or later on Apple Silicon
- Administrator privileges for system-wide installation
- At least 100 MB of available disk space
- .NET 9 Runtime or SDK for ARM64 (or use self-contained version)
- Xcode Command Line Tools (for building from source)
Apple Silicon Macs (M1, M2, M3, M4) use ARM64 architecture and provide excellent performance with native ARM64 builds.
-
Choose your installation method
Using the ARM64-native build provides optimal performance on Apple Silicon.
-
For pre-built ARM64 binary:
- Download MauroImportExport.Cli-osx-arm64.tar.gz from the GitHub releases page
-
Extract:
tar -xzf MauroImportExport.Cli-osx-arm64.tar.gz -
Move to system path:
sudo mv MauroImportExport.Cli /usr/local/bin/ -
Set executable permissions:
sudo chmod +x /usr/local/bin/MauroImportExport.Cli
-
For building from source (recommended for latest features):
-
Configure macOS security settings
-
Remove quarantine attribute:
sudo xattr -r -d com.apple.quarantine /usr/local/bin/MauroImportExport.Cli - If prompted by Gatekeeper, go to System Settings → Privacy & Security and click "Open Anyway"
-
Remove quarantine attribute:
-
Verify the installation:
MauroImportExport.Cli versionYou should see the CLI version 0.6.0 and a list of available plugins. -
Optional: Create convenient aliases
Add to ~/.zshrc (default shell on macOS):
alias mauro-cli='MauroImportExport.Cli' alias mcli='MauroImportExport.Cli'Reload configuration:
source ~/.zshrc
MauroContSysEdit.cli is now installed with native ARM64 support on your Apple Silicon Mac, providing optimal performance.
Tip:
For best performance and battery life, always use the ARM64-native build rather than running the x64 version under Rosetta 2 emulation.