SPB Git

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.3 KB · 46 lines xml
Raw Blame History
1<?xml version="1.0" encoding="UTF-8"?>2<!--3  Info.plist4  Zyquo MLX56  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 MLX</string>16    <key>CFBundleName</key>17    <string>Zyquo MLX</string>18    <key>CFBundleExecutable</key>19    <string>ZyquoMLX</string>20    <key>CFBundleIdentifier</key>21    <string>com.zyquo.mlx</string>22    <key>CFBundlePackageType</key>23    <string>APPL</string>24    <key>CFBundleShortVersionString</key>25    <string>1.0.0</string>26    <key>CFBundleVersion</key>27    <string>1</string>28    <key>CFBundleIconFile</key>29    <string>AppIcon</string>30    <key>LSMinimumSystemVersion</key>31    <string>14.0</string>32    <key>LSApplicationCategoryType</key>33    <string>public.app-category.developer-tools</string>34    <key>LSArchitecturePriority</key>35    <array>36        <string>arm64</string>37    </array>38    <key>NSHighResolutionCapable</key>39    <true/>40    <key>NSHumanReadableCopyright</key>41    <string>© 2026 Simon-Pierre Boucher</string>42    <key>NSPrincipalClass</key>43    <string>NSApplication</string>44</dict>45</plist>46