GitBunki
GitBunki is a native macOS Git client built in SwiftUI with a hop. It is a full Git client that gets out of the way, inspired by the late, great GitX, with a keyboard-first, three-pane layout for staging, history, branches, tags, stashes, and remotes. GitBunki wraps the git binary developers already trust, sends nothing to the cloud, and focuses on a calm native Mac experience instead of an Electron-style interface. Users can stage down to hunks, lines, or words, double-click to stage or unstage files, shift-click a range of lines, amend the last commit, and commit from the message with Cmd+Enter. The full commit log includes a lane-based visual graph, branch and tag badges, search by message, author, or SHA, Gravatar avatars with initials fallback, and right-click actions for cherry-pick, revert, reset, and interactive rebase. Diff review supports unified and side-by-side modes, while file history and blame give per-line context with author, date, SHA, and summary.
Learn more
GitX
GitX is a git GUI made for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style! GitX runs on Mac OS X 10.5 Leopard and Mac OS X 10.6 Snow Leopard. Because it uses features like Garbage Collection, you can't compile it on earlier systems. GitX also requires a fairly recent Git, version 1.6.0 and higher are all supported. After starting GitX, you can install the command-line tool through the menu (GitX->Enable Terminal Usage). This will install a “gitx” binary in /usr/local/bin. Detailed history viewer, nice commit GUI, allowing hunk- and line-wise staging. Fast workflow, explore tree of any revision, nice Aqua interface, paste commits to gist.github.com, QuickLook integration. GitX aims to be a graphical wrapper around the most-frequently used git-commands, enabling you to satisfy your daily git needs in one consistent program.
Learn more
Gitoryx
Gitoryx is a fast, native Git GUI client for macOS and Windows. Built without Electron, it offers a lightweight (~12 MB) and responsive experience.
Features include:
- Visual commit graph with color-coded lanes and infinite scroll
- Interactive rebase with drag-and-drop reordering, squash, and fixup
- Smart staging: stage files, hunks, or individual lines
- Merge conflict resolution with three-way side-by-side diff
- Branch management with folder-grouped tree view
- GitFlow, auto-generated changelog, and sprint board
- In-app pull request management (GitHub, GitLab, Bitbucket, Azure DevOps)
- Git Bisect UI for visual regression hunting
- Gitmoji integration and command palette (⌘K)
- 1-click undo/redo for all major actions
- Light/dark mode, colorblind-safe palette
Learn more
QGit viewer
With QGit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches. View revisions, diffs, files history, files annotation, archive tree. Commit changes visually cherry picking modified files. Apply or format patch series from selected commits, drag and drop commits between two instances of QGit. Associate commands sequences, scripts and anything else executable to a custom action. Actions can be run from menu and corresponding output is grabbed by a terminal window. QGit implements a GUI for the most common StGIT commands like push/pop and apply/format patches. You can also create new patches or refresh current top one using the same semantics of git commit, i.e. cherry picking single modified files.
Learn more