spb/zyquo-atlas Public License
The AI-native macOS web browser — every surface, intelligent.
Swift 75.2%
JavaScript 22%
Shell 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<!--4 ZyquoAtlas.entitlements5 Zyquo Atlas67 Author: Simon-Pierre Boucher8 Mail: contact@spboucher.ai910 Signed with the Hardened Runtime (Developer ID distribution). Zyquo Atlas is11 a WKWebView browser: WebKit runs page JavaScript in Apple's own out-of-process12 WebContent/Networking/GPU XPC services (WebKit.framework is a *system*13 framework, not embedded), so the host app needs no JIT or network14 entitlement for WKWebView, downloads, or its own HTTPS API calls to function.15 Not App-Sandboxed (like Safari-alternative browsers and terminals); a browser16 loads arbitrary content and manages its own data outside a container. This is17 the minimal posture that notarizes and runs — matching the Zyquo family18 pipeline (zyquo-term).19-->20<plist version="1.0">21<dict>22 <key>com.apple.security.cs.allow-jit</key>23 <false/>24</dict>25</plist>26