{"id":39159192,"url":"https://github.com/dongri/gity","last_synced_at":"2026-03-04T04:03:22.264Z","repository":{"id":333031506,"uuid":"1135685777","full_name":"dongri/gity","owner":"dongri","description":"A modern macOS Git client written in Swift","archived":false,"fork":false,"pushed_at":"2026-02-22T22:09:30.000Z","size":1253,"stargazers_count":3,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-23T03:05:47.261Z","etag":null,"topics":["git","gity","macos","swift"],"latest_commit_sha":null,"homepage":"https://dongri.github.io/gity","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dongri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-01-16T12:56:23.000Z","updated_at":"2026-02-22T22:09:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dongri/gity","commit_stats":null,"previous_names":["dongri/gity"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/dongri/gity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongri%2Fgity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongri%2Fgity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongri%2Fgity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongri%2Fgity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dongri","download_url":"https://codeload.github.com/dongri/gity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongri%2Fgity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: 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","gity","macos","swift"],"created_at":"2026-01-17T22:01:32.664Z","updated_at":"2026-03-04T04:03:22.247Z","avatar_url":"https://github.com/dongri.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Resources/Assets.xcassets/AppIcon.appiconset/icon_256x256.png\" alt=\"GitY Icon\" width=\"128\" height=\"128\"\u003e\n\u003c/p\u003e\n\n# GitY\n\nA modern macOS Git client written in Swift, inspired by GitX.\n\n## Overview\n\nGitY is a complete rewrite of the classic GitX application in Swift, featuring the same familiar UI and functionality with modern macOS technologies.\n\n## Screenshots\n\n![Screenshot](docs/assets/hero-screenshot.png)\n\n## Installation\n\n### Using Homebrew (Recommended)\n\nThe easiest way to install GitY is via Homebrew Cask:\n\n```bash\nbrew install --cask dongri/tap/gity\n```\n\n### Manual Installation (DMG)\n\n1. Download `GitY.dmg` from the [latest release](https://github.com/dongri/gity/releases/latest).\n2. Open the DMG file.\n3. Drag `GitY.app` to the **Applications** folder.\n4. Launch GitY from Applications.\n\n\u003e **Note**: GitY is signed and notarized by Apple, so it will launch without any security warnings.\n\n### From Source\n\n```bash\ngit clone https://github.com/dongri/gity.git\ncd gity\nxcodebuild -project GitY.xcodeproj -scheme GitY -configuration Release build\n```\n\n## Command Line Tool\n\nAfter installing GitY, you can install the `gity` command line tool:\n\n1. Open GitY\n2. Go to **Settings** \u003e **Integration**\n3. Click **Install Command Line Tools**\n\nThen use it from Terminal:\n\n```bash\ngity                      # Open current directory\ngity .                    # Open current directory\ngity /path/to/repo        # Open specific repository\n```\n\n## Features\n\n- 📁 **Repository Browser** - Navigate through your Git repository with ease\n- 📜 **Commit History** - View detailed commit history with diffs\n- ✏️ **Stage View** - Stage and unstage files with visual feedback\n- 🌿 **Branch Management** - Create, checkout, and delete branches\n- 🔄 **Remote Operations** - Fetch, pull, and push to remotes\n- 📦 **Stash Support** - Save, apply, pop, and drop stashes\n- 📂 **Submodule Support** - View and manage Git submodules\n- 🔍 **Diff Viewer** - Syntax-highlighted diff viewing\n- ⚡ **Performance Optimized** - Asynchronous loading for smooth UI\n- 🖥️ **Command Line Tool** - Open repositories from Terminal\n- 🤖 **AI Commit Messages** - Generate intelligent commit messages using local LLMs\n- ✅ **Signed \u0026 Notarized** - Verified by Apple for security\n\n## Requirements\n\n- macOS 13.0 (Ventura) or later\n- Git installed (usually at `/usr/bin/git`)\n\n## Building from Source\n\n### Requirements\n- Xcode 15.0 or later\n- macOS 13.0 or later\n\n### Build Steps\n\n#### Using Xcode\n1. Open `GitY.xcodeproj` in Xcode\n2. Select the GitY scheme\n3. Build and run (⌘R)\n\n#### Using Command Line\n```bash\n# Clone the repository\ngit clone https://github.com/dongri/gity.git\ncd gity\n\n# Build\nxcodebuild -project GitY.xcodeproj -scheme GitY -configuration Release build\n\n# The app will be in DerivedData\nopen ~/Library/Developer/Xcode/DerivedData/GitY-*/Build/Products/Release/GitY.app\n```\n\n#### Using Swift Package Manager\n```bash\n# Clone the repository\ngit clone https://github.com/dongri/gity.git\ncd gity\n\n# Build and run\nswift run\n```\n\n## Architecture\n\nGitY is built using SwiftUI and follows a clean architecture:\n\n```\nSources/\n├── GitYApp.swift              # App entry point\n├── Models/\n│   ├── GitRepository.swift    # Core repository model (async Git operations)\n│   ├── GitRef.swift           # Branch/Tag references\n│   ├── GitCommit.swift        # Commit model\n│   ├── ChangedFile.swift      # File changes\n│   ├── GitStash.swift         # Stash model\n│   └── GitSubmodule.swift     # Submodule model\n├── Services/\n│   └── LocalLLMService.swift  # Local LLM integration\n├── Views/\n│   ├── ContentView.swift      # Main content view\n│   ├── WelcomeView.swift      # Welcome screen\n│   ├── MainRepositoryView.swift # Repository view\n│   ├── SidebarView.swift      # Navigation sidebar\n│   ├── StageView.swift        # Staging area\n│   ├── HistoryView.swift      # Commit history\n│   ├── DiffView.swift         # Diff viewer\n│   └── PreferencesView.swift  # Settings (including CLI install)\n└── Utils/\n    ├── DirectoryWatcher.swift\n    └── RelativeDateFormatter.swift\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nGitY is released under the MIT License.\n\n## Credits\n\n- Original GitX by Pieter de Bie\n- Swift rewrite inspired by the original Objective-C implementation\n\n---\n\nMade with ❤️ in Swift\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongri%2Fgity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdongri%2Fgity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongri%2Fgity/lists"}