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 Info.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 <key>CFBundleDevelopmentRegion</key>13 <string>en</string>14 <key>CFBundleDisplayName</key>15 <string>Zyquo Local</string>16 <key>CFBundleExecutable</key>17 <string>ZyquoLocal</string>18 <key>CFBundleIconFile</key>19 <string>AppIcon</string>20 <key>CFBundleIdentifier</key>21 <string>com.zyquo.local</string>22 <key>CFBundleInfoDictionaryVersion</key>23 <string>6.0</string>24 <key>CFBundleName</key>25 <string>Zyquo Local</string>26 <key>CFBundlePackageType</key>27 <string>APPL</string>28 <key>CFBundleShortVersionString</key>29 <string>1.0.0</string>30 <key>CFBundleVersion</key>31 <string>6</string>32 <key>LSApplicationCategoryType</key>33 <string>public.app-category.productivity</string>34 <key>LSArchitecturePriority</key>35 <array>36 <string>arm64</string>37 </array>38 <key>LSMinimumSystemVersion</key>39 <string>14.0</string>40 <key>NSHighResolutionCapable</key>41 <true/>42 <key>NSHumanReadableCopyright</key>43 <string>© 2026 Simon-Pierre Boucher</string>44 <key>NSMainNibFile</key>45 <string></string>46 <key>NSPrincipalClass</key>47 <string>NSApplication</string>48</dict>49</plist>50