Component | Location | Purpose |
---|---|---|
ServerManager | Core/Services/ServerManager.swift | Server lifecycle |
SessionMonitor | Core/Services/SessionMonitor.swift | Track sessions |
TTYForwardManager | Core/Services/TTYForwardManager.swift | CLI integration |
MenuBarViewModel | Presentation/ViewModels/MenuBarViewModel.swift | UI state |
Key | Type | Default | Description |
---|---|---|---|
serverPort | String | ”4020” | Server port |
autostart | Bool | false | Launch at login |
allowLAN | Bool | false | LAN connections |
useDevServer | Bool | false | Development mode |
Issue | Solution |
---|---|
Server won’t start | Check port availability |
Menu bar not showing | Check LSUIElement in Info.plist |
Updates not working | Verify Sparkle feed URL |
Permissions denied | Add entitlements |