frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Forget Rigid Stock Screeners – A Universal Query API for Financial Data

https://financialdata.net/universal-query
2•_FDN_•17m ago•0 comments

Show HN: Engrim – A universal, local-first SQLite memory engine for AI CLIs

https://github.com/timgordontg/engrim
32•timgordontg•4h ago•9 comments

Show HN: The Token Times · a monthly newspaper on AI

https://befailproof.ai/thetokentimes/
2•nivedit-jain•45m ago•0 comments

Show HN: GET Together – A social network where you don't need POST to Post

https://gettogether.dev
53•nchudleigh•8h ago•23 comments

Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

https://github.com/marsbos/mador
88•bosmarcel•12h ago•29 comments

Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS

https://github.com/scastiel/kado
74•scastiel•19h ago•32 comments

Show HN: Server hardening playbook where every item is failure/fix/verify

https://github.com/Sanexxxx777/server-hardening-playbook
3•Aleksandr_NFA•5h ago•0 comments

Show HN: Golden hour API and a 3D globe of the best light

https://golden.sendafun.com/
2•gpszys•5h ago•0 comments

Show HN: Lantunnel – a P2P-first private mesh for reaching your LANs

https://github.com/lantunnel/lantunnel
4•buhuipao•5h ago•2 comments

Show HN: TERMy – A fast terminal assistant that does not use LLMs

https://github.com/gioblu/NPC-Forge/blob/main/docs/development.md
212•gioscarab•3d ago•45 comments

Show HN: I wrote a guide to rendering video from plain HTML/CSS/GSAP

https://sidheart.gumroad.com/l/lyudd
2•SifatAhmed•2h ago•1 comments

Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads

https://getvodforge.com/
37•coopernusbaum•13h ago•12 comments

Show HN: Open-Source eInk Bike Computer

https://opentrailpaper.com
411•stingrae•2d ago•131 comments

Show HN: Byosynch – Continuous two-way file sync over SSH for Mac and Linux

https://byosynch.com/
3•hamiltonc•12h ago•0 comments

Show HN: HexBOTs – a cellular automaton with robotic lawnmowers

https://hexbot-genesis.netlify.app/
3•unitX•13h ago•0 comments

Show HN: Time Pin – a history themed GeoGuessr-style game

https://playtimepin.com/
3•AndreiCx•14h ago•1 comments

Show HN: Reactor Atlas

https://reactoratlas.com
77•fedecaccia•3d ago•25 comments

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop

https://akshy.codeberg.page/pixeldraw/
2•yhska•17h ago•0 comments

Show HN: Blunderbase: A Personal Chess Database

https://github.com/philphilphil/blunderbase
4•philphilphil•1d ago•0 comments

Show HN: Moadim.io – A scheduler for agents

https://moadim.io/
35•tupe12334•2d ago•17 comments

Show HN: Dsnitch – Real-time, zero-config Docker egress inspector via eBPF

https://github.com/infomaniac777/dsnitch
5•infomaniac777•20h ago•2 comments

Show HN: I stopped using an LLM gateway and put rate-limits/fallback in-process

https://github.com/LakBud/vernLLM
4•Buddo•21h ago•1 comments

Show HN: HyperCard to HTML Converter

https://github.com/stachon/hc2html
15•druidcz•1d ago•3 comments

Show HN: Wayfinder – A reference implementation for evaluating AI applications

https://github.com/DivakarUngatla/wayfinder
3•divakarungatla•22h ago•0 comments

Show HN: Personal Context MCP

https://lanes.sh/showcase/personal-context-mcp
25•s-xyz•2d ago•7 comments

Show HN: Amaze Kings – a browser logic puzzle with 1,400 hand-graded levels

https://kings.amaze-apps.com/
16•amaze-apps-com•1d ago•2 comments

Show HN: I made a word building game supporting anagrams and one handed use

20•busymom0•3d ago•1 comments

Show HN: Getting to the top of Show HN is getting harder

https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames
15•ppsreejith•1d ago•9 comments

Show HN: Cowbull – Wordle-like game where you only get match counts

https://cowbull.co/
4•ajayvk•1d ago•2 comments

Show HN: I made a retro falling block puzzle, with a twist ;)

https://blocknado.app/marathon
5•jamwise•1d ago•1 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.