The native macOS control center for the Symaira developer tools — one app, composed of modules that light up when the matching CLI is installed.
- Runtime composition, no hard dependencies: the hub detects installed
Symaira CLIs (bundle → PATH → Homebrew) and shows an install tile for the
rest. Logic stays in the CLIs;
brew upgradeupdates features without a hub release. - Shared foundations: built on
symaira-appkit(design tokens, tool registry, binary discovery,version --jsonschema handshake). - Deliberately not included: Symaira Terminal and Symaira EraseMe ship as standalone apps.
brew install xcodegen
xcodegen generate
xcodebuild -project SymairaHub.xcodeproj -scheme SymairaHub buildRequires macOS 14+, Xcode 16+.
Scaffolding: tool detection, dashboard, install tiles. Per-tool feature
modules are embedded incrementally — symscope and symseek are wired in
so far — see AGENTS.md for the integration contract.
Apache-2.0
