libtorrent-rakshasa
brew install libtorrent-rakshasa
v0.16.14
GPL-2.0-or-later
BitTorrent library with a focus on high performance
490
30-day installs · #1768
1.3k
90-day · #1960
4.0k
365-day · #2144
984
★ GitHub stars · updated 2mo ago
Runtime dependencies
Build dependencies
Links
- https://github.com/rakshasa/libtorrent
- GitHub: rakshasa/libtorrent
- Brew formula source: Formula/lib/libtorrent-rakshasa.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"autoconf",
"automake",
"libtool",
"pkgconf"
],
"categories": [],
"caveats": null,
"conflicts_with": [
"libtorrent-rasterbar"
],
"dependencies": [
"openssl@3"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "BitTorrent library with a focus on high performance",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:39+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "libtorrent-rakshasa",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-20T08:14:43Z",
"github_readme_excerpt": "LibTorrent\n========\n\nIntroduction\n------------\n\nHigh performance torrent library for multiple clients.\n\nLibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transferring directly from file pages to the network stack.\n\n\nTo learn how to use libtorrent visit the [Wiki](https://github.com/rakshasa/libtorrent/wiki).\n\nRelated Projects\n----------------\n\n* [https://github.com/rakshasa/rbedit](https://github.com/rakshasa/rbedit): A dependency-free bencode editor.\n* [https://github.com/rakshasa/rtorrent](https://github.com/rakshasa/rtorrent): high performance ncurses based torrent client\n\n\n\nDonate to rTorrent development\n------------------------------\n\n* [Paypal](https://paypal.me/jarisundellno)\n* [Patreon](https://www.patreon.com/rtorrent)\n* [SubscribeStar](https://www.subscribestar.com/rtorrent)\n* Bitcoin: 1MpmXm5AHtdBoDaLZstJw8nupJJaeKu8V8\n* Ethereum: 0x9AB1e3C3d8a875e870f161b3e9287Db0E6DAfF78\n* Litecoin: LdyaVR67LBnTf6mAT4QJnjSG2Zk67qxmfQ\n* Cardano: addr1qytaslmqmk6dspltw06sp0zf83dh09u79j49ceh5y26zdcccgq4ph7nmx6kgmzeldauj43254ey97f3x4xw49d86aguqwfhlte\n\n\nHelp keep rTorrent development going by donating to its creator.\n\nBUILD DEPENDENCIES\n--------\nUbuntu, for example\n```\nsudo apt install make curl-libcurlpp-dev autoconf\n```\n\nBUILDING\n--------\n\nJump into the github cloned directory\n\n```\ncd libtorrent\n```\n\nCreate config files\n```\nautoreconf -ivf\n```\n\nPerform configuration\n```\n./configure\n```\n\nCompile, slowest option.\n```\nmake\n```\n\nOR Optionally compile with multiple worker threads, optimal number of threads is number of cores -1 for fastest compile time. For example : a 4 core machine should compile with only 3 cores, an 8-core machine 7, etc.) \n```\nmake -j7\n```\n\nInstall\n```\nmake install\n```\n\n",
"github_repo": "rakshasa/libtorrent",
"github_stars": 984,
"github_topics": [],
"homepage": "https://github.com/rakshasa/libtorrent",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 490,
"installs_365d": 3952,
"installs_90d": 1279,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "GPL-2.0-or-later",
"llm_generated_at": null,
"llm_model": null,
"name": "libtorrent-rakshasa",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1768,
"rank_365d": 2144,
"rank_90d": 1960,
"raw_hash": "cdfcbd3603e0ebfc",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/lib/libtorrent-rakshasa.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"curl"
],
"version_head": null,
"version_stable": "0.16.14",
"versioned_formulae": [],
"why_use_this": null
}