Skip to Content
FinderGit v0.1.2 is here — a Git-aware file browser for macOS. See what's new
Free for macOS 15+
FinderGit

Your repositories were never meant to be
invisible.

FinderGit is a Git-aware file browser for macOS. See branch, status, changes, and diffs for all your repositories at a glance — without switching apps.

FinderGit — Git-aware file browser for macOS

The Problem

Managing multiple Git repos shouldn't require juggling tools

Finder

Shows files, but no Git state. Your repos look like any other folder.

Terminal

Gives status, but no big picture. One repo at a time, no visual overview.

Git GUIs

Powerful, but heavyweight. Designed for deep work, not quick scanning.

The Solution

One window. All your repos. Always live.

FinderGit — ~/Developer

my-ios-app

main
Clean

api-server

develop
3 changes

design-system

feat/tokens
2 ahead

landing-page

main
Clean

cli-tools

v2.0
1 change

Features

Everything you need, nothing you don't

Live Git Status

Branch, clean/dirty/unpushed state, changed files — updated in real time.

Sortable Columns

Browse files in an outline table sorted by branch, status, changes, size, or date.

Inline Diff Viewer

Click any modified file to see a colored diff with line numbers.

Git Actions

Stage, commit, push, pull, fetch, and switch branches without leaving the app.

Search & Filter

Filter by name instantly or toggle "Git Only" to show just your repositories.

Markdown Preview

Press Space to preview .md files with a beautiful GitHub-style theme.

Diff Viewer

See every change at a glance

src/components/Header.swift

+12

-4

14

14

struct HeaderView: View {

15

let title = "My App"

15

+ @State var title: String

16

+ @State var isExpanded = false

17

17

18

18

var body: some View {

19

Text(title)

19

+ VStack {

20

+ Text(title).font(.headline)

21

+ if isExpanded {

22

+ DetailView()

23

+ }

24

+ }

25

25

}

26

26

}

Built for macOS

100% native SwiftUI. Fast. Familiar. Yours.

SwiftUI
Quick Look
Keyboard Shortcuts
Context Menus
Universal Binary
Apple Silicon
Intel Support

No Electron. No web views. A real macOS app that feels like it belongs on your Mac.

Inline diff viewer
Repository detail panel
Native Markdown preview via Quick Look

Get Started

Your repos were never meant to be invisible.

Download FinderGit and see everything, everywhere, all at once.

Download for macOS

Free · macOS 15 Sequoia or later

FAQ

Frequently Asked Questions