IDM tarzı TypeScript indirme yöneticisi — runtime'dan bağımsız bir çekirdek kütüphane ve daemon tabanlı bir CLI'dan oluşan, ikisi de npm'e yayınlanmış bir Bun monorepo.
An IDM-style, runtime-agnostic download manager for TypeScript — distributed as a library and a daemon-based CLI.
This repository is a Bun monorepo containing two packages, each with its own README:
| Package | Path | Description |
|---|---|---|
@downloadx/core |
apps/downloadx |
The core library — parallel chunked downloads, dynamic splitting, resume across restarts, injected I/O so it runs in any runtime. |
@downloadx/cli |
apps/cli |
A daemon-based CLI built on the library — keeps downloads running in the background, talks to the daemon over a Unix domain socket. |
Both are also published to npm: