Skip to content

Releases: winfsp/hubfs

HUBFS 2022 Beta1

08 Mar 15:55
v1.0B1
Compare
Choose a tag to compare
HUBFS 2022 Beta1 Pre-release
Pre-release

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.

HUBFS 2021 Beta1

07 Apr 00:22
v0.1B1
Compare
Choose a tag to compare
HUBFS 2021 Beta1 Pre-release
Pre-release

HUBFS · File System for GitHub

This is the first release of HUBFS, the file system for GitHub. HUBFS is a cross-platform file system that has been tested on Windows, macOS and Linux. Currently only binaries for Windows are provided. Binaries for additional platforms will likely be provided in the near future.

For more information on HUBFS see its README.

Windows installation

  • Install the latest version of WinFsp.
  • Install HUBFS either via the MSI installer file or the compressed ZIP file. The MSI file provides machine-wide installation and better Windows integration (enabling features such as "Map Network Drive" and net use); however it requires Administrator privileges. The ZIP file simply provides the HUBFS executable without further system integration and the need for Administrator privileges; it can be used from the command line or scripts.