Git GUI for vibecoding multiple projects at once. Manage all your repos from one window.
WIP — slow and broken in most places, being worked on now and then.
- Multi-repo sidebar with favorites and org grouping
- Stage, commit, push, pull, fetch across repos
- Branch management (create, checkout, rename, delete, merge, rebase)
- Inline diff viewer (files + commit history)
- PR creation (push + open GitHub compare)
- Command bar (
Cmd+K) with fuzzy search and bulk actions - Open repos in Terminal, Finder, VS Code
- Light / dark / system theme
- Background file watcher with disk cache for fast startup
| Backend | Go 1.23 |
| Frontend | React 19, TypeScript, Tailwind CSS 4 |
| Framework | Wails v2 (webview desktop app) |
| Build | Vite 7 |
# dev (hot reload)
wails dev
# build
wails buildRequires Wails CLI.
~/.multigit.json— repos, favorites, theme, preferences~/.multigit-cache.json— cached repo data for fast startup