Skip to content

FUSE Gateway v0.1.0 — Self-Signed Developer Preview

Pre-release
Pre-release

Choose a tag to compare

@Airine Airine released this 30 Aug 05:11
· 2 commits to main since this release

FUSE Gateway v0.1.0 — Self-Signed Developer Preview

FUSE Gateway runs standard Linux FUSE filesystems on Apple Silicon Macs through
an isolated Virtualization.framework VM and macOS's built-in encrypted, signed
SMB3 client.

Important signing notice

This is an interim self-signed/ad-hoc-signed Developer Preview. The included
executables have ad-hoc code signatures and the public virtualization entitlement,
but the PKG has no Developer ID Installer identity and has not been notarized by
Apple. It must not be treated as a verified-publisher release.

Read SELF_SIGNED_INSTALL.md and verify SHA256SUMS before installation.

shasum -a 256 -c SHA256SUMS
sudo installer -pkg FUSE-Gateway-0.1.0-arm64-self-signed.pkg -target /
fgw doctor
fgw demo

Installation may require administrator authorization once. Starting VMs,
mounting, and unmounting do not use sudo, a privileged helper, macFUSE, a kext,
or a System Extension.

Scope

  • Apple Silicon and macOS 26 or later
  • fgw demo built-in playground
  • Public linux/arm64 OCI images
  • libfuse2/libfuse3, Rust fuser, and Go FUSE integration contract
  • Strict and fast SMB profiles
  • English and Simplified Chinese documentation

Not included: Intel Macs, GUI/menu bar, automatic updates, private registry
login, or verified Developer ID/notarization.