Gitpulsar is a complete Git client built natively for GNOME. Written in Rust with GTK4 and libadwaita, it stays fast and lightweight while giving you the full Git workflow without ever leaving the keyboard or reaching for the terminal.
Unlike browser-wrapped Git apps, Gitpulsar is a single small binary that follows your system theme, respects your accent color preferences, and feels like a first-class GNOME application. It runs offline, sends nothing to the cloud, and uses zero telemetry.
Why choose Gitpulsar:
What you can do:
Performance release: the Commits tab is virtualized via gtk::ListView, GPG signature lookup is lazy, and the Graph tab now early-exits on unchanged data. Addresses sluggishness on repositories with thousands of commits.