Skip to content

HUBFS 2022 Beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@billziss-gh billziss-gh released this 08 Mar 15:55
· 56 commits to master since this release
v1.0B1

HUBFS is a file system for GitHub and Git. Git repositories and their contents are represented as regular directories and files and are accessible by any application, without the application having any knowledge that it is really accessing a remote Git repository. The repositories are writable and allow editing files and running build operations.

HUBFS

Installation

  • Windows: Use either the MSI installer (if you want Explorer integration) or the ZIP file. You will also need to install the latest version of WinFsp.

  • Linux: Use the ZIP file, which should run on x64 glibc distros. You will also need FUSE.

  • macOS: Use the ZIP file, which contains a universal binary that should run on both x64 and arm64 systems. You will also need macFUSE.

For more information see the project README.