webtorrent-cli

Stream torrents directly from the command line without downloading

brewmacoslinux
Try with needOr install directly
Source

About

Command-line streaming torrent client

Commands

webtorrent

Examples

Stream a torrent file and pipe to a media player$ webtorrent download 'magnet:?xt=urn:btih:...' --stdout | vlc -
Download a torrent file to current directory$ webtorrent download path/to/file.torrent
Stream a torrent by magnet link with player$ webtorrent 'magnet:?xt=urn:btih:...' --vlc