{"id":13586846,"url":"https://github.com/gromgit/homebrew-fuse","last_synced_at":"2025-04-06T06:11:23.689Z","repository":{"id":37036382,"uuid":"328357964","full_name":"gromgit/homebrew-fuse","owner":"gromgit","description":"gromgit's FUSE tap","archived":false,"fork":false,"pushed_at":"2024-02-14T16:24:42.000Z","size":261,"stargazers_count":293,"open_issues_count":6,"forks_count":34,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-02-14T21:45:36.833Z","etag":null,"topics":["fuse-filesystem","homebrew","macos"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gromgit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-10T10:37:56.000Z","updated_at":"2024-08-01T16:33:26.499Z","dependencies_parsed_at":"2024-08-01T16:42:54.112Z","dependency_job_id":null,"html_url":"https://github.com/gromgit/homebrew-fuse","commit_stats":null,"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromgit%2Fhomebrew-fuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromgit%2Fhomebrew-fuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromgit%2Fhomebrew-fuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromgit%2Fhomebrew-fuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gromgit","download_url":"https://codeload.github.com/gromgit/homebrew-fuse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441053,"owners_count":20939239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuse-filesystem","homebrew","macos"],"created_at":"2024-08-01T15:05:51.326Z","updated_at":"2025-04-06T06:11:23.665Z","avatar_url":"https://github.com/gromgit.png","language":"Ruby","readme":"# gromgit's macOS FUSE stuff\n\nThis tap exists to support macOS FUSE-related software that have been dropped from Homebrew core.\n\n---\n\n# !!! WARNING: Reduced Build Coverage !!!\n\nAll my old Intel Mac hardware is dead, and I'm not inclined to spend additional resources spinning up VMs or building Hackintoshes at this stage. As of 2025-Feb-10, the only bottles built will be for those macOS versions supported by GitHub runners (currently Ventura on Intel and Sonoma on ARM). Sorry.\n\n---\n\n## How do I install these formulae?\n\nFirst, 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:\n1. As far as I know, Homebrew will not remove them from your system, even after the formulae themselves are deleted.\n1. Many of these formulae are rather old, so you're unlikely to find updates anyway.\n\nBut if you _do_ want to install my formulae over the core ones, you should uninstall the core formulae first.\n\n## Documentation\n\n`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).\n\n## FAQ\n\n### Why is XYZ not available?\n\nIt's probably available, but with a `-mac` suffix to avoid name clashes with Homebrew core (e.g. `sshfs` becomes `sshfs-mac`).\n\nIf you can't find it under its new name, possible reasons include:\n1. All available versions of `XYZ` require version 3 of the libfuse API, but macFUSE only supports v2.\n1. 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. 😀\n\n### Why is XYZ so old?\n\nPossible reasons:\n1. 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.\n1. `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.\n1. 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. 😀\n\n### Why is the XYZ formula called `XYZ-mac`?\n\nTo avoid a naming conflict with the formula called `XYZ` that still exists in Homebrew core.\n\n### Why is the XYZ _program_ installed as `XYZ-mac`?\n\n`brew info gromgit/fuse/XYZ-mac` and read the _Caveats_ section.\n\n### Why does Homebrew say I need to build `XYZ-mac` from source?\n\nAll my old Intel Mac hardware is dead, so I'm relying now on the free GitHub runners to build bottles.\n\n### Why can't I build XYZ on an ARM Mac?\n\nHomebrew 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).\n\n## Why aren't you using fuse-t in place of MacFUSE?\n\nAs 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.\n\nFor this to happen, at least one of the following needs to happen:\n\n1. **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\n1. **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\n\nIf 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.\n","funding_links":[],"categories":["Ruby","homebrew"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgromgit%2Fhomebrew-fuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgromgit%2Fhomebrew-fuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgromgit%2Fhomebrew-fuse/lists"}