Let GPT-4 control your iPhone (or a simulator). Accompanying blog post: https://www.thomasvisser.me/2023/05/04/gpt4phone/.
Clone the repo on your machine, make sure you have Xcode installed and then execute the following command from the project’s directory:
OPENAI_API_KEY=<Your OpenAI Key> TASK=<Task Description> ./run
By default it runs on the iPhone 14 simulator, but you can set the DESTINATION
env variable to specify a different device. For example, add DESTINATION="platform=iOS,name=<Phone name>"
to run it on your real device.
- On the home screen, only apps on the current page can be launched. Work-around: disable all but one page.