"It can open anything in the family and change nothing. That's not a limitation — it's the whole design."
A Production App That Only Launches
The Native Launcher is a real, signed macOS app — a global hotkey brings up a compact panel, you search, you open. It owns exactly the launch-plane surface: hotkey activation; a default icon-forward Card Deck plus a persistent Detailed List; search across launchable product surfaces; favorites and recents; opening a locally installed app by its registered bundle identifier; opening a registered web surface in the default browser; showing whether an app is installed or running; best-effort reachability of services; opening the full Web Hub; and receiving a cwkfirelink:// deep link from the WebUI.
Read that list and notice what's not there. No Git. No repository folders or IDE launch or source editing. No roster or network edits. No deploy, restart, process kill, or launchd management. No arbitrary path, URL, bundle, label, or command input. No writer credentials. The launcher can reach the whole family and mutate none of it.
Everything Relative to This Mac
The launcher's other defining trait: every action is relative to this Mac. When it opens a native app, it opens the copy installed here. When it opens a web surface, it resolves the URL for this machine's current network context. When it reports 'installed' or 'running', it's reporting about this laptop, not the office. The office engine never remote-launches a GUI app onto a travel browser; launch is always local, because launching something 'somewhere else' is a category error.
The Cache That Can't Grant Power
Because daily launching has to work even when the office is asleep, the launcher keeps a read-only catalog cache. This is the subtle safety property: cached data never grants management authority. The cache lets you open Ember's UI offline; it does not let you deploy Ember. Lose the laptop and the attacker gets a list of what the family runs and where — a read-only catalog — not a key that mutates anything. The launcher's powerlessness is exactly what makes it safe to put on every Mac and carry through an airport.