frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
2•dtagames•11m ago•1 comments

Show HN: Context-aware Japanese furigana using Sudachi and ModernBERT

https://www.ezfurigana.com/
21•epitrochoid413•4h ago•15 comments

Show HN: Elemental – simple front ends in plain JavaScript

https://github.com/fynyky/elemental
5•fynyky•1h ago•3 comments

Show HN: Repolog, website audit for SEO, performance, security, and AI readiness

https://repolog.io/
4•petersas•2h ago•0 comments

Show HN: TypistStories, new Gothic novel released

https://typiststories.com/
2•afonsosoares•2h ago•2 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
79•lucamrtl•1d ago•17 comments

Show HN: Local-first semantic knowledge graph with magnetic-pull retrieval

https://github.com/Astralchemist/rig
3•akashi_dev•3h ago•0 comments

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
362•Wirbelwind•1d ago•147 comments

Show HN: Get a webhook the moment a webpage changes

https://docs.firecrawl.dev/features/monitoring
3•ericciarla•3h ago•1 comments

Show HN: AISlop, a CLI for catching AI generated code smells

https://github.com/scanaislop/aislop
64•Heavykenny•3h ago•55 comments

Show HN: Compile-time model-id validation with declared capability

https://github.com/yujonglee/openrouter-toolkit
5•yujonglee•3d ago•2 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
73•danAtElodin•1d ago•21 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
431•stagas•1d ago•192 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
107•nathanstitt•2d ago•38 comments

Show HN: TapToyPia

https://memalign.github.io/m/taptoypia/index.html
19•memalign•5d ago•8 comments

Show HN: I made an emergency page for my family

https://help.delduca.org
80•delduca•2d ago•102 comments

Show HN: Posthorn, self-hosted mail gateway

https://github.com/craigmccaskill/posthorn
80•craigmccaskill•2d ago•60 comments

Show HN: Static-allocation MLP inference in ANSI C using a 2-slot ring buffer

https://github.com/GiorgosXou/MLPico
3•xou•14h ago•0 comments

Show HN: htop for the airwaves — a live 802.11 RF dashboard in your terminal

https://github.com/yeet-src/airtop
8•r3tr0•14h ago•0 comments

Show HN: Bootstrap a team of coding agents from a template, OSS

https://github.com/awebai/aweb-team-coord-worktrees
3•juanre•22h ago•0 comments

Show HN: A website that tracks every stock trade Congress makes

https://congress.kadoa.com/
61•hubraumhugo•3d ago•23 comments

Show HN: Py-SQL-cleaner – format SQL embedded in Python strings

https://github.com/enumura1/py-sql-cleaner
5•enumura•23h ago•0 comments

Show HN: Mira – Search for files semantically – no exact filenames required

https://github.com/Heidar-An/Mira
3•Heidaradar•17h ago•1 comments

Show HN: Audiomass – a free, open-source multitrack audio editor for the web

https://audiomass.co/?multitrack=1
548•pantelisk•5d ago•121 comments

Show HN: Terraforming game where the Python code you write IS the gameplay

https://store.steampowered.com/app/868160/Code_Terraform/
3•investorsHeaven•7h ago•2 comments

Show HN: OpenBrief – Local-first video downloader/summarizer

https://github.com/tantara/openbrief
92•tantara•3d ago•17 comments

Show HN: Tunnel.to – dead simple localhost reverse tunnels

https://tunnel.to
7•StuntPope•1d ago•1 comments

Show HN: Beacon CLI for self-hosted monitoring, remote access and deployments

https://github.com/Bajusz15/beacon
7•matebajusz•1d ago•1 comments

Show HN: Imagine Kickstarter, but doubters get paid if the project flops

https://trypieces.com/p/as9wuvhp1qwb4NvpMGG2FU
6•johndebord•19h ago•8 comments

Show HN: LiteParse v2, now in Rust 100x faster

https://github.com/run-llama/liteparse/
13•pierre•1d ago•0 comments
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.