spb/zyquo-local Public MIT
Native macOS AI chat that runs LLMs 100% locally on Apple Silicon with MLX — no cloud, no API keys.
Swift 97.2%
Shell 1.8%
Makefile 1%
1<?xml version="1.0" encoding="UTF-8"?>2<!--3 entitlements.plist4 Zyquo Local56 Author: Simon-Pierre Boucher7 Mail: contact@spboucher.ai8-->9<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">10<plist version="1.0">11<dict>12 <!-- Hardened runtime is enabled at signing time (codesign13 - -options runtime). Zyquo Local is not sandboxed (like Zyquo Term);14 outbound network to huggingface.co needs no entitlement outside the15 sandbox. MLX's runtime Metal kernel compilation happens in the Metal16 system service, not via in-process JIT, so no JIT/unsigned-memory17 entitlements are required — verified by running the signed build. -->18 <key>com.apple.security.cs.allow-jit</key>19 <false/>20</dict>21</plist>22