mafintosh/torrent-stream
The low level streaming torrent engine that peerflix uses observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4560
- days_rel: n/a
- days_push: 2098
- n_releases_24m: 0
Adoption not part of the score
1973 stars · 228 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
torrent-stream is a low-level Node.js streaming torrent client that exposes files inside a torrent as readable streams, downloading pieces on demand. It is the engine underlying peerflix and supports magnet links, DHT, trackers, and selective file streaming.
Use cases
- stream a video from a torrent without downloading the whole file first
- download only specific files from a torrent via magnet link
- pipe torrent file contents into another Node.js stream
- build a torrent-based media player or CLI like peerflix
- selectively fetch pieces of a torrent on demand
When to choose
- you need programmatic, stream-based access to torrent file contents in Node.js
- you want on-demand piece downloading rather than full sequential download
- you're building a higher-level tool like a torrent streaming player
When to avoid
- you need a full-featured torrent client with a UI (use WebTorrent or a desktop client)
- you need active maintenance and recent updates (last release was 2020)
- you want browser support (this is Node.js only)
Facets
library · maturity maintenance
streaming p2p http-server media files networking cross-platform torrent bittorrent magnet-links node-streams peer-to-peer video-streaming nodejs
2 sources
- readme: https://github.com/mafintosh/torrent-stream · fetched 2026-08-28 · b09c742bc13b
- registry_npm: https://registry.npmjs.org/torrent-stream · fetched 2026-08-29 · a0f788322dd4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mafintosh/torrent-stream | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mafintosh/torrent-stream")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem