frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
188•PrismML•9h ago•80 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
125•tjgreen•13h ago•36 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
128•jkool702•4d ago•31 comments

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/en/docs/technical-overview/
64•jeremyfa•3d ago•19 comments

Show HN: Sundial – a new way to look at a weather forecast

https://sundial.page/
42•izaidi•15h ago•14 comments

Show HN: Claude Code rewritten as a bash script

https://github.com/jdcodes1/claude-sh
6•rpst•6h ago•0 comments

Show HN: Asciimap – Interactive ASCII world map with live data

https://github.com/Lionel-Lim/asciimap
6•limsight•7h ago•0 comments

Show HN: EU Leadership – Live API data site comparing Europe to the world

https://ajh.ovh/
22•aureljohn•10h ago•4 comments

Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent

https://github.com/virpo/pegboard
64•virpo•1d ago•17 comments

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
91•jsunderland323•1d ago•38 comments

Show HN: PhAIL – Real-robot benchmark for AI models

https://phail.ai
20•vertix•13h ago•8 comments

Show HN: DeepTable – an API that converts messy Excel files into structured data

https://docs.deeptable.com/
7•francisrafal•14h ago•0 comments

Show HN: Pardus Browser- a browser for AI agents without Chromium

https://github.com/JasonHonKL/PardusBrowser/tree/main
16•JasonHEIN•19h ago•8 comments

Show HN: Hyprmoncfg – Terminal-based monitor config manager for Hyprland

https://paolino.me/hyprmoncfg-monitor-configuration-for-hyprland/
11•earcar•14h ago•4 comments

Show HN: Margo – Find the font your brain reads fastest

https://margo.fyi/
5•theseidel•13h ago•4 comments

Show HN: Lazy-tool: reducing prompt bloat in MCP-based agent workflows

https://github.com/rpgeeganage/lazy-tool
20•like-to-code1•13h ago•2 comments

Show HN: Multi-agent autoresearch for ANE inference beats Apple's CoreML by 6×

https://www.ensue-network.ai/lab/ane
4•christinetyip•10h ago•0 comments

Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes

https://github.com/elixir-volt/quickbeam
110•dannote•3d ago•16 comments

Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

https://sheetninja.io
84•sxa001•2d ago•75 comments

Show HN: ClawDesk – Agent orchestration layer on top of OpenClaw

https://github.com/glassrun/clawdesk
4•glassrun•14h ago•0 comments

Show HN: I built a self-hosted Fly.io engine using Go and Firecracker

https://github.com/herd-core/herd
4•sankalpnarula•14h ago•0 comments

Show HN: Solitaire – identity layer for AI agents, not just another memory tool

https://github.com/PRDicta/Solitaire-for-Agents
4•dictadev•14h ago•1 comments

Show HN: LogicStamp – A Context Compiler for TypeScript

https://logicstamp.dev
3•AmiteK•14h ago•2 comments

Show HN: INTERCALsky.ATproto client.Ada carries packets.INTERCAL carries meaning

https://github.com/FormerLab/intercalsky
4•FormerLabFred•14h ago•0 comments

Show HN: Gravimera, AI(LLM) driven 3D world editor and explorer

https://github.com/gravimera/gravimera
4•FlowWei•14h ago•0 comments

Show HN: Prawduct, a product development framework for Claude Code

https://github.com/brookstalley/prawduct
5•brookst•14h ago•3 comments

Show HN: Reprompt – Analyze what you type into AI tools, not what they output

https://github.com/reprompt-dev/reprompt
3•LuxBennu•14h ago•3 comments

Show HN: PromptQL – AI-Native Slack

https://promptql.io
5•argo12•14h ago•0 comments

Show HN: Crazierl – An Erlang Operating System

https://crazierl.org/demo/
72•toast0•2d ago•14 comments

Show HN: Vibe Check – UX Benchmark for vibe designs

https://vibecheck.appvelocity.io
4•aEJ04Izw5HYm•15h ago•1 comments
Open in hackernews

Show HN: Webtor – open-source torrent streaming engine

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

Content on the hosted instance...?

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

I use FreeBSD.

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