Licence
AGPL-3.0-only. Free for personal and commercial use. The workspace forbids unsafe Rust outright.
Press
Everything needed to write about GitComet accurately: logos, boilerplate you can paste, a fact sheet, and the method behind the benchmark numbers. If something you need is missing, ask and we will add it.
Boilerplate
GitComet is a fast, open source Git GUI written in Rust for Linux, macOS and Windows.
GitComet is an open source desktop Git client built in Rust for Linux, macOS and Windows. It reads repositories directly with gitoxide and renders through the GPU, so it stays responsive on codebases where other clients stall — it opens the Chromium repository in about a second. It covers the full Git surface, including line-level staging, an assisted three-way merge tool, interactive rebase, blame, worktrees and submodules, and it doubles as a drop-in git mergetool and git difftool. Everything stays on the user's machine; there is no account and nothing is uploaded.
GitComet is developed by AutoExplore Oy, a Finnish company building tools that help software teams deliver high-quality software faster.
Fact sheet
AGPL-3.0-only. Free for personal and commercial use. The workspace forbids unsafe Rust outright.
Linux, macOS and Windows, on x86-64 and ARM64. Wayland with automatic X11 fallback, and WSLg.
Microsoft Store, signed MSI, notarized DMG, Homebrew cask, apt, AUR, Gentoo GURU, AppImage and .deb.
A local Git installation of version 2.50 or newer. No bundled runtime.
Rust, gitoxide, GPUI, smol and mimalloc. Syntax highlighting for 44 languages via tree-sitter.
AutoExplore Oy, Finland. Contact info@autoexplore.ai.
Latest release at the time this page was built: v0.2.0, published 16 August 2026. The changelog is generated from GitHub Releases and is always current.
Logos
Vector, scales to anything. gitcomet-logo.svg
For most web use. gitcomet-logo-512.png
Print and high-density displays. gitcomet-logo-2160.png
The mark works on light and dark backgrounds as supplied. Please do not stretch it, recolour it, or set it on a background that reduces its contrast. "GitComet" is one word with a capital G and a capital C.
Benchmark
If you cite these, please cite the method with them. Each client was pointed at the same local clone of the Chromium repository on the same machine and timed from launch until history could be browsed. Peak memory was recorded over the same window.
| Client | Version | Time to open | Memory |
|---|---|---|---|
| GitComet | v0.1.6 | 1s | 265MB |
| GitFiend | v0.45.3 | 1s | 289MB |
| SourceGit | v2026.6 | 3.5s | 301MB |
| SmartGit | v25.1.110 | 18s | 4.8GB |
| GitKraken | v11.10.0 | 25s | 2GB |
| Megit | v0.10.0 | 29s | 14.4GB |
| Gittyup | v2.0.0 | 43s | 2.5GB + 1.5GB indexer |
| gitg | v44 | crashed | crashed |
| ungit | v1.5.30 | crashed | crashed |
| guitar | v1.3.1-1 | crashed | crashed |
Measured 2026-04 on Linux 6.19.6-zen (x64), Ryzen 5950x, 128GB DDR4, at the versions listed. These are a snapshot, not a permanent property of any of the other tools — later releases may differ, and we would rather you re-ran it than took our word for it.
Also true
GitComet is 0.1.x. It moves fast, and the interface changes between releases.
There is no GitHub or GitLab API integration. It cannot open, review or merge a pull request.
Repositories that depend on LFS are not currently served.