// Download
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.
version 0.1.0
Optional, for git-bale mount: install
fuse-t. Everything else works without it.
$ 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 →
version 0.1.0
Optional, for git-bale mount: install
libfuse2. Everything else works without it.
$ 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 →
version 0.1.0
Optional, for git-bale mount: install
WinFsp. Everything else works without it.
> 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 →