frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Webtor – open-source torrent streaming engine

https://webtor.io
34•vintikzzzz•1y ago
Hi HN,

I built Webtor — an open-source engine that lets you stream .torrent and magnet links directly in the browser.

- No swarm exposure — all torrent traffic runs server-side

- In-browser playback via HLS

- Progressive download with resume support

- Lightweight JS SDK and public API

- Fully self-hostable via Docker

Demo: https://webtor.io

GitHub: https://github.com/webtor-io

SDK: https://github.com/webtor-io/embed-sdk-js

Self-hosted: https://github.com/webtor-io/self-hosted

API: https://rapidapi.com/paveltatarsky-Dx4aX7s_XBt/api/webtor

Would love feedback!

Comments

harvey9•1y ago
It looks like if I use your hosted service to stream then you become the distributor of any copyright material in that torrent. Is that correct, and if so aren't you likely to be taken down or blocked in jurisdictions where that is enforced?
angra_mainyu•1y ago
Popcorn time seems like the safer bet
vintikzzzz•1y ago
True, Popcorn Time was slick — but if I remember correctly, it runs as a local app and immediately connects you to the swarm. That means your IP is exposed and you’re technically distributing content while watching it.

Webtor works differently — all torrent traffic goes through the backend, and your browser just receives the stream over HTTPS. No swarm connection from the user side at all.

So it’s not as feature-rich maybe, but it’s built with privacy and accessibility in mind — especially for people who can’t or don’t want to touch P2P directly.

vintikzzzz•1y ago
That’s a valid concern, and I’m aware of the risks involved.

Webtor is a tool, not a content provider — it doesn’t index or host anything itself. Users supply their own torrent or magnet links, and the system processes them on demand, like a torrent client with a browser interface.

That said, if someone uses the hosted version to stream content that triggers a copyright complaint — yes, I may receive a DMCA notice, and in that case I’ll take the content down as required.

This is also exactly why the project is fully open-source and self-hostable — anyone can run it privately, with full control and different legal boundaries depending on their jurisdiction.

noman-land•1y ago
If this is a tool and doesn't host any content, what exactly will you be taking down upon receiving a DMCA?
KomoD•1y ago
> what exactly will you be taking down upon receiving a DMCA?

Content on the hosted instance...?

vintikzzzz•1y ago
Good question.

Even though Webtor doesn’t host or index any content itself, users can generate direct links like https://webtor.io/{infohash} to access specific torrents. Sometimes these links get shared publicly — on forums, blogs, or aggregators — and that’s usually how DMCA notices find their way to me.

When that happens, I remove access to that specific infohash from the hosted service. It’s not about removing stored files (since there’s no persistent storage), but about disabling further processing of that particular torrent.

toomuchtodo•1y ago
Looks like an open source version of put.io? Very cool! You might list hosters and jurisdictions where it’s friendly to host the remote torrent component and they’ll ignore IP claims and other copyright holder love letters.
doublerabbit•1y ago
Any documentation on how to self-host without Docker?

I use FreeBSD.

vintikzzzz•1y ago
There are currently around 14 individual components involved — torrent engine, HLS pipeline, subtitles, storage, APIs, etc.

It’s technically possible to run everything manually without Docker, but you’d need to wire all services together, manage configs, ports, and background jobs.

That’s why I strongly recommend the Docker setup — it’s the easiest way to get things running.

You can absolutely take a look at the Dockerfile (https://github.com/webtor-io/self-hosted/blob/main/Dockerfil...). It should give you a clear idea of how things are connected, if you want to replicate it manually on FreeBSD.

0manrho
•
1y ago
> or host anything itself.

It does, or there would be nothing to download.

> and the system processes them on demand > Webtor is a tool, not a content provider

By assembling the chunks into content it then provides via a link to download.

Is the implication here that the data is transient (eg time-gated or single use links) or something?

We're in the age of AI and Automation. Just because you aren't publishing an index of your content doesn't mean there aren't plenty of others searching, indexing, scraping, and aggregating it, nor does it mean the content isn't provided to the internet/public.

vintikzzzz•1y ago
The content is only partially downloaded to the servers, and only on demand. Storage is limited — old, inactive cached data is removed when space is needed for new requests.

There’s also the ability to revisit previously used content via direct links like https://webtor.io/{infohash} — this lets users bookmark a stream or return to it later. However, availability still depends on whether the content is cached or needs to be fetched again.

I actually experimented with making content indexable in the past, but many torrents turned out to be pirated — and eventually triggered DMCA notices. So I chose not to publicly expose anything on the hosted version.

Automation is possible: there’s a public API and a lightweight SDK for embedding content into external websites.

Show HN: InstantVideos.org – short documentaries in ~30 seconds

https://instantvideos.org/
7•pw•4h ago•15 comments

Show HN: Pulpie – Models for Cleaning the Web

https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/
82•snyy•12h ago•24 comments

Show HN: Otari: your open-source LLM control plane

https://github.com/mozilla-ai/otari
13•angpt•7h ago•1 comments

Show HN: LLM Thought Visualization

https://github.com/ninjahawk/Subtext
11•ninjahawk1•4h ago•0 comments

Show HN: Tarot.free – Free Tarot Readings

https://tarot.free/
3•nadermx•3h ago•2 comments

Show HN: Dedtxt is a quiet, cross-platform plain-text editor

https://dedtxt.app/
4•chrisportka•4h ago•1 comments

Show HN: GeoLens – a self-hosted catalog and map builder for spatial data

https://getgeolens.com/
3•ishiland•4h ago•0 comments

Show HN: Capsule – E2E encrypted file sharing

https://withcapsule.dev/
2•seanathan•4h ago•0 comments

Show HN: orzma – a terminal emulator that renders webviews inside the terminal

https://github.com/not-elm/orzma
7•notelm•9h ago•8 comments

Show HN: Cindy – Managing infrastructure at breakneck speed

https://cindy.rs
2•martinkroner•5h ago•0 comments

Show HN: Focal Harvest – CLI research pipeline to search, scrape and notify

https://github.com/techno-neighbour/focal-harvest
7•xlr8_track•10h ago•0 comments

Show HN: L9gpu – GPU telemetry that ties each GPU to the K8s pod or Slurm job

https://github.com/last9/gpu-telemetry
12•nishantmodak•5h ago•0 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
220•homegamesjoseph•1d ago•54 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
56•PatchRequest•1d ago•19 comments

Show HN: Schwifty – quickly find and reuse previously executed commands

https://github.com/vanesterik/schwifty
2•bakkerinho•6h ago•1 comments

Show HN: Nimbus - open-source AI agent that operates your AWS and GCP

https://github.com/hritvikgupta/nimbus
2•hritvik29•6h ago•0 comments

Show HN: I Built LangGraph for Swift

https://github.com/christopherkarani/Swarm
24•christkarani•13h ago•3 comments

Show HN: Autoops – Multi-region data and service mesh operated by a Makefile

https://github.com/neospe/autoops
2•leschak•6h ago•0 comments

Show HN: Noriento – Train your sense of direction

https://noriento.com/
3•markoberkes•6h ago•1 comments

Show HN: Aestheticscience.net – A website for rating academic papers

https://aestheticscience.net/
3•pswjt•6h ago•0 comments

Show HN: An interactive, interlinked city exploration project (St. Louis)

https://stlouing.com/
6•stlouing•9h ago•1 comments

Show HN: Free keyword search volume data

https://www.seodata.dev/
3•alentodorov•6h ago•1 comments

Show HN: Built multi-hop passenger transfer routing for a browser train SIM

https://overlandgame.netlify.app/
2•aashishharishch•6h ago•1 comments

Show HN: Branchless-nccl-router ver.JAX (GPUs cannot rest)

https://github.com/PJHkorea/branchless-nccl-router
2•PJHkorea•7h ago•1 comments

Show HN: Scan your AI agents for dangerous capabilities

https://github.com/makerchecker/MakerChecker
41•smashini•15h ago•19 comments

Show HN: Found.as – small contact page / digital business card

https://found.as/
3•ptramo•7h ago•1 comments

Show HN: LangChain's OpenWiki agent based on PI.dev harness

https://github.com/barvhaim/pi-openwiki
2•bignet•7h ago•1 comments

Show HN: Dike is a compliance gateway for AI products in the EU

https://d1k3.com
2•orbanlevi•7h ago•1 comments

Show HN: Paint the Earth on a live, interactive globe (collaborative art.)

https://earth.tattoo
18•earth-tattoo•17h ago•14 comments

Show HN: DemandMap – Memory Mapping S3 into Polars on macOS Without FUSE

https://github.com/sonthonaxrk/demandmap
2•sonthonax•7h ago•0 comments