GitX is an OS X (MacOS) native graphical client for the git version
control system.
GitX has a long history of various branches and versions maintained by various people over the years. This github org & repo are an attempt to consolidate and move forward with a current, common, community-maintained version.
Get the latest release of GitX from the Releases
page. Download, extract and move it to your Applications folder.
For Apple Silicon (M1, M2 processors) please use the arm64 release.
See also: How to Build in Xcode


To build and run in the Xcode app with your own developer account, create
a config file called Dev.xcconfig at the project root like this:
DEVELOPMENT_TEAM = YOUR_TEAM_ID
CODE_SIGN_IDENTITY = YOUR_CERT_NAME
ENABLE_HARDENED_RUNTIME = YES
Replace YOUR_TEAM_ID with your development team ID and YOUR_CERT_NAME with the name of your certificate.
If you don't know your ID or don't have a certificate yet, follow the steps below.
The certificate name is usually something like Apple Development, Mac Developer, iPhone Developer, Apple Developer, etc. In the steps below, we assume the certificate name to be "Apple Development" but you should use the name you see in your keychain.
+ button and add your Apple ID.+ button and click on Apple Development.login keychain, and open the My Certificates tab.You can also build and run on the command line. Once you've created the config file,
you may use the script shared here.
For x86 builds, please replace arm64 with x86_64.
This project is supported by MacStadium Open Source Developer Program with a free Mac mini for our CI. Thank you !
GitX is licensed under the GPL version 2. For more information, see the attached COPYING file.