Files
Mastermind/docs/adr/0001-swift-native-host-with-local-sidecars.md
T

4 lines
396 B
Markdown

# Swift-native host with local sidecars
Mastermind's production runtime is a Swift/AppKit macOS host that owns UI, lifecycle, permissions, capture, policy, and storage. Local LLM and ASR processes stay behind loopback or Unix-socket protocols, while Electron is retained only as legacy reference; this keeps macOS capabilities native without forcing model runtimes into the application process.