## How to Install ### 1. Unzip and Move to Applications - Double-click the downloaded ZIP file to extract it - Drag `YourApp.app` to your **Applications** folder ### 2. Remove Security Block macOS will block this app because it's not signed (because I do not want to pay the $99 Apple Developer fee). You need to remove this block using Terminal. **Open Terminal:** - Press `Cmd + Space` to open Spotlight - Type "Terminal" and press Enter **Run this command:** ```bash xattr -cr /Applications/Larc Mini (Alpha).app ``` Direct copy and paste the command, then press Enter. Nothing will happen on screen - that's normal. ### 3. Launch the App - Go to your Applications folder - Double-click `YourApp.app` The app should now open without errors! --- **Troubleshooting:** If you still get an error, make sure you moved the app to Applications folder in step 1, or adjust the command to match where you put the app (e.g., `xattr -cr ~/Downloads/YourApp.app`). **Questions?** Contact [[email protected]]