spb/zyquo-mlx Public MIT
The local MLX foundry for your Mac — run, fine-tune, quantize, and ship models. Nothing leaves your machine.
Swift 93.4%
Python 3.8%
Makefile 2.2%
Shell 0.5%
1<?xml version="1.0" encoding="UTF-8"?>2<!--3 entitlements.plist4 Zyquo MLX56 Author: Simon-Pierre Boucher7 Mail: contact@spboucher.ai89 Minimal posture per docs/BUILD.md §4: Hardened Runtime is enabled at signing10 time; MLX's runtime kernel compilation goes through the Metal framework11 (GPU shader compile), NOT process-writable-executable memory, so no12 allow-jit / unsigned-executable-memory is needed (verified: notarization13 passes without them). The app is a local ML workbench needing broad14 file/compute access and spawns its own provisioned Python — no App Sandbox15 (same rationale as the rest of the Zyquo family).16-->17<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">18<plist version="1.0">19<dict>20 <key>com.apple.security.cs.allow-jit</key>21 <false/>22</dict>23</plist>24