frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
97•MilkMp•4h ago•29 comments

Show HN: A geometric analysis of Chopin's Prelude No. 4 using 3D topology

https://github.com/jimishol/cholidean-harmony-structure/blob/main/docs/03-case-study-chopin-prelu...
10•jimishol•2d ago•3 comments

Show HN: Local-First Linux MicroVMs for macOS

https://shuru.run
111•harshdoesdev•6h ago•32 comments

Show HN: Warn Firehose – Every US layoff notice in one searchable database

https://warnfirehose.com
30•sendkamal•1h ago•2 comments

Show HN: 3D Mahjong, Built in CSS

https://voxjong.com
96•rofko•9h ago•45 comments

Show HN: TLA+ Workbench skill for coding agents (compat. with Vercel skills CLI)

https://github.com/younes-io/agent-skills/tree/main/skills/tlaplus-workbench
32•youio•11h ago•2 comments

Show HN: CS – indexless code search that understands code, comments and strings

https://github.com/boyter/cs
3•boyter•2h ago•0 comments

Show HN: A portfolio that re-architects its React DOM based on LLM intent

https://pramit-mandal-ai.netlify.app/
2•Pramit_2002•3h ago•0 comments

Show HN: Llama 3.1 70B on a single RTX 3090 via NVMe-to-GPU bypassing the CPU

https://github.com/xaskasdf/ntransformer
369•xaskasdf•1d ago•93 comments

Show HN: Rendering 18,000 videos in real-time with Python

https://madebymohammed.com/pysaic
12•mbmproductions•9h ago•2 comments

Show HN: Aeterna – Self-hosted dead man's switch

https://github.com/alpyxn/aeterna
3•alpyxn•5h ago•2 comments

Show HN: GitHub Issues in the Terminal

https://github.com/JayanAXHF/gitv
3•frxgfa•5h ago•0 comments

Show HN: Upti – Track cloud provider incidents and get alerts

https://apps.apple.com/us/app/upti-cloud-status-monitor/id6757987553
2•ismailperim•5h ago•0 comments

Show HN: G13u.com An automated SRE for AI apps

https://g13u.com/
3•gerom•5h ago•1 comments

Show HN: spdx2dep – Convertig SPDX meta data to debian/copyright (dep5)

https://codeberg.org/buhtz/spdx2dep
3•buhtz•9h ago•0 comments

Show HN: Iron-Wolf – Wolfenstein 3D source port in Rust

https://github.com/Ragnaroek/iron-wolf
78•ragnaroekX•1d ago•27 comments

Show HN: Saga – SQLite project tracker for AI coding agents

https://github.com/spranab/saga-mcp
3•spranab•6h ago•2 comments

Show HN: MuJoCo React

https://github.com/noah-wardlow/mujoco-react
3•noahwardlow•6h ago•0 comments

Show HN: Vexp – graph-RAG context engine, 65-70% fewer tokens for AI agents

2•nicola_alessi•7h ago•0 comments

Show HN: Seafruit – Share any webpage to your LLM instantly

https://seafruit.pages.dev
4•svena33•7h ago•2 comments

Show HN: Voted.dev – Vote on New Startups

https://voted.dev
2•dommm•7h ago•0 comments

Show HN: A native macOS client for Hacker News, built with SwiftUI

https://github.com/IronsideXXVI/Hacker-News
255•IronsideXXVI•2d ago•188 comments

Show HN: Cryphos – no-code crypto signal bot with Telegram alerts

https://cryphos.com
3•duckducker•11h ago•0 comments

Show HN: I quit MyNetDiary after 3 years of popups and built a calorie tracker

https://calories.today/app.html
2•davemuz•8h ago•0 comments

Show HN: How to Verify USDC Payments on Base Without a Payment Processor

https://paywatcher.dev
3•Sem_pre•12h ago•1 comments

Show HN: Never Ending Novel

https://nen.f055.net/
2•f055•9h ago•4 comments

Show HN: I made Chrome extension to blocks websites with a Mindful twist

https://www.zenblock.app/
2•NayanCodes•9h ago•1 comments

Show HN: ZkzkAgent now has safe, local package management

https://github.com/zkzkGamal/zkzkAgent
2•Zakaria_Gamal•9h ago•0 comments

Show HN: Semantic search over Hacker News, built on pgvector

https://ask.rivestack.io/
4•stranger90•9h ago•2 comments

Show HN: Tlsctl – A CLI for inspecting and troubleshooting TLS

https://github.com/catay/tlsctl
3•_smertens_•9h ago•0 comments
Open in hackernews

Show HN: Webtor – open-source torrent streaming engine

https://webtor.io
34•vintikzzzz•10mo 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•10mo 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•10mo ago
Popcorn time seems like the safer bet
vintikzzzz•10mo 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•10mo 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•10mo ago
If this is a tool and doesn't host any content, what exactly will you be taking down upon receiving a DMCA?
KomoD•10mo ago
> what exactly will you be taking down upon receiving a DMCA?

Content on the hosted instance...?

vintikzzzz•10mo 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.

0manrho•10mo 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•10mo 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.

toomuchtodo•10mo 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•10mo ago
Any documentation on how to self-host without Docker?

I use FreeBSD.

vintikzzzz•10mo 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.