AICodePrep v2 — Mac (Apple Silicon / ARM64)
=============================================

INSTALLATION
------------

1. If Safari downloaded the zip, double-click aicodeprep-mac-arm64.zip to extract it.
   (If you used a different browser, the zip may already be auto-extracted.)

2. Move "aicodeprep-fast" to your Applications folder (or wherever you prefer).

3. Open the Terminal app (Applications > Utilities > Terminal).

4. Make the file executable:
   chmod +x /Applications/aicodeprep-fast

   (Adjust the path if you put it somewhere else.)

5. The first time you run it, macOS Gatekeeper will block it because
   it is not code-signed with an Apple Developer certificate.

   To bypass Gatekeeper, run:
   xattr -d com.apple.quarantine /Applications/aicodeprep-fast

   This removes the quarantine flag. You only need to do this once.

6. Launch it:
   /Applications/aicodeprep-fast

   Or if you're in the same folder:
   ./aicodeprep-fast

ALTERNATIVE: Right-click > Open
-------------------------------
Instead of the Terminal steps above, you can also:
  - Right-click (or Control-click) the app in Finder
  - Select "Open" from the context menu
  - Click "Open" in the Gatekeeper warning dialog
  This remembers the exception for future launches.

REQUIREMENTS
------------
  - Mac with Apple Silicon (M1/M2/M3/M4 or later)
  - macOS 11.0 (Big Sur) or newer

QUESTIONS?
----------
Visit https://github.com/detroittommy879/aicodeprep-fast
