🍺 BREW Explorer

← all formulae

btfs

brew install btfs v3.1 GPL-3.0-only

BitTorrent filesystem based on FUSE

2
30-day installs · #13379
5
90-day · #14698
12
365-day · #16668
3.9k
★ GitHub stars · updated 5mo ago

Runtime dependencies

Build dependencies

GitHub topics

bittorrent brew btfs debian filesystem fuse libtorrent linux macos osxfuse ubuntu

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "autoconf",
    "automake",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "curl",
    "libfuse",
    "libtorrent-rasterbar",
    "openssl@3"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "BitTorrent filesystem based on FUSE",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:00+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "btfs",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-03-14T18:16:59Z",
  "github_readme_excerpt": "# BTFS (bittorrent filesystem)\n\n## What is this?\n\nWith BTFS, you can mount any **.torrent** file or **magnet link** and then use it as any read-only directory in your file tree. The contents of the files will be downloaded on-demand as they are read by applications. Tools like **ls**, **cat** and **cp** works as expected. Applications like **vlc** and **mplayer** can also work without changes.\n\n## Example usage\n\n    $ mkdir mnt\n    $ btfs video.torrent mnt\n    $ cd mnt\n    $ vlc video.mp4\n\nTo unmount and shutdown:\n\n    $ fusermount -u mnt\n\n## Installing on Debian/Ubuntu\n\n    # apt-get install btfs\n\n## Installing on Arch Linux\n\n    # pacman -S btfs\n\n## Installing on Gentoo\n\n    # emerge -av btfs\n    \n## Installing on Fedora\n\n    # dnf install fuse-btfs\n    \n## Installing on Fedora OSTree\n\n    $ rpm-ostree install fuse-btfs\n    \n## OpenSUSE\n\n    # zypper install btfs\n    \n## Installing on macOS\n\nUse [`brew`](https://brew.sh) to install on macOS.\n\n    $ brew install btfs\n\n## Dependencies (on Linux)\n\n* fuse3 (\"fuse3\" in Ubuntu 22.04)\n* libtorrent (\"libtorrent-rasterbar8\" in Ubuntu 22.04)\n* libcurl (\"libcurl4\" in Ubuntu 22.04)\n\n## Building from git on a recent Debian/Ubuntu\n\n    $ sudo apt-get install autoconf automake libfuse3-dev libtorrent-rasterbar-dev libcurl4-openssl-dev g++\n    $ git clone https://github.com/johang/btfs.git btfs\n    $ cd btfs\n    $ autoreconf -i\n    $ ./configure\n    $ make\n\nAnd optionally, if you want to install it:\n\n    $ make install\n\n## Building on macOS\n\nUse [`brew`](https://brew.sh) to get the dependencies.\n\n    $ brew install --cask macfuse libtorrent-rasterbar autoconf automake pkg-config\n    $ git clone https://github.com/johang/btfs.git btfs\n    $ cd btfs\n    $ autoreconf -i\n    $ ./configure\n    $ make\n\nAnd optionally, if you want to install it:\n\n    $ make install\n",
  "github_repo": "johang/btfs",
  "github_stars": 3948,
  "github_topics": [
    "bittorrent",
    "brew",
    "btfs",
    "debian",
    "filesystem",
    "fuse",
    "libtorrent",
    "linux",
    "macos",
    "osxfuse",
    "ubuntu"
  ],
  "homepage": "https://github.com/johang/btfs",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 2,
  "installs_365d": 12,
  "installs_90d": 5,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-3.0-only",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "btfs",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 13379,
  "rank_365d": 16668,
  "rank_90d": 14698,
  "raw_hash": "9b8b76f2e0679468",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/b/btfs.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "3.1",
  "versioned_formulae": [],
  "why_use_this": null
}