spb/zyquo-router Public MIT
One local endpoint, every AI provider — a private OpenAI-compatible LLM gateway for your Mac (170 models, 12 providers).
Swift 95.7%
Python 2.3%
Shell 1.2%
Makefile 0.9%
1<?xml version="1.0" encoding="UTF-8"?>2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">3<plist version="1.0">4<dict>5 <!-- Zyquo Router is a developer tool that runs a local HTTP gateway and6 calls upstream AI providers with the user's own keys. It is NOT7 sandboxed (like the rest of the Zyquo family): a non-sandboxed8 Developer ID app needs no entitlement to listen on localhost or to9 make outbound connections — com.apple.security.network.server/.client10 only apply under the App Sandbox. Hardened Runtime is enabled at11 signing time; no runtime exceptions are required. -->12 <key>com.apple.security.cs.allow-jit</key>13 <false/>14</dict>15</plist>16