swesee ====== A second screen for AI-assisted development. what it is ---------- iOS + macOS apps that let you watch your Mac's files and git activity from your iPhone in real time, over local Wi-Fi. Built for AI-coding sessions — so you can see exactly what Claude Code (or any other agent) is doing on your Mac while it works, without context-switching to the keyboard. how it works ------------ 1. Run Swesee.app on your Mac (menu-bar, sandboxed, MAS). 2. Open swesee on iPhone — it finds the Mac via Bonjour. 3. Enter the six-digit pairing code shown on the Mac. 4. Done. Live file tree, git status, diffs, commits. what stays local ---------------- File contents, diffs, the pairing token (256-bit, mode 0600). Everything. what does NOT happen -------------------- - No cloud. - No account. - No analytics / telemetry / crash reporting. - No third-party SDKs. requirements ------------ iOS 26+, macOS 15+, same local Wi-Fi network. links ----- site: https://swesee.com privacy: https://swesee.com/privacy security: https://swesee.com/security mac source: https://github.com/rondesta/swesee-service (MIT, public at App Store submission) wire core: https://github.com/rondesta/swesee-core (MIT, public at App Store submission) machine: https://swesee.com/llms.txt contact: support@swesee.com iOS app source is closed; the App Store binary is the only distribution channel for the iPhone client. The macOS companion and the wire protocol are open so you can audit what runs on your Mac and verify the protocol your phone speaks. status (2026-05-17): App Store submission in preparation.