ArtBranch
A visual file browser for designers using Git repositories with LFS support.
Think of it as Finder meets Git — a beautiful, visual way to work with your design assets without learning command-line Git.
Version v0.5.0 • macOS 15.0+
For Designers
Stop losing track of file versions. Stop emailing yourself "final-final-v3.psd". Start using Git the easy way.
Visual Browser
Browse design files with thumbnails, just like Finder but better.
Complete History
See the complete history of any file, never lose a version again.
Version Compare
Compare old vs new versions side-by-side with zoom and pan.
Team Sync
Sync changes from your team with a single click.
Rich Previews
Preview Sketch, Figma, PSD, AI, PDF, images, and more.
Git LFS Support
Handle large design files efficiently with Git LFS.
Getting Started
1. Install the App
Download and install ArtBranch for macOS 15.0+ (Sequoia or later).
Download ArtBranch v0.5.02. Set Up Git LFS
Git LFS handles large design files efficiently. Install it once:
# macOS
brew install git-lfs
# After installation
git lfs install 3. Create Your Storage Repository
Fork our template repository optimized for design files:
- Go to art-branch-storage
- Click "Fork" to create your own copy
- Clone it to your Mac
git clone git@github.com:YOUR-USERNAME/art-branch-storage.git 4. Open in ArtBranch
- Launch ArtBranch
- Click "Open Repository" in the toolbar
- Select your art-branch-storage folder
- Start browsing! 🎉
Using ArtBranch
Browse Your Files
- Left sidebar: Navigate folders and projects
- Center grid: See all files with thumbnails
- Right panel: Preview selected file
- History tab: View all versions of a file
Compare Versions
- Select any file
- Click the "History" tab
- Click on any commit to see that version
- View current vs old version side-by-side
Add New Files
Add files to your repository using Finder or command line:
# Navigate to your project
cd art-branch-storage/projects/my-project
# Add your design file
cp ~/Downloads/logo.sketch branding/logos/source/
# Commit it
git add .
git commit -m "Add new logo design"
git push Then click "Sync" in ArtBranch to see your new files.
Requirements
- macOS 15.0+ (Sequoia or later)
- Git installed (comes with macOS)
- Git LFS extension
Ready to get started?
Download ArtBranch and start managing your design files with Git.
Download for macOS