# arvidn/libtorrent

an efficient feature complete C++ bittorrent implementation

Repository: https://github.com/arvidn/libtorrent
Canonical: https://ross.abutalabs.com/products/libtorrent
Homepage: http://libtorrent.org
Language: C++
License: NOASSERTION
License Family: other
Topics: bittorrent, cpp, library
Last push: 2026-08-26T21:38:30+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 85, longevity 100
- inputs: {"age_days": 4109, "days_push": 7, "days_rel": 23, "gap_med": 31.0, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6040, forks 1093 (observed 2026-08-28T04:09:34.538705+00:00)

## What it is
libtorrent is a feature-complete, efficient C++ library implementing the BitTorrent protocol with support for popular extensions including BitTorrent v2, DHT, uTP, and magnet links. It is designed for real-world deployment, scaling from embedded devices to high-performance servers, and includes Python bindings.

## Use cases
- build a bittorrent client in C++
- embed torrent downloading into a desktop application
- add bittorrent support to an embedded device
- download files via magnet links programmatically
- create and seed torrent files from a server
- python bindings for bittorrent downloading

## When to choose
- you need a production-grade, efficient BitTorrent implementation in C++
- you need BitTorrent v2, DHT, and extension protocol support
- you need a library that runs on both embedded devices and servers
- you want Python bindings for torrent functionality

## When to avoid
- you need a ready-to-use end-user torrent client GUI rather than a library
- your project is not C++/Python and lacks bindings for your language
- you only need simple HTTP file downloads without peer-to-peer

## Facets
- artifact type: library
- maturity: stable
- function: p2p, networking, file-system, concurrency
- domain: networking, developer-tools, cross-platform
- platform: windows, cpp, python, cross-platform
- tags: bittorrent, torrent-client, file-sharing, dht, magnet-links, embedded, linux, macos

## Member repositories
- arvidn/libtorrent (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:34.538705+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:48:58.124940+00:00, confidence not recorded.
  - readme: https://github.com/arvidn/libtorrent (fetched 2026-08-28T04:09:34.538705+00:00, sha 66442144f10e)
  - homepage: http://libtorrent.org (fetched 2026-08-29T08:45:19.349190+00:00, sha 7754caf3eec9)
  - site_page: http://libtorrent.org/features-ref.html (fetched 2026-08-29T08:45:19.622561+00:00, sha f279866e2f7b)
  - site_page: http://libtorrent.org/reference.html (fetched 2026-08-29T08:45:19.698509+00:00, sha a233fe853f58)
- Data as of 2026-08-30T08:39:29.467469+00:00.
