Stream torrents like video.

trnt plays a torrent's video straight in your browser — pick a file and it starts, no waiting for the whole download. A serverless streamer that runs entirely on your machine.

Two pieces, one machine

The browser extension

Add a magnet or a .torrent, then watch. The extension is the surface — it detects torrents, drives playback, and talks to the helper over a private local channel. Nothing leaves your computer.

The native helper

A small program that runs a loopback daemon on your machine: it joins the swarm, fetches the bytes the player needs next, and streams the video to the extension. Install it once and forget it.

Install the helper

The extension needs the native helper to stream. Grab the build for your system — it's the same signed binary the extension keeps up to date.

Signed installers are on the way. Check back soon — this page will offer the right download for your system automatically.

Prefer to build it yourself? The helper lives in trnt-host/ in the project repository.