teckperry/self-hosted-git-client — explained in plain English
Analysis updated 2026-05-18
Manage git repositories locally with no account or telemetry.
Resolve merge conflicts visually with a three-pane editor and line-by-line picks.
Rewrite commit history safely with interactive rebase and reflog-backed undo.
Rebrand the app's name, colors, and graph palette from a single file.
| teckperry/self-hosted-git-client | 7etsuo/anvil | antonp29/sylvasigner | |
|---|---|---|---|
| Stars | 26 | 26 | 26 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires git (and ssh-keygen for the SSH key manager) on your system, building from source needs Node.js 18+.
Self-hosted Git Client is a free, open source desktop Git client that runs entirely on your own machine, with no account, telemetry, or cloud dependency. It talks to your remotes with your own git installation and SSH keys, and even resolves author avatars locally without calling any third party service, so your repositories never leave your computer. The interface centers on a colored commit graph with lanes for every branch, merge edges, and commits grouped by day, the current branch is highlighted and unpushed commits are marked. Branch labels are consolidated to avoid duplicates, and double clicking one checks it out. Staging happens through dedicated staged and unstaged panels with per file stage, unstage, and discard, plus amending commits and editing the last commit message inline. Merge conflicts from a merge, rebase, cherry pick, or revert open a three pane visual editor showing your version and the incoming version on top with the live result below, letting you resolve conflicts line by line, with minimaps and synchronized scrolling, conflicted files cannot be staged until resolved. History can be rewritten through an interactive rebase planner supporting reorder, squash, fixup, and drop, and an undo feature reverses the last branch action using the reflog as a soft reset. The app supports push, pull, and fetch with ahead and behind counters, auto fetches in the background, and offers a safe force push with lease after a rewrite is rejected. A global search reaches across branches, tags, commit messages, authors, hashes, and file names, and the same shortcut searches inside an open diff. Other features include a full page diff viewer with inline or side by side modes and a minimap, branch and tag management, stash creation with editable messages, multiple remotes, opening a commit or branch on your git host, session restoring across repository tabs, full keyboard navigation, an SSH key manager for generating ed25519 or RSA keys, light and dark themes, and update notifications. The app is built with Electron, TypeScript, and Vite, needs git in your system PATH plus ssh-keygen for the SSH key manager, and building from source additionally requires Node.js 18 or later. Prebuilt installers exist for macOS, Windows, and Linux, and the app checks for new releases itself. It is released under the MIT license, and the README notes the visual identity, including name, colors, and the graph palette, can be rebranded from a single file.
A free, open source desktop Git client that runs fully on your machine, with a visual merge editor and safe history rewriting.
Mainly TypeScript. The stack also includes Electron, TypeScript, Vite.
MIT license: free to use, modify, and redistribute, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.