Skip to main content
Version: next

Make Git Available

Git is not required for CodexPocket itself. You only need it when you want features such as:

  • checking the current branch
  • switching branches
  • creating a new branch
  • confirming whether a workspace is Git-managed

First check

Run this in Terminal:

git --version

If it prints a version, Git is available.

What still works without Git

  • open a Project
  • read Threads
  • send requests from Composer
  • run Exec

In other words, if all you want is "keep reading and sending from the iPhone," you can start without Git.

If Git is not found

  • install the macOS Command Line Tools
  • make sure the Git path you normally use is also visible to the Mac app
  • restart the Mac app and check the git row in Details

If Git is missing, Bridge itself may still work, but branch-related UI on the iPhone will be limited.