You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App icon: 1024x1024 PNG (no transparency, no rounded corners)
Code Signing
# Sign with Developer ID for direct distribution
codesign --force --deep --sign "Developer ID Application: YOUR_NAME" build/Command.app
# Sign for App Store
codesign --force --deep --sign "3rd Party Mac Developer Application: YOUR_NAME" \
--entitlements Command.entitlements build/Command.app
App Store Connect Metadata
Name: Command
Subtitle: Terminal manager for developers
Category: Developer Tools
Description: See all your open terminal windows at a glance with AI-powered summaries. Command lives in your menubar and shows what's happening in every terminal — no more hunting through windows.