{"id":13478078,"url":"https://github.com/gitx/gitx","last_synced_at":"2026-01-14T20:23:16.909Z","repository":{"id":14063995,"uuid":"75876315","full_name":"gitx/gitx","owner":"gitx","description":"The best fork of the best lightweight, visual git client for macOS.","archived":false,"fork":false,"pushed_at":"2025-12-15T15:59:22.000Z","size":23784,"stargazers_count":859,"open_issues_count":74,"forks_count":80,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-12-18T21:10:57.696Z","etag":null,"topics":["git","mac","macos"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rowanj/gitx","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitx.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-12-07T21:16:03.000Z","updated_at":"2025-12-18T14:18:25.000Z","dependencies_parsed_at":"2023-12-20T13:22:41.616Z","dependency_job_id":"0bb7fb1f-cadf-4d56-b330-916b4a118144","html_url":"https://github.com/gitx/gitx","commit_stats":null,"previous_names":[],"tags_count":96,"template":false,"template_full_name":null,"purl":"pkg:github/gitx/gitx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitx%2Fgitx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitx%2Fgitx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitx%2Fgitx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitx%2Fgitx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitx","download_url":"https://codeload.github.com/gitx/gitx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitx%2Fgitx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","mac","macos"],"created_at":"2024-07-31T16:01:52.144Z","updated_at":"2026-01-14T20:23:16.898Z","avatar_url":"https://github.com/gitx.png","language":"Objective-C","readme":"# What is GitX?\n\n[![pull request](https://github.com/gitx/gitx/actions/workflows/BuildPR.yml/badge.svg)](https://github.com/gitx/gitx/actions/workflows/BuildPR.yml)\n\nGitX is an OS X (MacOS) native graphical client for the `git` version\ncontrol system.\n\nGitX has a long history of various branches and versions maintained by\nvarious people over the years. This github org \u0026 repo are an attempt to\nconsolidate and move forward with a current, common, community-maintained\nversion.\n\n### How to Install:\n\nGet the latest release of GitX from the [Releases](https://github.com/gitx/gitx/releases)\npage. Download, extract and move it to your Applications folder.\nFor Apple Silicon (M1, M2 processors) please use the `arm64` release.\n\nSee also: [How to Build in Xcode](#how-to-build-in-xcode)\n\n### Screenshots\n\n![Staging View](assets/screenshot-stage.png)\n\n![History View](assets/screenshot-history.png)\n\n### How to Build in Xcode:\n\nTo build and run in the Xcode app with your own developer account, create\na config file called `Dev.xcconfig` at the project root like this:\n\n```\nDEVELOPMENT_TEAM = YOUR_TEAM_ID\nCODE_SIGN_IDENTITY = YOUR_CERT_NAME\nENABLE_HARDENED_RUNTIME = YES\n```\n\nReplace `YOUR_TEAM_ID` with your development team ID and `YOUR_CERT_NAME` with the name of your certificate.\nIf you don't know your ID or don't have a certificate yet, follow the steps below.\n\nThe certificate name is usually something like _Apple Development, Mac Developer, iPhone Developer, Apple Developer,_ etc.\nIn the steps below, we assume the certificate name to be _\"Apple Development\"_ but you should use the name you see in your keychain.\n\n1. Open the **Xcode** app.\n2. In Settings \u003e Accounts, if you haven't added your Apple ID yet, click the `+` button and add your Apple ID.\n3. In your Apple ID account settings, there should be at least one team with your name and **(Personal Team)** in the name. Click on it.\n4. Click on the **Manage Certificates** button.\n5. If you don't see any certificate listed, click the `+` button and click on **Apple Development**.\n6. Click Done and close the Settings window.\n7. Use Spotlight to open **Keychain Access** (or open it in Applications \u003e Utilities).\n8. Go to the `login` keychain, and open the **My Certificates** tab.\n9. Find the certificate named **Apple Development** with your Apple ID email address.\n10. Double-click on this certificate to view its details.\n11. Copy the **Organizational Unit** value. This is your development team ID.\n\nYou can also build and run on the command line. Once you've created the config file,\nyou may use [the script shared here](https://github.com/gitx/gitx/discussions/366#discussion-4897466).\nFor x86 builds, please replace `arm64` with `x86_64`.\n\n### Apple Silicon\n\nThis project is supported by MacStadium Open Source Developer Program with a free Mac mini for our CI. Thank you !\n\n\u003cimg src=\"https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png\" width=\"300\" /\u003e\n\n### License\n\nGitX is licensed under the GPL version 2. For more information, see the attached COPYING file.\n","funding_links":[],"categories":["Objective-C","Applications"],"sub_categories":["Development","👨‍💻 Development (9)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitx%2Fgitx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitx%2Fgitx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitx%2Fgitx/lists"}