Commit graph

2 commits

Author SHA1 Message Date
oho
78f9ed7c0c docs: add Xcode requirements and build troubleshooting
- Add "Requires: macOS 13.0+, Xcode 15.0+" to README
- Add "Build Won't Complete" troubleshooting section to MACOS_APP_MANUAL
- Document xcodebuild not found and Command Line Tools issues
2026-01-13 08:45:07 +01:00
oho
1c66f3b254 docs: Add comprehensive macOS menu bar app documentation
- Create docs/MACOS_APP_MANUAL.md with full documentation:
  - Installation and build instructions
  - Menu bar interface guide with keyboard shortcuts
  - Preferences configuration (General, LLM, Network, Notifications)
  - Real-time updates via WebSocket
  - Network modes (localhost vs LAN)
  - Troubleshooting section
  - Development guide with project structure
  - FAQ section

- Update README.md:
  - Add native macOS app to "What You Get" section
  - Update architecture diagram to show menu bar app
  - Add macOS app manual to documentation table
  - Update project structure to include macos-app directory
2026-01-12 23:32:57 +01:00