How we achieve server-grade AI on your local Mac.
At the heart of CipherScript is OpenAI's Whisper model, ported to Apple's CoreML framework via WhisperKit. This allows us to tap directly into the Apple Neural Engine (ANE) on Apple Silicon chips.
In macOS app development, "Entitlements" are permissions an app requests from the OS. Most apps request com.apple.security.network.client to access the internet.
CipherScript does not have this entitlement.
This means the macOS kernel strictly blocks any attempt by the app to open a network socket. Even if the app wanted to "phone home," the operating system would terminate the connection immediately. This provides a cryptographic guarantee of privacy that goes beyond trust.
Since the app is sandboxed and network-gapped: