Fast
Built end-to-end in Rust for speed and efficiency using smol, gix, and gpui for blazingly fast operations.
GitComet is built for teams that want fast Git operations with local-first privacy, familiar workflows, and open source freedom.
Available for Linux, Windows and macOS.
Built end-to-end in Rust for speed and efficiency using smol, gix, and gpui for blazingly fast operations.
Stage by file, by hunk, or by single line, straight from the diff gutter. Commit the one idea you meant to.
The merge tool resolves the unambiguous conflicts when the file opens, and leaves you the ones that need a decision.
Interactive rebase, worktrees, submodules, stashes, blame, and patches — the whole surface, not just the easy parts.
Your repositories stay on your machine. No account, no sync, no upload. Free for personal and commercial use, under the AGPL-3.0.
Familiar history browsing, and a drop-in replacement for KDiff3 and Meld as your difftool and mergetool.
What's new
GitComet is early software and it moves quickly. These are the capabilities that landed most recently.
The three-way merge tool now resolves unambiguous conflicts the moment a file opens, and lines base, local, and remote up row by row. How it works.
Reorder commits by dragging them, then pick, reword, squash, fixup, or drop. Squash contiguous ranges with a live preview of the resulting message.
A built-in editor with syntax highlighting, so the typo you just noticed in a diff does not need a second application.
Any two commits, branches, or tags — or any of them against your working tree, updating as you edit.
Stage and unstage individual lines from the diff gutter, not just whole hunks.
A real shell in the panel, blame shaded by recency, and a command palette on Ctrl+P.
Merge tool
Whitespace moved. One side changed and the other did not. The same edit arrived twice. GitComet settles those when the file opens and leaves you the ones that actually need a decision — then gets out of the way with three aligned columns, an editable result, and manual line alignment when the automatic pass misreads a large move.

It also works as a drop-in replacement for KDiff3 and Meld. One gitcomet setup registers it as your git mergetool and git difftool, graphical when you have a display and headless when you do not.
Packages
Start with the operating system you are using. GitComet will hint the right tab automatically, and you can still switch between Windows, macOS, and Linux install paths at any time.
Homebrew
brew tap auto-explore/gitcometbrew install gitcomet
For more information and troubleshooting see our macOS installation docs.
Ubuntu and Debian with apt
curl -fsSL https://apt.gitcomet.dev/gitcomet-archive-keyring.gpg | sudo tee /usr/share/keyrings/gitcomet-archive-keyring.gpg >/dev/nullcurl -fsSL https://apt.gitcomet.dev/gitcomet.sources | sudo tee /etc/apt/sources.list.d/gitcomet.sources >/dev/nullsudo apt updatesudo apt install gitcomet
Arch Linux via AUR
git clone https://aur.archlinux.org/gitcomet.gitcd gitcomet && makepkg -si
GURU (Gentoo Linux)
emerge --ask dev-vcs/gitcometAppImage
chmod +x GitComet-*.AppImage./GitComet-*.AppImage
Homebrew on Linux
brew tap auto-explore/gitcometbrew install gitcomet
Why GitComet
GitComet started from frustration with existing tools on huge codebases like Chromium. We could not find a product that stays responsive and functional when browsing large repositories and file diffs.
The app is designed for developers who spend real time in commit history, diffs, merges, and branch cleanup. Instead of hiding Git behind abstractions, GitComet keeps core workflows familiar and makes slow tasks feel immediate.
Opening the Chromium repository
Open time in seconds on Linux x64
1s
1s
3.5s
18s
25s
29s
43s
crashed
crashed
crashed
Measured on Linux 6.19.6-zen (x64), Ryzen 5950x, 128GB DDR4, at the versions shown against each program.
Community Goal
717 / 1,000 stars
If you like the product, we kindly ask you to give it a star on GitHub.
Editions
GitComet starts with a full open source desktop Git workflow. The Professional edition is aimed at teams that want deeper integrations, release workflow support, and faster access to upcoming features without giving up local first development.
Available now
€0 forever
Free for personal and commercial use.
Continue with Open Source
LIMITED TIME
€20 lifetime access
Limited-time offer: one-time payment for early adopters of Professional edition.
Join the Professional waitlist
FAQ
These answers cover the basics people ask before trying GitComet: platform support, pricing, installation, and how the product fits into an existing Git workflow.
GitComet is an open source Git GUI built in Rust for Linux, macOS, and Windows. It focuses on fast repository browsing, diff review, staging, conflict resolution, and history rewriting, and it is designed to stay responsive on very large repositories.
Yes. The open source edition is free for personal and commercial use under the AGPL-3.0. A Professional edition is planned for teams that want deeper integrations and early access features.
Linux, Windows, and macOS, on both x86-64 and ARM64. Windows installers are signed, macOS disk images are notarized, and Linux builds are published as apt, AUR, Gentoo GURU, Homebrew, AppImage, and deb packages.
Use the install section for your operating system. Windows has the Microsoft Store and a signed installer, macOS has Homebrew and a disk image, and Linux has apt, AUR, GURU, Homebrew, and AppImage.
Yes. GitComet is a local-first desktop client. Your repositories stay on your machine, there is no account to create, and nothing is uploaded to a cloud service.
Yes. Running gitcomet setup registers GitComet as both a headless and a graphical mergetool and difftool, and picks between them based on whether a display is available. It also accepts the KDiff3 and Meld argument forms, so it is a drop-in replacement.
Around 44 languages are highlighted in diffs and in the built-in editor, including Rust, C, C++, C#, Go, Java, Kotlin, Swift, Python, Ruby, PHP, JavaScript, TypeScript, Vue, HTML, CSS, SQL, Bash, PowerShell, YAML, TOML, JSON, and Markdown.
Yes. On Linux GitComet prefers Wayland and falls back to X11 automatically, and it runs under WSLg. Continuous integration tests X11 with GNOME, Wayland with GNOME, and Wayland with KDE.
Yes. GitComet requires a local Git installation of version 2.50 or newer. Settings shows the detected version and where it was found, and lets you point at a specific Git executable.