xcode-remote runs iOS apps from a Mac Mini server
xcode-remote is a tool for running iOS and macOS apps from a , such as a . A running Claude Code works well for web development when controlled from a laptop, but iOS and macOS work often still forces the code to be checked out locally and rebuilt before testing. xcode-remote reduces that extra step by launching apps in the on the remote Mac.
It can also run apps on a real device. A blog post and are available for the tool.
Key points
- The tool is built around a Claude Code on a .
- It can run iOS and macOS apps in the on the remote Mac.
- It also supports running apps on a real device.
- It aims to avoid checking out the same code on a laptop just to rebuild and test.
- The tool has a blog post and a .