Download
Latest: v1.0.1
Quick Install
Shell
$ curl -fsSL https://ghfs.dev/install.sh | sh Automatically detects your OS and architecture, then installs the appropriate binary.
Manual Download
Verify Signatures
All release checksums are signed with our GPG key. If you installed via the install script, signature verification is automatic when gpg is available.
GPG Fingerprint
5775 CCF3 50AB 2C8D 2800 C4C2 73B5 8B4B A9F5 7FD8 Manual verification
$ curl -fsSL https://ghfs.dev/gpg-public-key.asc | gpg --import
$ gpg --fingerprint 5775CCF350AB2C8D2800C4C273B58B4BA9F57FD8
Verify the fingerprint matches the value shown above.
$ gpg --verify ghfs_1.0.1_checksums.txt.sig ghfs_1.0.1_checksums.txt
$ sha256sum -c ghfs_1.0.1_checksums.txt
macOS: shasum -a 256 -c ghfs_1.0.1_checksums.txt
System Requirements
| Platform | FUSE | Notes |
|---|---|---|
| macOS (ARM64) | macFUSE | macOS 15.4 or later |
| Linux (x86_64 / ARM64) | libfuse3 | apt install fuse3 / dnf install fuse3 |