// Download

Get the Bale for Git client.

The client for your platform — unpack, drop git-bale on your PATH, and you're set. We detected your OS; pick another below if that's not you.

git-bale for macOS

version 0.1.0

Optional, for git-bale mount: install fuse-t. Everything else works without it.

install · macOS

$ tar -xzf bale-client-*.tar.gz

$ sudo mv git-bale /usr/local/bin/ # put git-bale on your PATH

$ git-bale install # per-user git filter

$ git-bale install --local # or per-repo git filter

Inside a Bale-enabled clone, git add / push just work from here. New to it? Try the demo repo →

git-bale for Linux

version 0.1.0

Optional, for git-bale mount: install libfuse2. Everything else works without it.

install · Linux

$ tar -xzf bale-client-*.tar.gz

$ sudo mv git-bale /usr/local/bin/ # put git-bale on your PATH

$ git-bale install # per-user git filter

$ git-bale install --local # or per-repo git filter

Inside a Bale-enabled clone, git add / push just work from here. New to it? Try the demo repo →

git-bale for Windows

version 0.1.0

Optional, for git-bale mount: install WinFsp. Everything else works without it.

install · Windows

> tar -xf bale-client-0.1.0-x86_64-pc-windows-gnu.zip # Windows 10+ ships tar

> move git-bale.exe C:\Tools\ # a folder on your PATH

> git-bale install

Inside a Bale-enabled clone, git add / push just work from here. New to it? Try the demo repo →