You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-5
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ All my old Intel Mac hardware is dead, and I'm not inclined to spend additional
14
14
15
15
First, if you've already installed FUSE formulae from the core tap _before_ they were disabled, you might _not_ want to switch over to my formulae, because:
16
16
1. As far as I know, Homebrew will not remove them from your system, even after the formulae themselves are deleted.
17
-
2. Many of these formulae are rather old, so you're unlikely to find updates anyway.
17
+
1. Many of these formulae are rather old, so you're unlikely to find updates anyway.
18
18
19
19
But if you _do_ want to install my formulae over the core ones, you should uninstall the core formulae first.
20
20
@@ -30,14 +30,14 @@ It's probably available, but with a `-mac` suffix to avoid name clashes with Hom
30
30
31
31
If you can't find it under its new name, possible reasons include:
32
32
1. All available versions of `XYZ` require version 3 of the libfuse API, but macFUSE only supports v2.
33
-
2. I might not have gotten around to getting it up. [File an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) to get my attention. 😀
33
+
1. I might not have gotten around to getting it up. [File an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) to get my attention. 😀
34
34
35
35
### Why is XYZ so old?
36
36
37
37
Possible reasons:
38
-
1. Current `XYZ` requires libfuse v3, so I found and bottled the last version that requires libfuse v2.
39
-
2.`XYZ` was abandoned by its authors. If you know of a revived fork of such software, [file an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) with the details and I'll see what can be done.
40
-
3. I might not have gotten around to updating it yet. [File an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) to get my attention. 😀
38
+
1. Current `XYZ` requires FUSE 3, which is not supported by all known macOS FUSE drivers, so the version you see is the latest one that can be built on macOS.
39
+
1.`XYZ` was abandoned by its authors. If you know of a revived fork of such software, [file an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) with the details and I'll see what can be done.
40
+
1. I might not have gotten around to updating it yet. [File an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose) to get my attention. 😀
41
41
42
42
### Why is the XYZ formula called `XYZ-mac`?
43
43
@@ -54,3 +54,14 @@ All my old Intel Mac hardware is dead, so I'm relying now on the free GitHub run
54
54
### Why can't I build XYZ on an ARM Mac?
55
55
56
56
Homebrew currently [filters out `/usr/local` entirely during ARM-based builds](https://github.com/Homebrew/brew/blob/04532cb6216b69a5b067aa7a4e22cff0944b257d/Library/Homebrew/shims/super/cc#L266-L270). I've devised a workaround for this, that seems to work well on both Intel and ARM GitHub runners. If you still can't build it, please [file an issue](https://github.com/gromgit/homebrew-fuse/issues/new/choose).
57
+
58
+
## Why aren't you using fuse-t in place of MacFUSE?
59
+
60
+
As of 2025-Feb-16, [fuse-t](https://github.com/macos-fuse-t/fuse-t) is certainly interesting, but not enough of an improvement to make me force everyone to move over.
61
+
62
+
For this to happen, at least one of the following needs to happen:
63
+
64
+
1.**open source**, so there's a hope of getting it into Homebrew core _a la_`libfuse{,@2}`, and get rid of all the `require` hackery in these formulae
65
+
1.**FUSE 2 and 3 support**, so we're not stuck in the past with half these formulae, but are still able to build older FUSE 2 formulae
66
+
67
+
If any macOS FUSE implementation achieves *all* the above, I'm prepared to move everything over. Heck, if point 1 is achieved, this repo may itself become defunct.
0 commit comments