{"id":51467706,"url":"https://github.com/ftuyama/git-light","last_synced_at":"2026-07-06T13:30:34.976Z","repository":{"id":367421884,"uuid":"1280746574","full_name":"ftuyama/git-light","owner":"ftuyama","description":"GitKraken-inspired desktop Git client built with Electron, Vue 3, and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-07-02T23:12:29.000Z","size":4286,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-03T01:08:28.264Z","etag":null,"topics":["branches-ui","desktop-app","electron","electron-app","git","git-client","git-ui","gitbranches","gitclient","gitkraken","gitui","tailwindcss","typescript","vue","vue3"],"latest_commit_sha":null,"homepage":"https://ftuyama.github.io/git-light/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ftuyama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"lelouchiee","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2026-06-25T22:41:43.000Z","updated_at":"2026-07-02T23:10:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ftuyama/git-light","commit_stats":null,"previous_names":["ftuyama/git-light"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ftuyama/git-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftuyama%2Fgit-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftuyama%2Fgit-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftuyama%2Fgit-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftuyama%2Fgit-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ftuyama","download_url":"https://codeload.github.com/ftuyama/git-light/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftuyama%2Fgit-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35193679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["branches-ui","desktop-app","electron","electron-app","git","git-client","git-ui","gitbranches","gitclient","gitkraken","gitui","tailwindcss","typescript","vue","vue3"],"created_at":"2026-07-06T13:30:34.013Z","updated_at":"2026-07-06T13:30:34.971Z","avatar_url":"https://github.com/ftuyama.png","language":"TypeScript","funding_links":["https://ko-fi.com/lelouchiee"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/icon.png\" alt=\"Git Light\" width=\"96\" height=\"96\" /\u003e\n\u003c/p\u003e\n\n# Git Light\n\nA desktop Git client with a graph-first interface — commit graph, branch sidebar, working tree panel, and real local repository operations.\n\n**[ftuyama.github.io/git-light](https://ftuyama.github.io/git-light/)** · MIT License\n\n![Git Light — AwesomeShop repository with repo tabs, commit graph, branch sidebar, and working tree](docs/screenshot.png)\n\n## What is this?\n\nGit Light is an Electron app with a three-pane repository view that runs **real Git commands** against local repositories via a typed IPC layer. Open a folder, browse history, manage branches, stage files, commit, fetch/pull/push, and inspect diffs.\n\n## Features\n\n| Area | Status |\n|------|--------|\n| Real Git backend (`git` CLI in main process; renderer never shells out) | ✅ |\n| Open local repos · recent repos · multi-repo tabs · startup screen | ✅ |\n| Commit graph — lanes, refs, pagination, shift-compare, keyboard nav | ✅ |\n| Branch sidebar — favorites, tags, stashes, worktrees (add/remove); drag-and-drop merge/rebase | ✅ |\n| Working tree — flat/tree view, stage/unstage (patch hunks), commit | ✅ |\n| Diff viewer — unified/split, syntax highlighting, per-hunk staging, blame overlay with file history, word wrap | ✅ |\n| Fetch / pull / push / sync · remote maintenance (fetch all, prune, push tags) | ✅ |\n| Merge / rebase / interactive rebase / cherry-pick (continue/abort banner) | ✅ |\n| Merge conflict resolution (ours/theirs/per-block) | ✅ |\n| Undo / redo (reflog-backed) · stash · search | ✅ |\n| Integrated terminal (xterm + node-pty, ⌘T toggle in graph pane) | ✅ |\n| Themes — Default, Dracula, Light, Claude, System (settings) | ✅ |\n| Collapsible sidebars with expand rails · commit graph zoom | ✅ |\n| UI mode — Basic (essential actions) or Advanced (full toolbar and sidebar) | ✅ |\n| Open on GitHub · app preferences (appearance, layout, graph, sidebar, credits) | ✅ |\n| Credits \u0026 attribution (settings panel + native About dialog) | ✅ |\n| Resizable three-pane layout · file watcher auto-refresh | ✅ |\n| Auto-update check (packaged builds) · **Check for Updates…** menu | ✅ |\n| Clone / hosting auth UI | ❌ Not yet |\n\n## Quick start\n\nDownload the latest installer for your platform from **[GitHub Releases](https://github.com/ftuyama/git-light/releases)**:\n\n| Platform | Installer |\n|----------|-----------|\n| macOS | `.dmg` |\n| Windows | `.exe` (NSIS) |\n| Linux | `.AppImage` or `.deb` |\n\n### macOS\n\n1. Open the DMG and drag **Git Light** into **Applications**.\n2. Launch **Git Light** from Applications. Notarized releases open normally; ad-hoc signed builds may require **Right-click → Open → Open** on first launch.\n\n### Windows\n\n1. Run the `.exe` installer and follow the setup wizard.\n2. Launch **Git Light** from the Start menu or desktop shortcut.\n\n### Linux\n\n1. **AppImage:** make executable (`chmod +x Git-Light-*.AppImage`) and run it.\n2. **deb:** install with your package manager (`sudo dpkg -i git-light_*.deb`).\n\nTo check for updates later, use **Git Light → Check for Updates…** in the menu bar (macOS) or the application menu (Windows/Linux).\n\n## Sponsor\n\nIf Git Light is useful to you, consider supporting ongoing development:\n\n**[Sponsor on Ko-fi](https://ko-fi.com/lelouchiee)**\n\n## For developers\n\nSee **[DEVELOPER.md](DEVELOPER.md)** for build instructions, scripts, and local development setup. Architecture, stack, and extension points are in **[ARCHITECTURE.md](ARCHITECTURE.md)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftuyama%2Fgit-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftuyama%2Fgit-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftuyama%2Fgit-light/lists"}