What problem does it solve? Managing four standalone macOS desktop apps (Worker Hub, Mac Health Guard, Chat Unify, n8n Integration) that wrap embedded Python servers in Swift WKWebView shells requires consistent build, sync, and launch procedures that are easy to get wrong. ## Core Features & Use Cases - Build orchestration: Documents the per-app build scripts that produce Desktop .app bundles from Swift shells and Python servers on fixed ports (13020, 13023, 13024, 13026). - SSOT vs bundle sync: Clarifies which source directories serve live in dev versus which require copying or rebuilding for the Desktop .app to pick up changes. - Single-instance launch fix: Applies SinaStandaloneShell.prepareApp so a second double-click activates the existing window instead of spawning crash loops. - Use Case: After editing the Mac Health Guard server, run the build script, verify cold-start health within 15 seconds, confirm codesign passes, and ditto the app to Desktop and Applications before shipping. ## Quick Start Ask the assistant to rebuild the Worker Hub standalone app and verify it cold-starts with a healthy server on port 13020.