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: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

https://narilabs.com/blog/nari-labs-leads-coval-voice-ai-benchmarks/
38•toebee•4h ago•10 comments

Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme

https://www.neobrutalism.dev/
103•samke-•5h ago•46 comments

Show HN: Apollo Lunar Module landing simulation

https://gosandeep.com/eagles-descent/
24•gosandeep•5d ago•1 comments

Show HN: Pelican-bicycle alternatives

https://gally.net/temp/20260914pelican-alternatives/index.html
94•tkgally•7h ago•38 comments

Show HN: Kinesis – Control your Mac with the Meta Neural Band

https://github.com/callbacked/kinesis
105•callbacked•9h ago•32 comments

Show HN: Pull every comment out of a Google Sheet, in the browser

https://bensunter.com/commentpulse.html
2•bsunter2•1h ago•0 comments

Show HN: Fly.exe – An EON systems like virtual fruit fly uploaded to computer

https://github.com/Ibtisam-Mohammad/Fly.exe
20•Ibti_sam•5h ago•4 comments

Show HN: Pushie – Get notified with a simple webhook

https://pushie.net
14•vasanthv•6h ago•6 comments

Show HN: Is this photo edited? Client-side image forensics

https://vajba.com/image-forensics/
16•trivsamt•4d ago•7 comments

Show HN: Threshyr – An offline automatic time tracker with on-device AI

https://threshyr.com
3•affanBajwa•3h ago•1 comments

Show HN: I built Otis, a minimal AI agent that runs local models out of the box

https://triangllabs.ai/otis
14•petrenk0n•8h ago•1 comments

Show HN: MCP Harbor – An MCP Registry

https://ai.mcpharbor.dev/
4•Lbesecker195•4h ago•0 comments

Show HN: Helical Time – Visualizing time as a continuous 3D torus

https://github.com/nimabeh/helical-time
4•nimabe•4h ago•0 comments

Show HN: Cognition-Claude-proxy – Use Devin model catalog with Claude Code

https://github.com/coderexpert123/cognition-claude-proxy
2•hrishi1990•4h ago•0 comments

Show HN: Rebuno - An open-source runtime for production agents

https://github.com/rebuno/rebuno
3•nnww•4h ago•0 comments

Show HN: DNSMint – Give a sandbox its own domain and HTTPS cert in one API call

https://dnsmint.com/
2•kxbnb•4h ago•0 comments

Show HN: AttaLambda: a language where types and data are made of untyped lambdas

https://attalambda.com
2•kserrec•4h ago•0 comments

Show HN: AgentDrive – persistent, versioned file storage for AI agents

https://tokencanopy.com/products/agentdrive
5•tokencanopy•4h ago•3 comments

Show HN: what-time Neural Parser for Schedule extraction in English, Hindi

https://github.com/MagicBeansAI/what-time
2•das_vicky•4h ago•0 comments

Show HN: Requirement5 – a digital card collection game

2•FailMore•5h ago•0 comments

Show HN: Local catalog of 3k agent skills with a static risk scan

https://github.com/xm1k3/ai-community-skills
2•xm1k3•5h ago•0 comments

Show HN: Backtotal – the total is given, work back to the four digits

https://backtotal.com/
3•Dogs2478•5h ago•3 comments

Show HN: Shortcut Express – My attempt to get the world using keyboard shortcuts

https://github.com/chimit/shortcut-express
2•motomac•5h ago•0 comments

Show HN: Push Notifications for Hacker News

https://www.hazumi.news
2•jrhey•5h ago•0 comments

Show HN: Fidelic, a Salesforce emulator in a Docker container

https://www.fidelic.dev/
2•ifykhanikhan•5h ago•0 comments

Show HN: Botbin – A zero-login HTML pastebin for AI agents

http://botbin.io/
2•obilgic•5h ago•0 comments

Show HN: 1080p is 920px tall – 1k real browser viewports

https://screensize.net/reports/viewport-stats
38•zenpe•13h ago•20 comments

Show HN: msgspec-serde, Fast serialization for msgspec, flatbuffers, & arrays

https://github.com/ebrevdo/msgspec-serde
2•yablak•5h ago•0 comments

Show HN: Drone flight over world cities and neighbourhoods

https://citydrones.kingsbridge-consultancy.com/
3•beerglass•5h ago•2 comments

Show HN: GSE Cleaner – In-browser streaming parser for large GEO datasets

https://byqing.com/gse/
2•niqing•5h ago•0 comments